[Bug 207299] print/muttprint: Update to 0.73

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 24 16:30:50 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207299

--- Comment #25 from Raphael Kubo da Costa <rakuco at FreeBSD.org> ---
(In reply to Matthias Apitz from comment #24)
> Created attachment 167363 [details]
> svn diff patch file to update print/muttprint to 0.73
> 
> all tests from Comment #22 passed;

+BUILD_DEPENDS= docbook2pdf:${PORTSDIR}/textproc/docbook-utils
+BUILD_DEPENDS+=        docbook-sgml>0:${PORTSDIR}/textproc/docbook-sgml

This should be
BUILD_DEPENDS= foo \
               bar

+USES=          perl5 gmake autoreconf

It's always a good idea to keep this sorted.

+AUTOMAKE_ARGS= --add-missing

You probably don't need this (my Poudriere builds worked fine without it).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list