svn commit: r360970 - head/devel/p5-Class-Accessor-Complex

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 6 18:50:19 UTC 2014


Author: sunpoet
Date: Sun Jul  6 18:50:18 2014
New Revision: 360970
URL: http://svnweb.freebsd.org/changeset/ports/360970
QAT: https://qat.redports.org/buildarchive/r360970/

Log:
  - Add LICENSE
  - Sort *_DEPENDS
  - Sort PLIST
  - Reformat pkg-descr

Modified:
  head/devel/p5-Class-Accessor-Complex/Makefile
  head/devel/p5-Class-Accessor-Complex/pkg-descr
  head/devel/p5-Class-Accessor-Complex/pkg-plist

Modified: head/devel/p5-Class-Accessor-Complex/Makefile
==============================================================================
--- head/devel/p5-Class-Accessor-Complex/Makefile	Sun Jul  6 18:50:13 2014	(r360969)
+++ head/devel/p5-Class-Accessor-Complex/Makefile	Sun Jul  6 18:50:18 2014	(r360970)
@@ -11,13 +11,16 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Arrays, hashes, booleans, integers, sets, and more
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
+		p5-Class-Accessor-Installer>=0:${PORTSDIR}/devel/p5-Class-Accessor-Installer \
 		p5-Data-Miscellany>=0:${PORTSDIR}/devel/p5-Data-Miscellany \
-		p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
-		p5-Class-Accessor-Installer>=0:${PORTSDIR}/devel/p5-Class-Accessor-Installer
+		p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
 USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Class-Accessor-Complex/pkg-descr
==============================================================================
--- head/devel/p5-Class-Accessor-Complex/pkg-descr	Sun Jul  6 18:50:13 2014	(r360969)
+++ head/devel/p5-Class-Accessor-Complex/pkg-descr	Sun Jul  6 18:50:18 2014	(r360970)
@@ -1,13 +1,13 @@
 This module generates accessors for your class in the same spirit as
-Class::Accessor does. While the latter deals with accessors for
-scalar values, this module provides accessor makers for arrays,
-hashes, integers, booleans, sets and more.
+Class::Accessor does. While the latter deals with accessors for scalar values,
+this module provides accessor makers for arrays, hashes, integers, booleans,
+sets and more.
 
-As seen in the synopsis, you can chain calls to the accessor makers.
-Also, because this module inherits from Class::Accessor, you can put
-a call to one of its accessor makers at the end of the chain.
+As seen in the synopsis, you can chain calls to the accessor makers. Also,
+because this module inherits from Class::Accessor, you can put a call to one of
+its accessor makers at the end of the chain.
 
-The accessor generators also generate documentation ready to be used
-with Sub::Documentation.
+The accessor generators also generate documentation ready to be used with
+Sub::Documentation.
 
 WWW: http://search.cpan.org/dist/Class-Accessor-Complex/

Modified: head/devel/p5-Class-Accessor-Complex/pkg-plist
==============================================================================
--- head/devel/p5-Class-Accessor-Complex/pkg-plist	Sun Jul  6 18:50:13 2014	(r360969)
+++ head/devel/p5-Class-Accessor-Complex/pkg-plist	Sun Jul  6 18:50:18 2014	(r360970)
@@ -1,8 +1,8 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Accessor/Complex/.packlist
 %%SITE_PERL%%/Class/Accessor/Complex.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Accessor/Complex/.packlist
 %%PERL5_MAN3%%/Class::Accessor::Complex.3.gz
- at dirrmtry %%SITE_PERL%%/Class/Accessor
- at dirrmtry %%SITE_PERL%%/Class
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Accessor/Complex
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Accessor/Complex
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Accessor
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
+ at dirrmtry %%SITE_PERL%%/Class/Accessor
+ at dirrmtry %%SITE_PERL%%/Class


More information about the svn-ports-head mailing list