View | Details | Raw Unified | Return to bug 200392
Collapse All | Expand All

(-)p5-Dancer2-Plugin-Auth-Extensible/Makefile (-1 / +7 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile 381595 2015-03-19 09:42:33Z vanilla $
2
# $FreeBSD: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile 381595 2015-03-19 09:42:33Z vanilla $
3
3
4
PORTNAME=	Dancer2-Plugin-Auth-Extensible
4
PORTNAME=	Dancer2-Plugin-Auth-Extensible
5
PORTVERSION=	0.305
5
PORTVERSION=	0.400
6
CATEGORIES=	security perl5
6
CATEGORIES=	security perl5
7
MASTER_SITES=	CPAN
7
MASTER_SITES=	CPAN
8
PKGNAMEPREFIX=	p5-
8
PKGNAMEPREFIX=	p5-
Lines 14-19 Link Here
14
LICENSE_COMB=	dual
14
LICENSE_COMB=	dual
15
15
16
BUILD_DEPENDS=	p5-Crypt-SaltedHash>=0:${PORTSDIR}/security/p5-Crypt-SaltedHash \
16
BUILD_DEPENDS=	p5-Crypt-SaltedHash>=0:${PORTSDIR}/security/p5-Crypt-SaltedHash \
17
		p5-Session-Token>=0:${PORTSDIR}/security/p5-Session-Token \
17
		p5-Dancer2>=0.153002:${PORTSDIR}/www/p5-Dancer2
18
		p5-Dancer2>=0.153002:${PORTSDIR}/www/p5-Dancer2
18
RUN_DEPENDS:=	${BUILD_DEPENDS}
19
RUN_DEPENDS:=	${BUILD_DEPENDS}
19
20
Lines 28-31 Link Here
28
DPAEPU_BUILD_DEPENDS=	p5-Authen-Simple-PAM>=0:${PORTSDIR}/security/p5-Authen-Simple-PAM \
29
DPAEPU_BUILD_DEPENDS=	p5-Authen-Simple-PAM>=0:${PORTSDIR}/security/p5-Authen-Simple-PAM \
29
			p5-Unix-Passwd-File>=0:${PORTSDIR}/security/p5-Unix-Passwd-File
30
			p5-Unix-Passwd-File>=0:${PORTSDIR}/security/p5-Unix-Passwd-File
30
31
32
# bin/generate-crypted-password belongs to D1 version
33
post-patch:
34
	${REINPLACE_CMD} -e '/generate-crypted-password/d' ${WRKSRC}/MANIFEST
35
	${REINPLACE_CMD} -e '/generate-crypted-password/d' ${WRKSRC}/Makefile.PL
36
31
.include <bsd.port.mk>
37
.include <bsd.port.mk>
(-)p5-Dancer2-Plugin-Auth-Extensible/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Dancer2-Plugin-Auth-Extensible-0.305.tar.gz) = 7d8c7be5cbe89f75090214f42a48a3b3085474d1be8ff3bda9d807150118d286
1
SHA256 (Dancer2-Plugin-Auth-Extensible-0.400.tar.gz) = ed6314275254417c8254e53d470b912c7c1f53e5a726885ea5f61c159e378fb2
2
SIZE (Dancer2-Plugin-Auth-Extensible-0.305.tar.gz) = 23669
2
SIZE (Dancer2-Plugin-Auth-Extensible-0.400.tar.gz) = 35032
(-)p5-Dancer2-Plugin-Auth-Extensible/pkg-plist (-1 lines)
Lines 1-4 Link Here
1
bin/generate-crypted-password
2
%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible.pm
1
%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible.pm
3
%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Base.pm
2
%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Base.pm
4
%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Config.pm
3
%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Config.pm

Return to bug 200392