From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 13:05:22 2013 Return-Path: Delivered-To: svn-ports-head@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 4B38A98D; Mon, 25 Nov 2013 13:05:22 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 20E2D27D3; Mon, 25 Nov 2013 13:05:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPD5LXr045730; Mon, 25 Nov 2013 13:05:21 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPD5Ljs045728; Mon, 25 Nov 2013 13:05:21 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251305.rAPD5Ljs045728@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 13:05:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334847 - head/devel/p5-Devel-PartialDump 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.16 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: Mon, 25 Nov 2013 13:05:22 -0000 Author: sunpoet Date: Mon Nov 25 13:05:21 2013 New Revision: 334847 URL: http://svnweb.freebsd.org/changeset/ports/334847 Log: - Update to 0.16 - Add LICENSE Changes: http://search.cpan.org/dist/Devel-PartialDump/Changes Modified: head/devel/p5-Devel-PartialDump/Makefile head/devel/p5-Devel-PartialDump/distinfo (contents, props changed) Modified: head/devel/p5-Devel-PartialDump/Makefile ============================================================================== --- head/devel/p5-Devel-PartialDump/Makefile Mon Nov 25 12:34:53 2013 (r334846) +++ head/devel/p5-Devel-PartialDump/Makefile Mon Nov 25 13:05:21 2013 (r334847) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-PartialDump -PORTVERSION= 0.15 -PORTREVISION= 1 +PORTVERSION= 0.16 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,16 +10,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Partial dumping of data structures, optimized for argument printing -BUILD_DEPENDS= p5-Moose>0:${PORTSDIR}/devel/p5-Moose \ - p5-namespace-clean>=0.20:${PORTSDIR}/devel/p5-namespace-clean \ - p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +BUILD_DEPENDS= p5-Class-Tiny>=0:${PORTSDIR}/devel/p5-Class-Tiny \ + p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ + p5-namespace-clean>=0.20:${PORTSDIR}/devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn \ p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny .include Modified: head/devel/p5-Devel-PartialDump/distinfo ============================================================================== --- head/devel/p5-Devel-PartialDump/distinfo Mon Nov 25 12:34:53 2013 (r334846) +++ head/devel/p5-Devel-PartialDump/distinfo Mon Nov 25 13:05:21 2013 (r334847) @@ -1,2 +1,2 @@ -SHA256 (Devel-PartialDump-0.15.tar.gz) = f6fc56b80c29b88f7a63ad8ba8a28d6c106581945a9c5ebcaa71510c0610a476 -SIZE (Devel-PartialDump-0.15.tar.gz) = 7640 +SHA256 (Devel-PartialDump-0.16.tar.gz) = 5b079073adfc0bfacb8c7a9e815a00efc5e3af435d1fbc38e7890e0a624bf5aa +SIZE (Devel-PartialDump-0.16.tar.gz) = 26216