diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-04-28 02:27:18 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-04-28 02:27:18 +0800 |
commit | a9ccf6b965f52cece711093b462a326bf3672b71 (patch) | |
tree | 76c5f1118f49c3b917a696425babc187e047f619 /security/p5-Dancer2-Plugin-Auth-Extensible | |
parent | 34c467e68a376d3961146e2424907e2cd751a1b1 (diff) | |
download | freebsd-ports-gnome-a9ccf6b965f52cece711093b462a326bf3672b71.tar.gz freebsd-ports-gnome-a9ccf6b965f52cece711093b462a326bf3672b71.tar.zst freebsd-ports-gnome-a9ccf6b965f52cece711093b462a326bf3672b71.zip |
Update to 0.708
- Fix *_DEPENDS
Changes: https://metacpan.org/changes/distribution/Dancer2-Plugin-Auth-Extensible
Diffstat (limited to 'security/p5-Dancer2-Plugin-Auth-Extensible')
-rw-r--r-- | security/p5-Dancer2-Plugin-Auth-Extensible/Makefile | 38 | ||||
-rw-r--r-- | security/p5-Dancer2-Plugin-Auth-Extensible/distinfo | 6 |
2 files changed, 27 insertions, 17 deletions
diff --git a/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile b/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile index f59b59189748..ffd56b814837 100644 --- a/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile +++ b/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile @@ -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,24 +13,34 @@ COMMENT= Extensible authentication framework for Dancer2 apps 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 diff --git a/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo b/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo index e4b775998886..499710b4517d 100644 --- a/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo +++ b/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo @@ -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 |