Date: Thu, 10 Apr 2014 19:26:18 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350837 - head/devel/p5-Test-Cmd Message-ID: <201404101926.s3AJQIfp095196@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Thu Apr 10 19:26:17 2014 New Revision: 350837 URL: http://svnweb.freebsd.org/changeset/ports/350837 QAT: https://qat.redports.org/buildarchive/r350837/ Log: - Update to 1.06 - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Test-Cmd/Changes Modified: head/devel/p5-Test-Cmd/Makefile head/devel/p5-Test-Cmd/distinfo head/devel/p5-Test-Cmd/pkg-plist Modified: head/devel/p5-Test-Cmd/Makefile ============================================================================== --- head/devel/p5-Test-Cmd/Makefile Thu Apr 10 19:25:35 2014 (r350836) +++ head/devel/p5-Test-Cmd/Makefile Thu Apr 10 19:26:17 2014 (r350837) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Cmd -PORTVERSION= 1.05 +PORTVERSION= 1.06 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for portable testing of commands and scripts +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Test-Cmd/distinfo ============================================================================== --- head/devel/p5-Test-Cmd/distinfo Thu Apr 10 19:25:35 2014 (r350836) +++ head/devel/p5-Test-Cmd/distinfo Thu Apr 10 19:26:17 2014 (r350837) @@ -1,2 +1,2 @@ -SHA256 (Test-Cmd-1.05.tar.gz) = 335449a95d81cc16e4dc67e7bcfc02745faf4d02f7f431e0b19c469f331fd3be -SIZE (Test-Cmd-1.05.tar.gz) = 31104 +SHA256 (Test-Cmd-1.06.tar.gz) = 4c29053c673c19d0b3bcaad597c4454413de6394230ef63969680506d80eddb9 +SIZE (Test-Cmd-1.06.tar.gz) = 32661 Modified: head/devel/p5-Test-Cmd/pkg-plist ============================================================================== --- head/devel/p5-Test-Cmd/pkg-plist Thu Apr 10 19:25:35 2014 (r350836) +++ head/devel/p5-Test-Cmd/pkg-plist Thu Apr 10 19:26:17 2014 (r350837) @@ -1,5 +1,5 @@ %%PERL5_MAN3%%/Test::Cmd.3.gz -%%PERL5_MAN3%%/Test::Common.3.gz +%%PERL5_MAN3%%/Test::Cmd::Common.3.gz %%SITE_PERL%%/Test/Cmd.pm %%SITE_PERL%%/Test/Cmd/Common.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Cmd/.packlist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404101926.s3AJQIfp095196>