From: Bryan Vyhmeister Subject: Re: [update] textproc/lowdown to 1.1.0 To: ports@openbsd.org Date: Tue, 2 Jul 2024 10:07:56 -0700 On Sun, Jun 30, 2024 at 03:04:33PM +0100, Stuart Henderson wrote: > 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). I added the post-install. Is this correct? 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 30 Jun 2024 21:10:22 -0000 @@ -1,8 +1,8 @@ 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 @@ -23,5 +23,9 @@ MAKE_FLAGS += LIBVER="${LIBlowdown_VERSI ALL_TARGET = lowdown FAKE_TARGET = install install_libs TEST_TARGET = regress + +post-install: + # remove liblowdown.so + rm ${WRKSRC}/liblowdown.so .include Index: textproc/lowdown/distinfo =================================================================== RCS file: /cvs/ports/textproc/lowdown/distinfo,v retrieving revision 1.26 diff -u -p -u -r1.26 distinfo --- textproc/lowdown/distinfo 27 Jul 2022 08:59:09 -0000 1.26 +++ textproc/lowdown/distinfo 30 Jun 2024 21:10:22 -0000 @@ -1,2 +1,2 @@ -SHA256 (lowdown-1.0.0.tar.gz) = p8nbvUDj6dkpb/bvasVP7IOxq+VNt7YRPNnA9pKiDBM= -SIZE (lowdown-1.0.0.tar.gz) = 247307 +SHA256 (lowdown-1.1.0.tar.gz) = 8x45UMRzKx5AkXT6CS7KQMVb53pEjuKBjfmHl517CHk= +SIZE (lowdown-1.1.0.tar.gz) = 269632