svn commit: r358376 - head/misc/patchutils

Kurt Jaeger pi at FreeBSD.org
Thu Jun 19 10:16:41 UTC 2014


Author: pi
Date: Thu Jun 19 10:16:40 2014
New Revision: 358376
URL: http://svnweb.freebsd.org/changeset/ports/358376
QAT: https://qat.redports.org/buildarchive/r358376/

Log:
  misc/patchutils: USE_XZ -> USES=tar:xz
  
  Approved by:	portmgr (blanket)

Modified:
  head/misc/patchutils/Makefile

Modified: head/misc/patchutils/Makefile
==============================================================================
--- head/misc/patchutils/Makefile	Thu Jun 19 10:10:30 2014	(r358375)
+++ head/misc/patchutils/Makefile	Thu Jun 19 10:16:40 2014	(r358376)
@@ -9,8 +9,7 @@ MASTER_SITES=	http://cyberelk.net/tim/da
 MAINTAINER=	johans at FreeBSD.org
 COMMENT=	Small collection of programs that operate on patch files
 
-USE_XZ=		yes
-USES=		perl5
+USES=		perl5 tar:xz
 USE_PERL5=	run build patch
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-head mailing list