- Update to 1.14 - Take maintainership For Committer's reference: http://103.4.109.98//logs/10-CURRENT-i386-clang/p5-CPAN-Inject-1.14.log http://103.4.109.98//logs/10-CURRENT-i386-gcc/p5-CPAN-Inject-1.14.log http://103.4.109.98//logs/10-CURRENT-amd64-clang/p5-CPAN-Inject-1.14.log http://103.4.109.98//logs/10-CURRENT-amd64-gcc/p5-CPAN-Inject-1.14.log http://103.4.109.98//logs/9-STABLE-i386-clang/p5-CPAN-Inject-1.14.log http://103.4.109.98//logs/9-STABLE-i386-gcc/p5-CPAN-Inject-1.14.log http://103.4.109.98//logs/9-STABLE-amd64-clang/p5-CPAN-Inject-1.14.log http://103.4.109.98//logs/9-STABLE-amd64-gcc/p5-CPAN-Inject-1.14.log http://103.4.109.98//logs/8-STABLE-amd64/p5-CPAN-Inject-1.14.log http://103.4.109.98//logs/8-STABLE-i386/p5-CPAN-Inject-1.14.log http://103.4.109.98//logs/7-STABLE-amd64/p5-CPAN-Inject-1.14.log http://103.4.109.98//logs/7-STABLE-i386/p5-CPAN-Inject-1.14.log Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: perl->culot I'll take it.
Author: culot Date: Mon Jan 14 15:45:29 2013 New Revision: 310392 URL: http://svnweb.freebsd.org/changeset/ports/310392 Log: - Update to 1.14 [1] - Pass maintainership to submitter [1] - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/CPAN-Inject/Changes PR: ports/175289 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Modified: head/devel/p5-CPAN-Inject/Makefile head/devel/p5-CPAN-Inject/distinfo Modified: head/devel/p5-CPAN-Inject/Makefile ============================================================================== --- head/devel/p5-CPAN-Inject/Makefile Mon Jan 14 14:59:07 2013 (r310391) +++ head/devel/p5-CPAN-Inject/Makefile Mon Jan 14 15:45:29 2013 (r310392) @@ -2,14 +2,17 @@ # $FreeBSD$ PORTNAME= CPAN-Inject -PORTVERSION= 1.13 +PORTVERSION= 1.14 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Base class for injecting distributions into CPAN sources +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-File-chmod>=0.30:${PORTSDIR}/devel/p5-File-chmod \ p5-Params-Util>=0.21:${PORTSDIR}/devel/p5-Params-Util \ p5-CPAN-Checksums>=1.05:${PORTSDIR}/devel/p5-CPAN-Checksums Modified: head/devel/p5-CPAN-Inject/distinfo ============================================================================== --- head/devel/p5-CPAN-Inject/distinfo Mon Jan 14 14:59:07 2013 (r310391) +++ head/devel/p5-CPAN-Inject/distinfo Mon Jan 14 15:45:29 2013 (r310392) @@ -1,2 +1,2 @@ -SHA256 (CPAN-Inject-1.13.tar.gz) = a6605fadbd386f6bbcdceb53d2d60651e00f039cc471d3a30c3ff105a6b22e38 -SIZE (CPAN-Inject-1.13.tar.gz) = 60913 +SHA256 (CPAN-Inject-1.14.tar.gz) = 4f1871fed7d93271d0b737a4332627744d65139f842ce01610e7c896252ea341 +SIZE (CPAN-Inject-1.14.tar.gz) = 51015 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes (no need to add test-only dependencies in BUILD_DEPENDS). Thanks!