svn commit: r352174 - head/ports-mgmt/genplist

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 25 23:27:32 UTC 2014


Author: sunpoet
Date: Fri Apr 25 23:27:31 2014
New Revision: 352174
URL: http://svnweb.freebsd.org/changeset/ports/352174
QAT: https://qat.redports.org/buildarchive/r352174/

Log:
  - Update LICENSE
  - Use USES=tar:xz
  
  Submitted by:	sunpoet (myself)
  Approved by:	Jason Bacon <jwbacon at tds.net> (maintainer)

Modified:
  head/ports-mgmt/genplist/Makefile

Modified: head/ports-mgmt/genplist/Makefile
==============================================================================
--- head/ports-mgmt/genplist/Makefile	Fri Apr 25 23:25:53 2014	(r352173)
+++ head/ports-mgmt/genplist/Makefile	Fri Apr 25 23:27:31 2014	(r352174)
@@ -10,10 +10,10 @@ MASTER_SITES=	http://acadix.biz/Ports/di
 MAINTAINER=	jwbacon at tds.net
 COMMENT=	Generates a static plist for a port
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 NO_BUILD=	yes
-USE_XZ=		yes
+USES=		tar:xz
 
 PLIST_FILES=	bin/genplist man/man1/genplist.1.gz
 


More information about the svn-ports-head mailing list