Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2014 23:27:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352174 - head/ports-mgmt/genplist
Message-ID:  <201404252327.s3PNRWRx001163@svn.freebsd.org>

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



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