From owner-svn-ports-head@freebsd.org Sat Aug 3 20:55:21 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C8461BAE60; Sat, 3 Aug 2019 20:55:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 461GWY4nD0z3Bt6; Sat, 3 Aug 2019 20:55:21 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 872DC20BD3; Sat, 3 Aug 2019 20:55:21 +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 x73KtLHQ084011; Sat, 3 Aug 2019 20:55:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x73KtLJ7084010; Sat, 3 Aug 2019 20:55:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908032055.x73KtLJ7084010@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Aug 2019 20:55:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508000 - head/databases/p5-DBIx-Class-Helpers X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-DBIx-Class-Helpers X-SVN-Commit-Revision: 508000 X-SVN-Commit-Repository: ports 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.29 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: Sat, 03 Aug 2019 20:55:21 -0000 Author: sunpoet Date: Sat Aug 3 20:55:20 2019 New Revision: 508000 URL: https://svnweb.freebsd.org/changeset/ports/508000 Log: Update to 2.034000 - Fix *_DEPENDS - Remove Perl core module Changes: https://metacpan.org/changes/distribution/DBIx-Class-Helpers Modified: head/databases/p5-DBIx-Class-Helpers/Makefile head/databases/p5-DBIx-Class-Helpers/distinfo Modified: head/databases/p5-DBIx-Class-Helpers/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-Helpers/Makefile Sat Aug 3 20:55:14 2019 (r507999) +++ head/databases/p5-DBIx-Class-Helpers/Makefile Sat Aug 3 20:55:20 2019 (r508000) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBIx-Class-Helpers -PORTVERSION= 2.033004 +PORTVERSION= 2.034000 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,22 +15,24 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Carp-Clan>=0:devel/p5-Carp-Clan \ - p5-DBIx-Class>=0.08123:databases/p5-DBIx-Class \ - p5-DBIx-Class-Candy>=0:databases/p5-DBIx-Class-Candy \ - p5-DBIx-Introspector>=0:databases/p5-DBIx-Introspector \ +RUN_DEPENDS= p5-Carp-Clan>=6.04:devel/p5-Carp-Clan \ + p5-DBIx-Class>=0.082600:databases/p5-DBIx-Class \ + p5-DBIx-Class-Candy>=0.003001:databases/p5-DBIx-Class-Candy \ + p5-DBIx-Introspector>=0.001002:databases/p5-DBIx-Introspector \ p5-Lingua-EN-Inflect>=0:textproc/p5-Lingua-EN-Inflect \ + p5-Module-Runtime>=0:devel/p5-Module-Runtime \ + p5-Moo>=2:devel/p5-Moo \ p5-Safe-Isa>=0:devel/p5-Safe-Isa \ - p5-String-CamelCase>=0:textproc/p5-String-CamelCase \ - p5-Sub-Exporter-Progressive>=0:devel/p5-Sub-Exporter-Progressive \ + p5-Sub-Exporter-Progressive>=0.001006:devel/p5-Sub-Exporter-Progressive \ p5-Text-Brew>=0:textproc/p5-Text-Brew \ p5-Try-Tiny>=0:lang/p5-Try-Tiny \ - p5-namespace-clean>=0:devel/p5-namespace-clean -TEST_DEPENDS= p5-Test-Exception>0:devel/p5-Test-Exception \ - p5-Test-Simple>=0:devel/p5-Test-Simple \ + p5-namespace-clean>=0.23:devel/p5-namespace-clean +TEST_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \ + p5-DateTime-Format-SQLite>=0:devel/p5-DateTime-Format-SQLite \ p5-Test-Deep>=0:devel/p5-Test-Deep \ - p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \ - p5-DateTime-Format-SQLite>=0:devel/p5-DateTime-Format-SQLite + p5-Test-Fatal>=0.006:devel/p5-Test-Fatal \ + p5-Test-Roo>=1.003:devel/p5-Test-Roo \ + p5-aliased>=0.34:devel/p5-aliased USES= perl5 USE_PERL5= configure Modified: head/databases/p5-DBIx-Class-Helpers/distinfo ============================================================================== --- head/databases/p5-DBIx-Class-Helpers/distinfo Sat Aug 3 20:55:14 2019 (r507999) +++ head/databases/p5-DBIx-Class-Helpers/distinfo Sat Aug 3 20:55:20 2019 (r508000) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524925465 -SHA256 (DBIx-Class-Helpers-2.033004.tar.gz) = 14bc7adda3b30867311717faa11a4534bceda3061229dc2533647c1906d8784c -SIZE (DBIx-Class-Helpers-2.033004.tar.gz) = 84860 +TIMESTAMP = 1564837108 +SHA256 (DBIx-Class-Helpers-2.034000.tar.gz) = bf92b5495fddd50daa15126e015d5d210a44b6bb43baa8859b5adaa57cd96c59 +SIZE (DBIx-Class-Helpers-2.034000.tar.gz) = 83662