Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2014 10:16:40 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358376 - head/misc/patchutils
Message-ID:  <201406191016.s5JAGeGY045981@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406191016.s5JAGeGY045981>