Hi,
Trivial update to latest version from maintainer; changelog can be found
here[1]. While here, configure arguments must be passed as arguments and
not using env.

Anyone willing to replace me as the maintainer?

Comments? OK?

[1] https://kristaps.bsd.lv/lowdown/archive.html

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/lowdown/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile    6 Sep 2018 16:13:01 -0000       1.14
+++ Makefile    26 Dec 2018 20:30:20 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.14 2018/09/06 16:13:01 anton Exp $
 
 COMMENT =      simple markdown translator
-DISTNAME =     lowdown-0.4.1
+DISTNAME =     lowdown-0.4.2
 CATEGORIES =   textproc
 
 HOMEPAGE =     https://kristaps.bsd.lv/lowdown/
@@ -16,7 +16,7 @@ MASTER_SITES =        https://kristaps.bsd.lv/l
 WANTLIB +=     c m
 
 CONFIGURE_STYLE =      simple
-CONFIGURE_ENV =                PREFIX="${PREFIX}"
+CONFIGURE_ARGS =       PREFIX="${PREFIX}"
 
 ALL_TARGET =   lowdown
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/lowdown/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- distinfo    3 Sep 2018 18:24:33 -0000       1.12
+++ distinfo    26 Dec 2018 20:30:20 -0000
@@ -1,2 +1,2 @@
-SHA256 (lowdown-0.4.1.tar.gz) = pfsvpR2pwty9IjMucaizn8g4uQKZ4KyM3//SvHk0/Ow=
-SIZE (lowdown-0.4.1.tar.gz) = 94595
+SHA256 (lowdown-0.4.2.tar.gz) = Kp0xik8ImN1stlpGrVzfI9hWYPy7zr4ZqkgopMovXAQ=
+SIZE (lowdown-0.4.2.tar.gz) = 95401

Reply via email to