On Tue, Apr 24, 2018 at 04:48:09PM +0200, Jeremie Courreges-Anglas wrote: > On Mon, Apr 23 2018, Anton Lindqvist <[email protected]> wrote: > > On Sun, Apr 22, 2018 at 01:44:59PM -0800, Micah Muer wrote: > >> Here is a trivial update to the latest release of textproc/lowdown. > >> Builds and runs for me on amd64 current-. Changelog here > >> https://kristaps.bsd.lv/lowdown/archive.html > >> > >> Thanks! > > > > Thanks, I have the same diff in my tree. Anyone else willing to OK? > > port-lib-depends-check says: > > Missing: m.10 (/usr/local/bin/lowdown-diff) (system lib) > WANTLIB += m > > Please add it to WANTLIB -> ok jca@
Ouch, managed to commit before reading your reply. Does this look ok? Index: Makefile =================================================================== RCS file: /cvs/ports/textproc/lowdown/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile 24 Apr 2018 14:54:57 -0000 1.10 +++ Makefile 24 Apr 2018 15:01:09 -0000 @@ -3,6 +3,8 @@ COMMENT = simple markdown translator DISTNAME = lowdown-0.3.2 +REVISION = 0 + CATEGORIES = textproc HOMEPAGE = https://kristaps.bsd.lv/lowdown/ @@ -12,7 +14,7 @@ MAINTAINER = Anton Lindqvist <anton@ope PERMIT_PACKAGE_CDROM = Yes # uses pledge() -WANTLIB += c +WANTLIB += c m MASTER_SITES = https://kristaps.bsd.lv/lowdown/snapshots/
