svn commit: r363546 - head/devel/p5-Object-Array
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jul 31 10:04:32 UTC 2014
Author: sunpoet
Date: Thu Jul 31 10:04:30 2014
New Revision: 363546
URL: http://svnweb.freebsd.org/changeset/ports/363546
QAT: https://qat.redports.org/buildarchive/r363546/
Log:
- Add LICENSE
- Sort PLIST
- Reformat pkg-descr
Modified:
head/devel/p5-Object-Array/Makefile
head/devel/p5-Object-Array/pkg-descr
head/devel/p5-Object-Array/pkg-plist
Modified: head/devel/p5-Object-Array/Makefile
==============================================================================
--- head/devel/p5-Object-Array/Makefile Thu Jul 31 10:04:25 2014 (r363545)
+++ head/devel/p5-Object-Array/Makefile Thu Jul 31 10:04:30 2014 (r363546)
@@ -11,12 +11,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Array references with accessors
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
Modified: head/devel/p5-Object-Array/pkg-descr
==============================================================================
--- head/devel/p5-Object-Array/pkg-descr Thu Jul 31 10:04:25 2014 (r363545)
+++ head/devel/p5-Object-Array/pkg-descr Thu Jul 31 10:04:30 2014 (r363546)
@@ -1,9 +1,8 @@
-Several of these methods do not behave exactly like their builtin
-counterparts.
+Several of these methods do not behave exactly like their builtin counterparts.
-Specifically, any method that you would expect to return a list does
-so, but only in list context. In scalar context, these methods will
-return an Object::Array object constructed from a copy of the list
-that would have been returned.
+Specifically, any method that you would expect to return a list does so, but
+only in list context. In scalar context, these methods will return an
+Object::Array object constructed from a copy of the list that would have been
+returned.
WWW: http://search.cpan.org/dist/Object-Array/
Modified: head/devel/p5-Object-Array/pkg-plist
==============================================================================
--- head/devel/p5-Object-Array/pkg-plist Thu Jul 31 10:04:25 2014 (r363545)
+++ head/devel/p5-Object-Array/pkg-plist Thu Jul 31 10:04:30 2014 (r363546)
@@ -1,12 +1,12 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/Array/.packlist
%%SITE_PERL%%/Object/Array.pm
%%SITE_PERL%%/Object/Array/Plugin/Builtins.pm
%%SITE_PERL%%/Object/Array/Plugin/ListMoreUtils.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/Array/.packlist
%%PERL5_MAN3%%/Object::Array.3.gz
%%PERL5_MAN3%%/Object::Array::Plugin::Builtins.3.gz
%%PERL5_MAN3%%/Object::Array::Plugin::ListMoreUtils.3.gz
- at dirrmtry %%SITE_PERL%%/Object/Array/Plugin
- at dirrmtry %%SITE_PERL%%/Object/Array
- at dirrmtry %%SITE_PERL%%/Object
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/Array
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/Array
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object
+ at dirrm %%SITE_PERL%%/Object/Array/Plugin
+ at dirrm %%SITE_PERL%%/Object/Array
+ at dirrmtry %%SITE_PERL%%/Object
More information about the svn-ports-head
mailing list