Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2014 14:09:40 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347757 - head/devel/p5-Algorithm-C3
Message-ID:  <201403101409.s2AE9ejR074871@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
+@dirrm %%SITE_PERL%%/mach/auto/Algorithm/C3/
+@dirrmtry %%SITE_PERL%%/mach/auto/Algorithm
 @dirrmtry %%SITE_PERL%%/Algorithm



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