Date: Thu, 1 Jan 2015 16:21:56 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375965 - head/devel/p5-DateTime-Format-Strptime Message-ID: <201501011621.t01GLuDW014022@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jan 1 16:21:55 2015 New Revision: 375965 URL: https://svnweb.freebsd.org/changeset/ports/375965 QAT: https://qat.redports.org/buildarchive/r375965/ Log: - Update to 1.56 - Update and sort *_DEPENDS: add missing p5-DateTime-Locale - Update PORTSCOUT Changes: http://search.cpan.org/dist/DateTime-Format-Strptime/Changes Modified: head/devel/p5-DateTime-Format-Strptime/Makefile head/devel/p5-DateTime-Format-Strptime/distinfo Modified: head/devel/p5-DateTime-Format-Strptime/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-Strptime/Makefile Thu Jan 1 16:21:48 2015 (r375964) +++ head/devel/p5-DateTime-Format-Strptime/Makefile Thu Jan 1 16:21:55 2015 (r375965) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Format-Strptime -PORTVERSION= 1.55 -PORTREVISION= 1 +PORTVERSION= 1.56 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN @@ -14,12 +13,13 @@ COMMENT= Parse and format strp and strf LICENSE= ART20 -RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ - p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \ - p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime +RUN_DEPENDS= p5-DateTime>=1:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-Locale>=0.45:${PORTSDIR}/devel/p5-DateTime-Locale \ + p5-DateTime-TimeZone>=0.79:${PORTSDIR}/devel/p5-DateTime-TimeZone \ + p5-Params-Validate>=0.64:${PORTSDIR}/devel/p5-Params-Validate BUILD_DEPENDS:= ${RUN_DEPENDS} -PORTSCOUT= skipv:1.0700 +PORTSCOUT= skipv:1.0601,1.0700,1.0701,1.0702,1.0800,1.0900,1.0901,1.1000 USES= perl5 USE_PERL5= configure Modified: head/devel/p5-DateTime-Format-Strptime/distinfo ============================================================================== --- head/devel/p5-DateTime-Format-Strptime/distinfo Thu Jan 1 16:21:48 2015 (r375964) +++ head/devel/p5-DateTime-Format-Strptime/distinfo Thu Jan 1 16:21:55 2015 (r375965) @@ -1,2 +1,2 @@ -SHA256 (DateTime-Format-Strptime-1.55.tar.gz) = 70ca985789b03b22e992350dc7e620f7cfd6fbb429854555bce7af6ea2ac9643 -SIZE (DateTime-Format-Strptime-1.55.tar.gz) = 27017 +SHA256 (DateTime-Format-Strptime-1.56.tar.gz) = 2ff69d0f5a0359aab04e7276db5bee3be10040da24fbf09de1d904e7ead78b28 +SIZE (DateTime-Format-Strptime-1.56.tar.gz) = 36863
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501011621.t01GLuDW014022>