Monday, June 28, 2021

UPDATE: sqlite2mdoc 0.1.4 -> 0.1.10

Index: Makefile
===================================================================
RCS file: /cvs/ports/converters/sqlite2mdoc/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile 12 Jul 2019 20:43:52 -0000 1.4
+++ Makefile 28 Jun 2021 14:24:33 -0000
@@ -2,7 +2,7 @@

COMMENT = extract C reference manpages from SQLite3 header file

-DISTNAME = sqlite2mdoc-0.1.4
+DISTNAME = sqlite2mdoc-0.1.10

MAINTAINER = Kristaps Dzonsons <kristaps@bsd.lv>

@@ -21,6 +21,6 @@ CONFIGURE_ARGS = PREFIX="${PREFIX}"

ALL_TARGET = sqlite2mdoc

-NO_TEST = Yes
+TEST_TARGET = regress

.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/converters/sqlite2mdoc/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo 1 Jul 2018 02:08:21 -0000 1.2
+++ distinfo 28 Jun 2021 14:24:33 -0000
@@ -1,2 +1,2 @@
-SHA256 (sqlite2mdoc-0.1.4.tar.gz) = 328K3uGgTje6rZ2HnRriT64Od7KdWdV870yjj8Tf0W8=
-SIZE (sqlite2mdoc-0.1.4.tar.gz) = 27896
+SHA256 (sqlite2mdoc-0.1.10.tar.gz) = 7s3CdRqpOrKkKtzDEqA4R0EV/R7H052GAhEmvc/Dtvo=
+SIZE (sqlite2mdoc-0.1.10.tar.gz) = 365767
Hi,

I didn't realise I was the MAINTAINER of this... updating to the newest
release, 0.1.10. Since 0.1.4, sqlite2mdoc has iteratively cleaned up
the mdoc(7) generated from sqlite3.h.

This also turns on the regression test.

Best,

Kristaps

No comments:

Post a Comment