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 <[email protected]>
> +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).

Reply via email to