From owner-svn-ports-all@freebsd.org Sat Apr 27 18:27:27 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C34515991D9; Sat, 27 Apr 2019 18:27:27 +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 99A718F555; Sat, 27 Apr 2019 18:27: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 4194E26D88; Sat, 27 Apr 2019 18:27:19 +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 x3RIRJTB010838; Sat, 27 Apr 2019 18:27:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3RIRIKN010837; Sat, 27 Apr 2019 18:27:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201904271827.x3RIRIKN010837@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, 27 Apr 2019 18:27:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500248 - head/security/p5-Dancer2-Plugin-Auth-Extensible X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/p5-Dancer2-Plugin-Auth-Extensible X-SVN-Commit-Revision: 500248 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 99A718F555 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 27 Apr 2019 18:27:27 -0000 Author: sunpoet Date: Sat Apr 27 18:27:18 2019 New Revision: 500248 URL: https://svnweb.freebsd.org/changeset/ports/500248 Log: Update to 0.708 - Fix *_DEPENDS Changes: https://metacpan.org/changes/distribution/Dancer2-Plugin-Auth-Extensible Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile Sat Apr 27 18:27:13 2019 (r500247) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile Sat Apr 27 18:27:18 2019 (r500248) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Auth-Extensible -PORTVERSION= 0.706 +PORTVERSION= 0.708 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,23 +13,33 @@ COMMENT= Extensible authentication framework for Dance LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Crypt-SaltedHash>0:security/p5-Crypt-SaltedHash \ - p5-Session-Token>0:security/p5-Session-Token \ - p5-File-ShareDir-Install>0:devel/p5-File-ShareDir-Install \ - p5-Dancer2>=0.204001:www/p5-Dancer2 -RUN_DEPENDS:= ${BUILD_DEPENDS} \ - p5-File-Share>0:devel/p5-File-Share -TEST_DEPENDS= p5-HTTP-Cookies>0:www/p5-HTTP-Cookies \ - p5-HTTP-Message>0:www/p5-HTTP-Message \ - p5-Plack>0:www/p5-Plack \ +BUILD_DEPENDS= p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \ + ${RUN_DEPENDS} +RUN_DEPENDS= p5-Crypt-SaltedHash>=0:security/p5-Crypt-SaltedHash \ + p5-Dancer2>=0.204000:www/p5-Dancer2 \ + p5-File-Share>=0:devel/p5-File-Share \ + p5-HTTP-BrowserDetect>=0:www/p5-HTTP-BrowserDetect \ + p5-Module-Runtime>=0:devel/p5-Module-Runtime \ + p5-Moo>=2.000000:devel/p5-Moo \ + p5-Plack>=1.0029:www/p5-Plack \ + p5-Session-Token>=0:security/p5-Session-Token \ + p5-Try-Tiny>=0:lang/p5-Try-Tiny \ + p5-URI>=0:net/p5-URI \ + p5-YAML>=0:textproc/p5-YAML \ + p5-namespace-clean>=0:devel/p5-namespace-clean +TEST_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \ + p5-HTTP-Cookies>=0:www/p5-HTTP-Cookies \ + p5-HTTP-Message>=0:www/p5-HTTP-Message \ + p5-Path-Tiny>=0.016:devel/p5-Path-Tiny \ p5-Test-Deep>=0.114:devel/p5-Test-Deep \ - p5-Test-Exception>0:devel/p5-Test-Exception \ - p5-Test-MockDateTime>0:devel/p5-Test-MockDateTime \ - p5-Test-Warnings>0:devel/p5-Test-Warnings + p5-Test-Exception>=0:devel/p5-Test-Exception \ + p5-Test-MockDateTime>=0:devel/p5-Test-MockDateTime \ + p5-Test-Warnings>=0:devel/p5-Test-Warnings -NO_ARCH= yes USES= perl5 USE_PERL5= configure + +NO_ARCH= yes OPTIONS_DEFINE= DPAEPU DPAEPU_DESC= Extra dependencies for Provider::Unix Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Sat Apr 27 18:27:13 2019 (r500247) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Sat Apr 27 18:27:18 2019 (r500248) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545640790 -SHA256 (Dancer2-Plugin-Auth-Extensible-0.706.tar.gz) = a2cbc41b17fab0dbc98fa0109e9f4b1acd8069f45993e3e4e2df3b7b116ac461 -SIZE (Dancer2-Plugin-Auth-Extensible-0.706.tar.gz) = 62223 +TIMESTAMP = 1556375586 +SHA256 (Dancer2-Plugin-Auth-Extensible-0.708.tar.gz) = 8cd0cbd343318bb04550ff8a86dd775821c5ed18c46b4bbdc30b48623b638134 +SIZE (Dancer2-Plugin-Auth-Extensible-0.708.tar.gz) = 62593