From owner-svn-ports-head@FreeBSD.ORG Thu Oct 16 09:00:58 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD4D844B; Thu, 16 Oct 2014 09:00:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9174E106; Thu, 16 Oct 2014 09:00:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9G90w2w002728; Thu, 16 Oct 2014 09:00:58 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9G90woG002726; Thu, 16 Oct 2014 09:00:58 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201410160900.s9G90woG002726@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Thu, 16 Oct 2014 09:00:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370984 - head/misc/p5-Array-Compare X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2014 09:00:58 -0000 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 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