From owner-svn-ports-head@FreeBSD.ORG Wed Oct 23 17:22:03 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id 91B80EBE; Wed, 23 Oct 2013 17:22:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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 714052F18; Wed, 23 Oct 2013 17:22:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9NHM3LT068073; Wed, 23 Oct 2013 17:22:03 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9NHM2L6068062; Wed, 23 Oct 2013 17:22:02 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310231722.r9NHM2L6068062@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Oct 2013 17:22:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331394 - head/devel/p5-DateTime-Format-DBI 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.14 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: Wed, 23 Oct 2013 17:22:03 -0000 Author: sunpoet Date: Wed Oct 23 17:22:02 2013 New Revision: 331394 URL: http://svnweb.freebsd.org/changeset/ports/331394 Log: - Update to 0.041 - Add LICENSE - Use TEST_DEPENDS for test-only dependency - Support STAGEDIR Changes: http://search.cpan.org/dist/DateTime-Format-DBI/Changes Modified: head/devel/p5-DateTime-Format-DBI/Makefile head/devel/p5-DateTime-Format-DBI/distinfo (contents, props changed) head/devel/p5-DateTime-Format-DBI/pkg-descr (contents, props changed) head/devel/p5-DateTime-Format-DBI/pkg-plist (contents, props changed) Modified: head/devel/p5-DateTime-Format-DBI/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-DBI/Makefile Wed Oct 23 17:21:56 2013 (r331393) +++ head/devel/p5-DateTime-Format-DBI/Makefile Wed Oct 23 17:22:02 2013 (r331394) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Format-DBI -PORTVERSION= 0.040 +PORTVERSION= 0.041 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,15 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Find a parser class for a database connection -RUN_DEPENDS= p5-DBI>=1.21:${PORTSDIR}/databases/p5-DBI \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-DBI>=1.21:${PORTSDIR}/databases/p5-DBI \ p5-DateTime>=0.1:${PORTSDIR}/devel/p5-DateTime -BUILD_DEPENDS:= ${RUN_DEPENDS} -BUILD_DEPENDS+= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings USES= perl5 USE_PERL5= modbuild -MAN3= DateTime::Format::DBI.3 - -NO_STAGE= yes .include Modified: head/devel/p5-DateTime-Format-DBI/distinfo ============================================================================== --- head/devel/p5-DateTime-Format-DBI/distinfo Wed Oct 23 17:21:56 2013 (r331393) +++ head/devel/p5-DateTime-Format-DBI/distinfo Wed Oct 23 17:22:02 2013 (r331394) @@ -1,2 +1,2 @@ -SHA256 (DateTime-Format-DBI-0.040.tar.gz) = d7117f3d57207ecedc848761ed972d2e215d9c749a48e496acf5f90c0c8102e8 -SIZE (DateTime-Format-DBI-0.040.tar.gz) = 14825 +SHA256 (DateTime-Format-DBI-0.041.tar.gz) = 7e7d3e4b463321c17c299b71f36592580339205e93e583946857cb975bcc7a4d +SIZE (DateTime-Format-DBI-0.041.tar.gz) = 15383 Modified: head/devel/p5-DateTime-Format-DBI/pkg-descr ============================================================================== --- head/devel/p5-DateTime-Format-DBI/pkg-descr Wed Oct 23 17:21:56 2013 (r331393) +++ head/devel/p5-DateTime-Format-DBI/pkg-descr Wed Oct 23 17:22:02 2013 (r331394) @@ -3,4 +3,5 @@ a given DBI connection (and DBD::* drive It currently supports the following drivers: MySQL, PostgreSQL (Pg). +WWW: http://search.cpan.org/dist/DateTime-Format-DBI/ WWW: http://datetime.perl.org/ Modified: head/devel/p5-DateTime-Format-DBI/pkg-plist ============================================================================== --- head/devel/p5-DateTime-Format-DBI/pkg-plist Wed Oct 23 17:21:56 2013 (r331393) +++ head/devel/p5-DateTime-Format-DBI/pkg-plist Wed Oct 23 17:22:02 2013 (r331394) @@ -1,3 +1,4 @@ %%SITE_PERL%%/DateTime/Format/DBI.pm +%%PERL5_MAN3%%/DateTime::Format::DBI.3.gz @dirrmtry %%SITE_PERL%%/DateTime/Format @dirrmtry %%SITE_PERL%%/DateTime