svn commit: r348748 - head/security/logcheck

Pawel Pekala pawel at FreeBSD.org
Fri Mar 21 22:27:54 UTC 2014


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


More information about the svn-ports-all mailing list