Thursday, July 04, 2024

[maintainer update] textproc/lowdown to 1.1.0

This is a maintainer update for textproc/lowdown to 1.1.0. I
incorporated the feedback in this thread and this has been working fine
for me. There were a number of changes and fixes that can be viewed here
since the previous version of 1.0.0 in ports.

https://kristaps.bsd.lv/lowdown/archive.html

None of the changes make any difference for my use case (mostly as part
of my workflow with www/sblg). Thank you.

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 <bryan@bsdjournal.net>
@@ -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 <bsd.port.mk>
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

No comments:

Post a Comment