From owner-svn-ports-head@freebsd.org Wed Aug 28 23:53:43 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 6BDA2E9E5F; Wed, 28 Aug 2019 23:53:43 +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 46JjHq2ByPz3R27; Wed, 28 Aug 2019 23:53:43 +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 15880F53B; Wed, 28 Aug 2019 23:53:43 +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 x7SNrg4c097173; Wed, 28 Aug 2019 23:53:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7SNrgRG097172; Wed, 28 Aug 2019 23:53:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908282353.x7SNrgRG097172@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, 28 Aug 2019 23:53:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510129 - head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC X-SVN-Commit-Revision: 510129 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: Wed, 28 Aug 2019 23:53:43 -0000 Author: sunpoet Date: Wed Aug 28 23:53:42 2019 New Revision: 510129 URL: https://svnweb.freebsd.org/changeset/ports/510129 Log: Update to 0.624 - Fix *_DEPENDS Changes: https://metacpan.org/changes/distribution/Dancer2-Plugin-Auth-Extensible-Provider-DBIC Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/Makefile head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/distinfo Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/Makefile ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/Makefile Wed Aug 28 23:53:37 2019 (r510128) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/Makefile Wed Aug 28 23:53:42 2019 (r510129) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Auth-Extensible-Provider-DBIC -PORTVERSION= 0.623 +PORTVERSION= 0.624 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,15 +15,19 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-DBIx-Class>=0:databases/p5-DBIx-Class \ - p5-Dancer2-Plugin-Auth-Extensible>=0.600:security/p5-Dancer2-Plugin-Auth-Extensible \ - p5-Dancer2-Plugin-DBIC>=0:databases/p5-Dancer2-Plugin-DBIC \ - p5-String-CamelCase>=0:textproc/p5-String-CamelCase -TEST_DEPENDS= p5-Class-Load>=0:devel/p5-Class-Load \ - p5-DateTime-Format-SQLite>=0:devel/p5-DateTime-Format-SQLite \ - p5-Path-Tiny>=0:devel/p5-Path-Tiny + p5-Dancer2-Plugin-Auth-Extensible>=0.708:security/p5-Dancer2-Plugin-Auth-Extensible \ + p5-Dancer2-Plugin-DBIC>=0.0012:databases/p5-Dancer2-Plugin-DBIC \ + p5-Dancer2>=0.200000:www/p5-Dancer2 \ + p5-DateTime>=0:devel/p5-DateTime \ + p5-Moo>=0:devel/p5-Moo \ + p5-String-CamelCase>=0:textproc/p5-String-CamelCase \ + p5-namespace-clean>=0:devel/p5-namespace-clean +TEST_DEPENDS= p5-Test-MockObject>=0:devel/p5-Test-MockObject \ + p5-Test-Warn>=0:devel/p5-Test-Warn USES= perl5 USE_PERL5= configure + NO_ARCH= yes .include Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/distinfo ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/distinfo Wed Aug 28 23:53:37 2019 (r510128) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC/distinfo Wed Aug 28 23:53:42 2019 (r510129) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508061508 -SHA256 (Dancer2-Plugin-Auth-Extensible-Provider-DBIC-0.623.tar.gz) = d036bc1af67a0b0dc2b94f2b6a53056595536d5520dea9cbfc64826ad38788d6 -SIZE (Dancer2-Plugin-Auth-Extensible-Provider-DBIC-0.623.tar.gz) = 16423 +TIMESTAMP = 1567016175 +SHA256 (Dancer2-Plugin-Auth-Extensible-Provider-DBIC-0.624.tar.gz) = 200d3c10f717ed0fa5af45dee4239bedb61fb0b9c6242c9d569a0d906a532d62 +SIZE (Dancer2-Plugin-Auth-Extensible-Provider-DBIC-0.624.tar.gz) = 14848