From owner-svn-ports-all@FreeBSD.ORG Mon Jan 12 18:34:58 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 487ADCD7; Mon, 12 Jan 2015 18:34: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 292636E2; Mon, 12 Jan 2015 18:34: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 t0CIYwW2059866; Mon, 12 Jan 2015 18:34:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0CIYvs9059863; Mon, 12 Jan 2015 18:34:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501121834.t0CIYvs9059863@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 12 Jan 2015 18:34:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376854 - head/devel/p5-DateTime 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, 12 Jan 2015 18:34:58 -0000 Author: sunpoet Date: Mon Jan 12 18:34:56 2015 New Revision: 376854 URL: https://svnweb.freebsd.org/changeset/ports/376854 QAT: https://qat.redports.org/buildarchive/r376854/ Log: - Update to 1.18 - Add more TEST_DEPENDS - Sort PLIST Changes: http://search.cpan.org/dist/DateTime/Changes Modified: head/devel/p5-DateTime/Makefile head/devel/p5-DateTime/distinfo head/devel/p5-DateTime/pkg-plist Modified: head/devel/p5-DateTime/Makefile ============================================================================== --- head/devel/p5-DateTime/Makefile Mon Jan 12 18:34:50 2015 (r376853) +++ head/devel/p5-DateTime/Makefile Mon Jan 12 18:34:56 2015 (r376854) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime -PORTVERSION= 1.12 -PORTREVISION= 1 +PORTVERSION= 1.18 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DROLSKY @@ -16,11 +15,12 @@ LICENSE= ART20 # Do not add p5-DateTime-Format-Strptime>=1.20.00 to TEST_DEPENDS to avoid cyclic dependency in tinderbox BUILD_DEPENDS= p5-DateTime-Locale>=0.41:${PORTSDIR}/devel/p5-DateTime-Locale \ - p5-DateTime-TimeZone>=1.09:${PORTSDIR}/devel/p5-DateTime-TimeZone \ + p5-DateTime-TimeZone>=1.74:${PORTSDIR}/devel/p5-DateTime-TimeZone \ p5-Params-Validate>=0.76:${PORTSDIR}/devel/p5-Params-Validate \ - p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny + p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal +TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ + p5-Test-Warnings>=0.005:${PORTSDIR}/devel/p5-Test-Warnings OPTIONS_DEFINE= DOCS Modified: head/devel/p5-DateTime/distinfo ============================================================================== --- head/devel/p5-DateTime/distinfo Mon Jan 12 18:34:50 2015 (r376853) +++ head/devel/p5-DateTime/distinfo Mon Jan 12 18:34:56 2015 (r376854) @@ -1,2 +1,2 @@ -SHA256 (DateTime-1.12.tar.gz) = e65a333806d000825724cfa23d7d33539b853b6e819d4922d2a68579416374ce -SIZE (DateTime-1.12.tar.gz) = 206862 +SHA256 (DateTime-1.18.tar.gz) = bada2c9fe3e79429f7c84592d9a9defd3a8c71f7b584389d450aa324340d913a +SIZE (DateTime-1.18.tar.gz) = 212053 Modified: head/devel/p5-DateTime/pkg-plist ============================================================================== --- head/devel/p5-DateTime/pkg-plist Mon Jan 12 18:34:50 2015 (r376853) +++ head/devel/p5-DateTime/pkg-plist Mon Jan 12 18:34:56 2015 (r376854) @@ -1,7 +1,3 @@ -%%PERL5_MAN3%%/DateTime.3.gz -%%PERL5_MAN3%%/DateTime::Duration.3.gz -%%PERL5_MAN3%%/DateTime::Infinite.3.gz -%%PERL5_MAN3%%/DateTime::LeapSecond.3.gz %%SITE_ARCH%%/DateTime.pm %%SITE_ARCH%%/DateTime/Duration.pm %%SITE_ARCH%%/DateTime/Helpers.pm @@ -10,3 +6,7 @@ %%SITE_ARCH%%/DateTimePP.pm %%SITE_ARCH%%/DateTimePPExtra.pm %%SITE_ARCH%%/auto/DateTime/DateTime.so +%%PERL5_MAN3%%/DateTime.3.gz +%%PERL5_MAN3%%/DateTime::Duration.3.gz +%%PERL5_MAN3%%/DateTime::Infinite.3.gz +%%PERL5_MAN3%%/DateTime::LeapSecond.3.gz