Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jul 2014 18:50:18 +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: r360970 - head/devel/p5-Class-Accessor-Complex
Message-ID:  <201407061850.s66IoIVi054845@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
-@dirrmtry %%SITE_PERL%%/Class/Accessor
-@dirrmtry %%SITE_PERL%%/Class
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Accessor/Complex
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Accessor/Complex
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Accessor
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
+@dirrmtry %%SITE_PERL%%/Class/Accessor
+@dirrmtry %%SITE_PERL%%/Class



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