Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jul 2014 18:50:29 +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: r360972 - head/devel/p5-Config-INI-Simple
Message-ID:  <201407061850.s66IoThF055127@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI/Simple
+@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



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