svn commit: r358120 - head/ftp/tftp-hpa

Brooks Davis brooks at FreeBSD.org
Tue Jun 17 14:25:39 UTC 2014


Author: brooks
Date: Tue Jun 17 14:25:39 2014
New Revision: 358120
URL: http://svnweb.freebsd.org/changeset/ports/358120
QAT: https://qat.redports.org/buildarchive/r358120/

Log:
  Switch to USES=tar:xz
  
  PR:		191123
  Submitted by:	venture37 at geeklan.co.uk

Modified:
  head/ftp/tftp-hpa/Makefile

Modified: head/ftp/tftp-hpa/Makefile
==============================================================================
--- head/ftp/tftp-hpa/Makefile	Tue Jun 17 13:54:35 2014	(r358119)
+++ head/ftp/tftp-hpa/Makefile	Tue Jun 17 14:25:39 2014	(r358120)
@@ -11,9 +11,8 @@ COMMENT=	Advanced tftp server
 
 OPTIONS_DEFINE=	DOCS
 
-USE_XZ=		yes
 GNU_CONFIGURE=	yes
-USES=		gmake
+USES=		gmake tar:xz
 USE_RC_SUBR=	tftpd
 
 DESTDIRNAME=	INSTALLROOT


More information about the svn-ports-head mailing list