Convert 'USE_XZ' to 'USES=tar:xz'. Generated with FreeBSD Port Tools 1.00.2014.03.21 (mode: change, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
Author: pawel Date: Fri Mar 21 22:27:54 2014 New Revision: 348748 URL: http://svnweb.freebsd.org/changeset/ports/348748 QAT: https://qat.redports.org/buildarchive/r348748/ Log: Convert to USES=tar:xz PR: ports/187830 Submitted by: maintainer Modified: head/security/logcheck/Makefile Modified: head/security/logcheck/Makefile ============================================================================== --- head/security/logcheck/Makefile Fri Mar 21 22:22:33 2014 (r348747) +++ head/security/logcheck/Makefile Fri Mar 21 22:27:54 2014 (r348748) @@ -32,8 +32,7 @@ OPTIONS_DEFAULT=CRON .endif # Enable Perl dependency for logtail script -USES= perl5 shebangfix -USE_XZ= yes +USES= perl5 shebangfix tar:xz WRKSRC= ${WRKDIR}/${DISTNAME:S!_!-!} BINMODE= 755 _______________________________________________ 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!