Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: [update] textproc/lowdown to 1.1.0
To:
Bryan Vyhmeister <bryan@bsdjournal.net>
Cc:
ports@openbsd.org
Date:
Sun, 30 Jun 2024 15:04:33 +0100

Download raw body.

Thread
On 2024/06/28 20:24, Bryan Vyhmeister wrote:
> I missed this attempt to update this port. Thank you for attempting the
> update. Here is my patch.
> 
> Bryan
> 
> 
> Index: textproc/lowdown/Makefile
> ===================================================================
> RCS file: /cvs/ports/textproc/lowdown/Makefile,v
> retrieving revision 1.31
> diff -u -p -u -r1.31 Makefile
> --- textproc/lowdown/Makefile	27 Sep 2023 18:09:03 -0000	1.31
> +++ textproc/lowdown/Makefile	29 Jun 2024 03:18:10 -0000
> @@ -1,11 +1,12 @@
>  COMMENT =	simple markdown translator
> -DISTNAME =	lowdown-1.0.0
> +DISTNAME =	lowdown-1.1.0
>  CATEGORIES =	textproc
>  
> -SHARED_LIBS =	lowdown		0.0	# 1
> +SHARED_LIBS =	lowdown		1.0	# 2
>  
>  HOMEPAGE =	https://kristaps.bsd.lv/lowdown/
>  MAINTAINER =	Bryan Vyhmeister <bryan@bsdjournal.net>
> +REVISION =	0

New version so don't bump REVISION.

If you regenerate PLIST it tries to add liblowdown.so; that should be
disabled somehow (either: patch to stop it in the first place, rm in
post-install, or @comment in PLIST).