svn commit: r363607 - head/net/p5-BBS-UserInfo

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jul 31 15:13:13 UTC 2014


Author: sunpoet
Date: Thu Jul 31 15:13:10 2014
New Revision: 363607
URL: http://svnweb.freebsd.org/changeset/ports/363607
QAT: https://qat.redports.org/buildarchive/r363607/

Log:
  - Add LICENSE
  - Sort PLIST

Modified:
  head/net/p5-BBS-UserInfo/Makefile
  head/net/p5-BBS-UserInfo/pkg-plist

Modified: head/net/p5-BBS-UserInfo/Makefile
==============================================================================
--- head/net/p5-BBS-UserInfo/Makefile	Thu Jul 31 15:13:05 2014	(r363606)
+++ head/net/p5-BBS-UserInfo/Makefile	Thu Jul 31 15:13:10 2014	(r363607)
@@ -11,7 +11,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Base class of BBS::UserInfo::XXX
 
-USES=		perl5
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/net/p5-BBS-UserInfo/pkg-plist
==============================================================================
--- head/net/p5-BBS-UserInfo/pkg-plist	Thu Jul 31 15:13:05 2014	(r363606)
+++ head/net/p5-BBS-UserInfo/pkg-plist	Thu Jul 31 15:13:10 2014	(r363607)
@@ -1,6 +1,6 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/.packlist
 %%SITE_PERL%%/BBS/UserInfo.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/.packlist
 %%PERL5_MAN3%%/BBS::UserInfo.3.gz
- at dirrmtry %%SITE_PERL%%/BBS
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS
+ at dirrmtry %%SITE_PERL%%/BBS


More information about the svn-ports-head mailing list