From owner-svn-ports-all@FreeBSD.ORG Mon Sep 8 12:18:14 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84581655; Mon, 8 Sep 2014 12:18:14 +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 5638113B8; Mon, 8 Sep 2014 12:18:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s88CIE4C035136; Mon, 8 Sep 2014 12:18:14 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s88CIDEf035134; Mon, 8 Sep 2014 12:18:13 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201409081218.s88CIDEf035134@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Mon, 8 Sep 2014 12:18:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367618 - head/devel/p5-namespace-autoclean X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2014 12:18:14 -0000 Author: culot Date: Mon Sep 8 12:18:13 2014 New Revision: 367618 URL: http://svnweb.freebsd.org/changeset/ports/367618 QAT: https://qat.redports.org/buildarchive/r367618/ Log: - Update to 0.20 - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/namespace-autoclean/Changes Modified: head/devel/p5-namespace-autoclean/Makefile head/devel/p5-namespace-autoclean/distinfo Modified: head/devel/p5-namespace-autoclean/Makefile ============================================================================== --- head/devel/p5-namespace-autoclean/Makefile Mon Sep 8 12:10:24 2014 (r367617) +++ head/devel/p5-namespace-autoclean/Makefile Mon Sep 8 12:18:13 2014 (r367618) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= namespace-autoclean -PORTVERSION= 0.19 +PORTVERSION= 0.20 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ETHER @@ -11,11 +11,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Keep imports out of your namespace -RUN_DEPENDS= p5-B-Hooks-EndOfScope>=0:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= p5-B-Hooks-EndOfScope>=0.12:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \ p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \ p5-namespace-clean>=0.20:${PORTSDIR}/devel/p5-namespace-clean BUILD_DEPENDS= ${RUN_DEPENDS} -TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires +TEST_DEPENDS= p5-Test-Fatal>0:$PORTSDIR}/devel/p5-Test-Fatal \ + p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ + p5-Test-Spelling>0.12:${PORTSDIR}/devel/p5-Test-Spelling USES= perl5 USE_PERL5= configure Modified: head/devel/p5-namespace-autoclean/distinfo ============================================================================== --- head/devel/p5-namespace-autoclean/distinfo Mon Sep 8 12:10:24 2014 (r367617) +++ head/devel/p5-namespace-autoclean/distinfo Mon Sep 8 12:18:13 2014 (r367618) @@ -1,2 +1,2 @@ -SHA256 (namespace-autoclean-0.19.tar.gz) = 6d154822165368dfc4bad1b10b6347e5de8d29bde8aacecd1ae00c8c73c1510e -SIZE (namespace-autoclean-0.19.tar.gz) = 34256 +SHA256 (namespace-autoclean-0.20.tar.gz) = 42a199314d07b7a29044d6072529ca53037c75a43550193b1586bd19c690a05f +SIZE (namespace-autoclean-0.20.tar.gz) = 35858