Index | Thread | Search

From:
Bryan Vyhmeister <bryan@bsdjournal.net>
Subject:
[MAINTAINER UPDATE] textproc/lowdown to 1.3.0
To:
ports@openbsd.org
Date:
Wed, 4 Dec 2024 13:07:18 -0800

Download raw body.

Thread
This is a maintainer update for textproc/lowdown to 1.3.0. The changes
for 1.3.0 are:

"Specify that characters not complying with the metadata key
specification are replaced with underscores (which are allowed by the
metadata key character restrictions) instead of as curently with
question marks (which are not valid metadata key characters).

Add new --template functionality, initially for -thtml. This is still
experimental, so transformations and syntax might change. It allows for
templating the output HTML file."

Everything works fine in my testing. A symbol was removed so I bumped
the minor for SHARED_LIBS.

Bryan


Index: textproc/lowdown/Makefile
===================================================================
RCS file: /cvs/ports/textproc/lowdown/Makefile,v
diff -u -p -u -r1.34 Makefile
--- textproc/lowdown/Makefile	24 Nov 2024 12:41:25 -0000	1.34
+++ textproc/lowdown/Makefile	4 Dec 2024 21:01:43 -0000
@@ -1,8 +1,8 @@
 COMMENT =	simple markdown translator
-DISTNAME =	lowdown-1.2.0
+DISTNAME =	lowdown-1.3.0
 CATEGORIES =	textproc
 
-SHARED_LIBS =	lowdown		1.1	# 2
+SHARED_LIBS =	lowdown		1.2	# 2
 
 HOMEPAGE =	https://kristaps.bsd.lv/lowdown/
 MAINTAINER =	Bryan Vyhmeister <bryan@bsdjournal.net>
Index: textproc/lowdown/distinfo
===================================================================
RCS file: /cvs/ports/textproc/lowdown/distinfo,v
diff -u -p -u -r1.29 distinfo
--- textproc/lowdown/distinfo	24 Nov 2024 12:41:25 -0000	1.29
+++ textproc/lowdown/distinfo	4 Dec 2024 20:59:36 -0000
@@ -1,2 +1,2 @@
-SHA256 (lowdown-1.2.0.tar.gz) = SoU+Hkm8pu9TLQdSKLhFhaKdiLv0p9JqcMXU3yYLmj8=
-SIZE (lowdown-1.2.0.tar.gz) = 280790
+SHA256 (lowdown-1.3.0.tar.gz) = 6eFXsaAybyNSiA4vQg8RWdInocVwFa4R/29YLF3lhBg=
+SIZE (lowdown-1.3.0.tar.gz) = 291024