svn commit: r371033 - head/devel/p5-common-sense
Frederic Culot
culot at FreeBSD.org
Fri Oct 17 09:14:02 UTC 2014
Author: culot
Date: Fri Oct 17 09:14:00 2014
New Revision: 371033
URL: https://svnweb.freebsd.org/changeset/ports/371033
QAT: https://qat.redports.org/buildarchive/r371033/
Log:
- Update to 3.73
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/common-sense/Changes
PR: ports/193495
Submitted by: Sergei Vyshenski <svysh.fbsd at gmail.com>
Approved by: mons at cpan.org (maintainer timeout, >14 days)
Modified:
head/devel/p5-common-sense/Makefile
head/devel/p5-common-sense/distinfo
head/devel/p5-common-sense/pkg-plist
Modified: head/devel/p5-common-sense/Makefile
==============================================================================
--- head/devel/p5-common-sense/Makefile Fri Oct 17 08:57:06 2014 (r371032)
+++ head/devel/p5-common-sense/Makefile Fri Oct 17 09:14:00 2014 (r371033)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= common-sense
-PORTVERSION= 3.6
+PORTVERSION= 3.73
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MLEHMANN
@@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mons at cpan.org
COMMENT= Perl common defaults with lower memory usage
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
USES= perl5
USE_PERL5= configure
Modified: head/devel/p5-common-sense/distinfo
==============================================================================
--- head/devel/p5-common-sense/distinfo Fri Oct 17 08:57:06 2014 (r371032)
+++ head/devel/p5-common-sense/distinfo Fri Oct 17 09:14:00 2014 (r371033)
@@ -1,2 +1,2 @@
-SHA256 (common-sense-3.6.tar.gz) = 86e2c2e109a7dd4bc5441757e729d7d622da125c6e14607a78fb56e057b86b5a
-SIZE (common-sense-3.6.tar.gz) = 12594
+SHA256 (common-sense-3.73.tar.gz) = 8110c5e472641e0c218f8e023cecc1612ef66f9a1b313261fe219862efe3fd10
+SIZE (common-sense-3.73.tar.gz) = 11132
Modified: head/devel/p5-common-sense/pkg-plist
==============================================================================
--- head/devel/p5-common-sense/pkg-plist Fri Oct 17 08:57:06 2014 (r371032)
+++ head/devel/p5-common-sense/pkg-plist Fri Oct 17 09:14:00 2014 (r371033)
@@ -1,6 +1,7 @@
-%%SITE_PERL%%/common/sense.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/common/sense/.packlist
%%PERL5_MAN3%%/common::sense.3.gz
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/common/sense/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/common/sense.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/common/sense.pod
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/common/sense
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/common
- at dirrmtry %%SITE_PERL%%/common
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/common
More information about the svn-ports-all
mailing list