On Wed, Dec 26, 2018 at 09:31:48PM +0100, Anton Lindqvist wrote: > 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
I did some brief testing on amd64 and all seems to work fine. I am happy to take maintainer also. Here is your diff plus the maintainer change. Bryan Index: textproc/lowdown/Makefile =================================================================== RCS file: /cvs/ports/textproc/lowdown/Makefile,v retrieving revision 1.14 diff -u -p -r1.14 Makefile --- textproc/lowdown/Makefile 6 Sep 2018 16:13:01 -0000 1.14 +++ textproc/lowdown/Makefile 27 Dec 2018 00:08:23 -0000 @@ -1,11 +1,11 @@ # $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/ -MAINTAINER = Anton Lindqvist <[email protected]> +MAINTAINER = Bryan Vyhmeister <[email protected]> # ISC PERMIT_PACKAGE_CDROM = Yes @@ -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: textproc/lowdown/distinfo =================================================================== RCS file: /cvs/ports/textproc/lowdown/distinfo,v retrieving revision 1.12 diff -u -p -r1.12 distinfo --- textproc/lowdown/distinfo 3 Sep 2018 18:24:33 -0000 1.12 +++ textproc/lowdown/distinfo 27 Dec 2018 00:08:23 -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
