svn commit: r360972 - head/devel/p5-Config-INI-Simple
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jul 6 18:50:30 UTC 2014
Author: sunpoet
Date: Sun Jul 6 18:50:28 2014
New Revision: 360972
URL: http://svnweb.freebsd.org/changeset/ports/360972
QAT: https://qat.redports.org/buildarchive/r360972/
Log:
- Add LICENSE
- Sort PLIST
- Reformat pkg-descr
Modified:
head/devel/p5-Config-INI-Simple/Makefile
head/devel/p5-Config-INI-Simple/pkg-descr
head/devel/p5-Config-INI-Simple/pkg-plist
Modified: head/devel/p5-Config-INI-Simple/Makefile
==============================================================================
--- head/devel/p5-Config-INI-Simple/Makefile Sun Jul 6 18:50:23 2014 (r360971)
+++ head/devel/p5-Config-INI-Simple/Makefile Sun Jul 6 18:50:28 2014 (r360972)
@@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Simple reading and writing from an INI file
-USES= perl5
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
Modified: head/devel/p5-Config-INI-Simple/pkg-descr
==============================================================================
--- head/devel/p5-Config-INI-Simple/pkg-descr Sun Jul 6 18:50:23 2014 (r360971)
+++ head/devel/p5-Config-INI-Simple/pkg-descr Sun Jul 6 18:50:28 2014 (r360972)
@@ -1,7 +1,6 @@
-Config::INI::Simple is for very simplistic reading and writing of INI
-files. A new object must be created for each INI file (an object keeps
-all the data read in from an INI which is used on the write method to
-write to the INI). It also keeps all your comments and original order
-intact.
+Config::INI::Simple is for very simplistic reading and writing of INI files. A
+new object must be created for each INI file (an object keeps all the data read
+in from an INI which is used on the write method to write to the INI). It also
+keeps all your comments and original order intact.
WWW: http://search.cpan.org/dist/Config-INI-Simple/
Modified: head/devel/p5-Config-INI-Simple/pkg-plist
==============================================================================
--- head/devel/p5-Config-INI-Simple/pkg-plist Sun Jul 6 18:50:23 2014 (r360971)
+++ head/devel/p5-Config-INI-Simple/pkg-plist Sun Jul 6 18:50:28 2014 (r360972)
@@ -1,7 +1,7 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI/Simple/.packlist
%%SITE_PERL%%/Config/INI/Simple.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI/Simple/.packlist
%%PERL5_MAN3%%/Config::INI::Simple.3.gz
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI/Simple
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI/Simple
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config
@dirrmtry %%SITE_PERL%%/Config/INI
More information about the svn-ports-all
mailing list