Date: Wed, 27 May 2015 21:22:44 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387681 - head/security/p5-Dancer2-Plugin-Auth-Extensible Message-ID: <201505272122.t4RLMi1p044573@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed May 27 21:22:43 2015 New Revision: 387681 URL: https://svnweb.freebsd.org/changeset/ports/387681 Log: - Update to 0.400 PR: 200392 Submitted by: hvo.pm@xs4all.nl (maintainer) Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile Wed May 27 21:21:54 2015 (r387680) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile Wed May 27 21:22:43 2015 (r387681) @@ -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- 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> Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Wed May 27 21:21:54 2015 (r387680) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/distinfo Wed May 27 21:22:43 2015 (r387681) @@ -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 Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist Wed May 27 21:21:54 2015 (r387680) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible/pkg-plist Wed May 27 21:22:43 2015 (r387681) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505272122.t4RLMi1p044573>