diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-28 05:22:43 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-28 05:22:43 +0800 |
commit | 214ff9441f66f317fca9b2b3356e87b1083e5a6a (patch) | |
tree | b532937119796bd553125e9c36572d71d89bff06 | |
parent | 660658dca7c9f56bde1121cc5f12f68d57abd33e (diff) | |
download | freebsd-ports-gnome-214ff9441f66f317fca9b2b3356e87b1083e5a6a.tar.gz freebsd-ports-gnome-214ff9441f66f317fca9b2b3356e87b1083e5a6a.tar.zst freebsd-ports-gnome-214ff9441f66f317fca9b2b3356e87b1083e5a6a.zip |
- Update to 0.400
PR: 200392
Submitted by: hvo.pm@xs4all.nl (maintainer)
-rw-r--r-- | security/p5-Dancer2-Plugin-Auth-Extensible/Makefile | 8 | ||||
-rw-r--r-- | security/p5-Dancer2-Plugin-Auth-Extensible/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist | 1 |
3 files changed, 9 insertions, 4 deletions
diff --git a/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile b/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile index 9f77139f462f..2704240db00d 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.305 +PORTVERSION= 0.400 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Crypt-SaltedHash>=0:${PORTSDIR}/security/p5-Crypt-SaltedHash \ + p5-Session-Token>=0:${PORTSDIR}/security/p5-Session-Token \ p5-Dancer2>=0.153002:${PORTSDIR}/www/p5-Dancer2 RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -28,4 +29,9 @@ DPAEPD_BUILD_DEPENDS= p5-Dancer2-Plugin-Database>=0:${PORTSDIR}/databases/p5-Dan DPAEPU_BUILD_DEPENDS= p5-Authen-Simple-PAM>=0:${PORTSDIR}/security/p5-Authen-Simple-PAM \ p5-Unix-Passwd-File>=0:${PORTSDIR}/security/p5-Unix-Passwd-File +# bin/generate-crypted-password belongs to D1 version +post-patch: + ${REINPLACE_CMD} -e '/generate-crypted-password/d' ${WRKSRC}/MANIFEST + ${REINPLACE_CMD} -e '/generate-crypted-password/d' ${WRKSRC}/Makefile.PL + .include <bsd.port.mk> diff --git a/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo b/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo index 90cb4fddcdd2..29b63a15b337 100644 --- a/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo +++ b/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo @@ -1,2 +1,2 @@ -SHA256 (Dancer2-Plugin-Auth-Extensible-0.305.tar.gz) = 7d8c7be5cbe89f75090214f42a48a3b3085474d1be8ff3bda9d807150118d286 -SIZE (Dancer2-Plugin-Auth-Extensible-0.305.tar.gz) = 23669 +SHA256 (Dancer2-Plugin-Auth-Extensible-0.400.tar.gz) = ed6314275254417c8254e53d470b912c7c1f53e5a726885ea5f61c159e378fb2 +SIZE (Dancer2-Plugin-Auth-Extensible-0.400.tar.gz) = 35032 diff --git a/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist b/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist index d28b4ef998a2..bad296939a9a 100644 --- a/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist +++ b/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist @@ -1,4 +1,3 @@ -bin/generate-crypted-password %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible.pm %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Base.pm %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Config.pm |