From owner-svn-ports-head@freebsd.org Wed Jan 25 16:31:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FD26CC1960; Wed, 25 Jan 2017 16:31:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 F1AC91D10; Wed, 25 Jan 2017 16:31:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0PGVljt096829; Wed, 25 Jan 2017 16:31:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0PGVkTn096825; Wed, 25 Jan 2017 16:31:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201701251631.v0PGVkTn096825@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 25 Jan 2017 16:31:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432441 - head/devel/p5-DateTime-Format-Strptime 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.23 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, 25 Jan 2017 16:31:48 -0000 Author: sunpoet Date: Wed Jan 25 16:31:46 2017 New Revision: 432441 URL: https://svnweb.freebsd.org/changeset/ports/432441 Log: Update to 1.72 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 head/devel/p5-DateTime-Format-Strptime/pkg-plist Modified: head/devel/p5-DateTime-Format-Strptime/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-Strptime/Makefile Wed Jan 25 16:31:41 2017 (r432440) +++ head/devel/p5-DateTime-Format-Strptime/Makefile Wed Jan 25 16:31:46 2017 (r432441) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Format-Strptime -PORTVERSION= 1.70 +PORTVERSION= 1.72 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN @@ -15,10 +15,11 @@ LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-DateTime>=1:devel/p5-DateTime \ - p5-DateTime-Locale>=0.45:devel/p5-DateTime-Locale \ - p5-DateTime-TimeZone>=0.79:devel/p5-DateTime-TimeZone \ + p5-DateTime-Locale>=1.05:devel/p5-DateTime-Locale \ + p5-DateTime-TimeZone>=2.09:devel/p5-DateTime-TimeZone \ p5-Package-DeprecationManager>=0.15:devel/p5-Package-DeprecationManager \ - p5-Params-Validate>=1.20:devel/p5-Params-Validate \ + p5-Params-ValidationCompiler>=0:devel/p5-Params-ValidationCompiler \ + p5-Specio>=0.33:devel/p5-Specio \ p5-Try-Tiny>=0:lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal \ Modified: head/devel/p5-DateTime-Format-Strptime/distinfo ============================================================================== --- head/devel/p5-DateTime-Format-Strptime/distinfo Wed Jan 25 16:31:41 2017 (r432440) +++ head/devel/p5-DateTime-Format-Strptime/distinfo Wed Jan 25 16:31:46 2017 (r432441) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481467100 -SHA256 (DateTime-Format-Strptime-1.70.tar.gz) = ceead46b714c6baea3250b987078771f1ffbe217b501d6fc91ff3c5f2afbbc67 -SIZE (DateTime-Format-Strptime-1.70.tar.gz) = 105460 +TIMESTAMP = 1485355066 +SHA256 (DateTime-Format-Strptime-1.72.tar.gz) = 08d387acbbc537f464b8795953318b2eb8ed5c70eb2880577e0f8a503bf7ef9e +SIZE (DateTime-Format-Strptime-1.72.tar.gz) = 104548 Modified: head/devel/p5-DateTime-Format-Strptime/pkg-plist ============================================================================== --- head/devel/p5-DateTime-Format-Strptime/pkg-plist Wed Jan 25 16:31:41 2017 (r432440) +++ head/devel/p5-DateTime-Format-Strptime/pkg-plist Wed Jan 25 16:31:46 2017 (r432441) @@ -1,2 +1,4 @@ %%SITE_PERL%%/DateTime/Format/Strptime.pm +%%SITE_PERL%%/DateTime/Format/Strptime/Types.pm %%PERL5_MAN3%%/DateTime::Format::Strptime.3.gz +%%PERL5_MAN3%%/DateTime::Format::Strptime::Types.3.gz