Date: Thu, 16 Oct 2014 09:00:58 +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: r370984 - head/misc/p5-Array-Compare Message-ID: <201410160900.s9G90woG002726@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Thu Oct 16 09:00:57 2014 New Revision: 370984 URL: https://svnweb.freebsd.org/changeset/ports/370984 QAT: https://qat.redports.org/buildarchive/r370984/ Log: - Update to 2.11 - Add LICENSE (Artistic 1 & GPL 1) - Switch to Module::Build Changes: http://search.cpan.org/dist/Array-Compare/Changes Deleted: head/misc/p5-Array-Compare/pkg-plist Modified: head/misc/p5-Array-Compare/Makefile head/misc/p5-Array-Compare/distinfo Modified: head/misc/p5-Array-Compare/Makefile ============================================================================== --- head/misc/p5-Array-Compare/Makefile Thu Oct 16 08:55:30 2014 (r370983) +++ head/misc/p5-Array-Compare/Makefile Thu Oct 16 09:00:57 2014 (r370984) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Array-Compare -PORTVERSION= 2.02 +PORTVERSION= 2.11 CATEGORIES= misc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAVECROSS @@ -11,13 +11,20 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for comparing arrays -BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose -RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose -TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \ - p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=1:${PORTSDIR}/devel/p5-Test-Pod-Coverage +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Moo>0:${PORTSDIR}/devel/p5-Moo \ + p5-Type-Tiny>0:${PORTSDIR}/devel/p5-Type-Tiny +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild + +PLIST_FILES= %%SITE_PERL%%/Array/Compare.pm \ + %%PERL5_MAN3%%/Array::Compare.3.gz + +PLIST_DIRSTRY= %%SITE_PERL%%/Array .include <bsd.port.mk> Modified: head/misc/p5-Array-Compare/distinfo ============================================================================== --- head/misc/p5-Array-Compare/distinfo Thu Oct 16 08:55:30 2014 (r370983) +++ head/misc/p5-Array-Compare/distinfo Thu Oct 16 09:00:57 2014 (r370984) @@ -1,2 +1,2 @@ -SHA256 (Array-Compare-2.02.tar.gz) = 9733844cd8a68b8474fbf349ae7e4a9140e61f695ab95cec89582f66d301f7ee -SIZE (Array-Compare-2.02.tar.gz) = 9554 +SHA256 (Array-Compare-2.11.tar.gz) = 9af158ef012186fd26ac58ffcbdd16c06472e93e9c470683ef5f967ca9783538 +SIZE (Array-Compare-2.11.tar.gz) = 9653
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410160900.s9G90woG002726>