svn commit: r360973 - head/devel/p5-Data-Miscellany
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jul 6 18:50:35 UTC 2014
Author: sunpoet
Date: Sun Jul 6 18:50:34 2014
New Revision: 360973
URL: http://svnweb.freebsd.org/changeset/ports/360973
QAT: https://qat.redports.org/buildarchive/r360973/
Log:
- Add LICENSE
- Sort PLIST
- Reformat pkg-descr
Modified:
head/devel/p5-Data-Miscellany/Makefile
head/devel/p5-Data-Miscellany/pkg-descr
head/devel/p5-Data-Miscellany/pkg-plist
Modified: head/devel/p5-Data-Miscellany/Makefile
==============================================================================
--- head/devel/p5-Data-Miscellany/Makefile Sun Jul 6 18:50:28 2014 (r360972)
+++ head/devel/p5-Data-Miscellany/Makefile Sun Jul 6 18:50:34 2014 (r360973)
@@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Collection of miscellaneous subroutines
-USES= perl5
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
Modified: head/devel/p5-Data-Miscellany/pkg-descr
==============================================================================
--- head/devel/p5-Data-Miscellany/pkg-descr Sun Jul 6 18:50:28 2014 (r360972)
+++ head/devel/p5-Data-Miscellany/pkg-descr Sun Jul 6 18:50:34 2014 (r360973)
@@ -1,8 +1,7 @@
-This is a collection of miscellaneous subroutines useful in wide but
-varying scenarios; a catch-all module for things that don't obviously
-belong anywhere else. Obviously what's useful differs from person to
-person, but this particular collection should be useful in
-object-oriented frameworks, such as Class::Scaffold and
-Data::Conveyor.
+This is a collection of miscellaneous subroutines useful in wide but varying
+scenarios; a catch-all module for things that don't obviously belong anywhere
+else. Obviously what's useful differs from person to person, but this particular
+collection should be useful in object-oriented frameworks, such as
+Class::Scaffold and Data::Conveyor.
WWW: http://search.cpan.org/dist/Data-Miscellany/
Modified: head/devel/p5-Data-Miscellany/pkg-plist
==============================================================================
--- head/devel/p5-Data-Miscellany/pkg-plist Sun Jul 6 18:50:28 2014 (r360972)
+++ head/devel/p5-Data-Miscellany/pkg-plist Sun Jul 6 18:50:34 2014 (r360973)
@@ -1,6 +1,6 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Miscellany/.packlist
%%SITE_PERL%%/Data/Miscellany.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Miscellany/.packlist
%%PERL5_MAN3%%/Data::Miscellany.3.gz
- at dirrmtry %%SITE_PERL%%/Data
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Miscellany
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Miscellany
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
+ at dirrmtry %%SITE_PERL%%/Data
More information about the svn-ports-head
mailing list