From owner-svn-ports-all@FreeBSD.ORG Thu May 8 03:03:44 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0BD4224; Thu, 8 May 2014 03:03:44 +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 75FA3FA3; Thu, 8 May 2014 03:03:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4833iXV043797; Thu, 8 May 2014 03:03:44 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4833hcJ043795; Thu, 8 May 2014 03:03:44 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405080303.s4833hcJ043795@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 8 May 2014 03:03:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353240 - head/devel/p5-Data-Clone 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 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: Thu, 08 May 2014 03:03:44 -0000 Author: sunpoet Date: Thu May 8 03:03:43 2014 New Revision: 353240 URL: http://svnweb.freebsd.org/changeset/ports/353240 QAT: https://qat.redports.org/buildarchive/r353240/ Log: - Update to 0.004 - Add LICENSE - Add more TEST_DEPENDS Changes: http://search.cpan.org/dist/Data-Clone/Changes Modified: head/devel/p5-Data-Clone/Makefile head/devel/p5-Data-Clone/distinfo Modified: head/devel/p5-Data-Clone/Makefile ============================================================================== --- head/devel/p5-Data-Clone/Makefile Thu May 8 03:03:38 2014 (r353239) +++ head/devel/p5-Data-Clone/Makefile Thu May 8 03:03:43 2014 (r353240) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Data-Clone -PORTVERSION= 0.003 +PORTVERSION= 0.004 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,9 +10,19 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Polymorphic data cloning -TEST_DEPENDS= p5-Test-Requires>=0.03:${PORTSDIR}/devel/p5-Test-Requires +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +TEST_DEPENDS= p5-Test-LeakTrace>=0:${PORTSDIR}/devel/p5-Test-LeakTrace \ + p5-Test-Requires>=0.03:${PORTSDIR}/devel/p5-Test-Requires USE_PERL5= configure USES= perl5 -.include +.include + +.if ${PERL_LEVEL} < 501800 +BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=3.18:${PORTSDIR}/devel/p5-ExtUtils-ParseXS +.endif + +.include Modified: head/devel/p5-Data-Clone/distinfo ============================================================================== --- head/devel/p5-Data-Clone/distinfo Thu May 8 03:03:38 2014 (r353239) +++ head/devel/p5-Data-Clone/distinfo Thu May 8 03:03:43 2014 (r353240) @@ -1,2 +1,2 @@ -SHA256 (Data-Clone-0.003.tar.gz) = 2fb8f1207a6929469d0c00b4e3b9aa22ff2c8290a100a9f51bac91a79c9c8d9a -SIZE (Data-Clone-0.003.tar.gz) = 33712 +SHA256 (Data-Clone-0.004.tar.gz) = 2fe5e179882a6b926dfef0a108b4a2c87a1ffb06892bcf2fb88e4c8f4b84383c +SIZE (Data-Clone-0.004.tar.gz) = 35033