Update to port to include staging support Change USE_BZIP2 to USES=tar:bzip2 as per poudriere warning =============== /!\ libchk-1.10.3: Makefile warnings, please consider fixing /!\ USE_BZIP2 is deprecated, please use USES=tar:bzip2 Fix: Patch attached Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->knu Over to maintainer (via the GNATS Auto Assign Tool)
Apologies, I reveresed the source files. Attached is the correct patch.
Author: knu Date: Wed May 14 06:58:15 2014 New Revision: 354026 URL: http://svnweb.freebsd.org/changeset/ports/354026 QAT: https://qat.redports.org/buildarchive/r354026/ Log: Modernize the port. PR: ports/189699 Submitted by: Simon Wright <simon.wright@gmx.net> Modified: head/sysutils/libchk/Makefile Modified: head/sysutils/libchk/Makefile ============================================================================== --- head/sysutils/libchk/Makefile Wed May 14 06:50:24 2014 (r354025) +++ head/sysutils/libchk/Makefile Wed May 14 06:58:15 2014 (r354026) @@ -13,15 +13,13 @@ COMMENT= A tool to check shared library LICENSE= BSD -USE_BZIP2= yes +USES= tar:bzip2 USE_RUBY= yes USE_RUBY_FEATURES= optparse MAKE_ARGS= PREFIX="${PREFIX}" -MAN1= libchk.1 -MANCOMPRESSED= maybe -PLIST_FILES= sbin/libchk +PLIST_FILES= man/man1/libchk.1.gz \ + sbin/libchk -NO_STAGE= yes .include <bsd.port.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!