Hi,
Here's an update of lowdown to 0.1.9. I'm a lowdown contributor and
Kristaps asked me to maintain the port, which I don't mind. Summary of
changes:

- Make use of the new simple configure script

- Install liblowdown and corresponding header and man-page

- Add missing pledge comment

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/lowdown/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    28 Dec 2016 16:58:57 -0000      1.1.1.1
+++ Makefile    5 Mar 2017 13:24:34 -0000
@@ -2,20 +2,22 @@
 
 COMMENT =              simple markdown translator
 
-DISTNAME =             lowdown-0.1.1
+DISTNAME =             lowdown-0.1.9
 CATEGORIES =           textproc
 
 HOMEPAGE =             https://kristaps.bsd.lv/lowdown/
-MAINTAINER =           Kristaps Dzonsons <krist...@bsd.lv>
+MAINTAINER =           Anton Lindqvist <anton.lindqv...@gmail.com>
 
 # ISC
 PERMIT_PACKAGE_CDROM =         Yes
 
+# uses pledge()
 WANTLIB +=             c
 
 MASTER_SITES =                 https://kristaps.bsd.lv/lowdown/snapshots/
 
-MAKE_FLAGS =           PREFIX="${PREFIX}"
+CONFIGURE_STYLE =      simple
+CONFIGURE_ENV =                PREFIX="${PREFIX}"
 NO_TEST =              Yes
 ALL_TARGET =           lowdown
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/lowdown/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    28 Dec 2016 16:58:57 -0000      1.1.1.1
+++ distinfo    5 Mar 2017 13:24:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (lowdown-0.1.1.tar.gz) = gA7GFl0/r5l+/+5Yz/NifRk9IL41FJzYOPrvBaHXloc=
-SIZE (lowdown-0.1.1.tar.gz) = 40718
+SHA256 (lowdown-0.1.9.tar.gz) = O4CfnLTPaRK7L3BmbN8YbSVT8av9VJq1N7eCtGiMTnE=
+SIZE (lowdown-0.1.9.tar.gz) = 52896
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/lowdown/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   28 Dec 2016 16:58:57 -0000      1.1.1.1
+++ pkg/PLIST   5 Mar 2017 13:24:34 -0000
@@ -1,3 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2016/12/28 16:58:57 jturner Exp $
 @bin bin/lowdown
+include/lowdown.h
+lib/liblowdown.a
 @man man/man1/lowdown.1
+@man man/man3/lowdown.3

Reply via email to