svn commit: r347757 - head/devel/p5-Algorithm-C3
Andrej Zverev
az at FreeBSD.org
Mon Mar 10 14:09:41 UTC 2014
Author: az
Date: Mon Mar 10 14:09:39 2014
New Revision: 347757
URL: http://svnweb.freebsd.org/changeset/ports/347757
QAT: https://qat.redports.org/buildarchive/r347757/
Log:
- update to 0.09 (switch to ExtUtils::MakeMaker)
- add LICENSE
Modified:
head/devel/p5-Algorithm-C3/Makefile
head/devel/p5-Algorithm-C3/distinfo
head/devel/p5-Algorithm-C3/pkg-plist
Modified: head/devel/p5-Algorithm-C3/Makefile
==============================================================================
--- head/devel/p5-Algorithm-C3/Makefile Mon Mar 10 14:01:13 2014 (r347756)
+++ head/devel/p5-Algorithm-C3/Makefile Mon Mar 10 14:09:39 2014 (r347757)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Algorithm-C3
-PORTVERSION= 0.08
+PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Module for merging hierarchies using the C3 algorithm
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
USES= perl5
-USE_PERL5= modbuild
+USE_PERL5= configure
.include <bsd.port.mk>
Modified: head/devel/p5-Algorithm-C3/distinfo
==============================================================================
--- head/devel/p5-Algorithm-C3/distinfo Mon Mar 10 14:01:13 2014 (r347756)
+++ head/devel/p5-Algorithm-C3/distinfo Mon Mar 10 14:09:39 2014 (r347757)
@@ -1,2 +1,2 @@
-SHA256 (Algorithm-C3-0.08.tar.gz) = 5509ca048b0cde2476555465fef673ca95f3c8ef566aa32b296f473e4c96cc04
-SIZE (Algorithm-C3-0.08.tar.gz) = 11738
+SHA256 (Algorithm-C3-0.09.tar.gz) = 0fe9b5f806c8679dd70fe8eeeaaa570d70a34d449f844759b16e805bbf7322a0
+SIZE (Algorithm-C3-0.09.tar.gz) = 12430
Modified: head/devel/p5-Algorithm-C3/pkg-plist
==============================================================================
--- head/devel/p5-Algorithm-C3/pkg-plist Mon Mar 10 14:01:13 2014 (r347756)
+++ head/devel/p5-Algorithm-C3/pkg-plist Mon Mar 10 14:09:39 2014 (r347757)
@@ -1,3 +1,6 @@
%%PERL5_MAN3%%/Algorithm::C3.3.gz
%%SITE_PERL%%/Algorithm/C3.pm
+%%SITE_PERL%%/mach/auto/Algorithm/C3/.packlist
+ at dirrm %%SITE_PERL%%/mach/auto/Algorithm/C3/
+ at dirrmtry %%SITE_PERL%%/mach/auto/Algorithm
@dirrmtry %%SITE_PERL%%/Algorithm
More information about the svn-ports-head
mailing list