Bug 187830

Summary: [MAINTAINER] security/logcheck: Convert 'USE_XZ' to 'USES=tar:xz'
Product: Ports & Packages Reporter: Yasuhiro Kimura <yasu>
Component: Individual Port(s)Assignee: Pawel Pekala <pawel>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
logcheck-1.3.16.patch none

Description Yasuhiro Kimura freebsd_committer freebsd_triage 2014-03-21 20:30:01 UTC
	Convert 'USE_XZ' to 'USES=tar:xz'.

Generated with FreeBSD Port Tools 1.00.2014.03.21 (mode: change, diff: SVN)
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2014-03-21 22:23:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-21 22:27:57 UTC
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"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2014-03-21 22:28:16 UTC
State Changed
From-To: open->closed

Committed. Thanks!