svn commit: r363608 - head/net/p5-Data-IPV4-Range-Parse
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jul 31 15:13:17 UTC 2014
Author: sunpoet
Date: Thu Jul 31 15:13:15 2014
New Revision: 363608
URL: http://svnweb.freebsd.org/changeset/ports/363608
QAT: https://qat.redports.org/buildarchive/r363608/
Log:
- Add LICENSE
- Sort PLIST
- Reformat pkg-descr
Modified:
head/net/p5-Data-IPV4-Range-Parse/Makefile
head/net/p5-Data-IPV4-Range-Parse/pkg-descr
head/net/p5-Data-IPV4-Range-Parse/pkg-plist
Modified: head/net/p5-Data-IPV4-Range-Parse/Makefile
==============================================================================
--- head/net/p5-Data-IPV4-Range-Parse/Makefile Thu Jul 31 15:13:10 2014 (r363607)
+++ head/net/p5-Data-IPV4-Range-Parse/Makefile Thu Jul 31 15:13:15 2014 (r363608)
@@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Perl extension parsing IPv4 ranges
-USES= perl5
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
Modified: head/net/p5-Data-IPV4-Range-Parse/pkg-descr
==============================================================================
--- head/net/p5-Data-IPV4-Range-Parse/pkg-descr Thu Jul 31 15:13:10 2014 (r363607)
+++ head/net/p5-Data-IPV4-Range-Parse/pkg-descr Thu Jul 31 15:13:15 2014 (r363608)
@@ -1,4 +1,3 @@
-Simple Interface for getting start and ending address of ranges as
-integers.
+Simple Interface for getting start and ending address of ranges as integers.
WWW: http://search.cpan.org/dist/Data-IPV4-Range-Parse/
Modified: head/net/p5-Data-IPV4-Range-Parse/pkg-plist
==============================================================================
--- head/net/p5-Data-IPV4-Range-Parse/pkg-plist Thu Jul 31 15:13:10 2014 (r363607)
+++ head/net/p5-Data-IPV4-Range-Parse/pkg-plist Thu Jul 31 15:13:15 2014 (r363608)
@@ -1,11 +1,11 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/IPV4/Range/Parse/.packlist
%%SITE_PERL%%/Data/IPV4/Range/Parse.pm
%%SITE_PERL%%/Data/IPV4/Range/Parse.pod
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/IPV4/Range/Parse/.packlist
%%PERL5_MAN3%%/Data::IPV4::Range::Parse.3.gz
- at dirrmtry %%SITE_PERL%%/Data/IPV4/Range
- at dirrmtry %%SITE_PERL%%/Data/IPV4
- at dirrmtry %%SITE_PERL%%/Data
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/IPV4/Range/Parse
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/IPV4/Range/Parse
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/IPV4/Range
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/IPV4
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
+ at dirrmtry %%SITE_PERL%%/Data/IPV4/Range
+ at dirrmtry %%SITE_PERL%%/Data/IPV4
+ at dirrmtry %%SITE_PERL%%/Data
More information about the svn-ports-all
mailing list