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

(-)p5-Dancer2-Plugin-Auth-Extensible/Makefile (-6 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile 416329 2016-06-03 18:41:37Z pi $
2
# $FreeBSD: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile 416329 2016-06-03 18:41:37Z pi $
3
3
4
PORTNAME=	Dancer2-Plugin-Auth-Extensible
4
PORTNAME=	Dancer2-Plugin-Auth-Extensible
5
PORTVERSION=	0.600
5
PORTVERSION=	0.610
6
CATEGORIES=	security perl5
6
CATEGORIES=	security perl5
7
MASTER_SITES=	CPAN
7
MASTER_SITES=	CPAN
8
PKGNAMEPREFIX=	p5-
8
PKGNAMEPREFIX=	p5-
Lines 27-35 Link Here
27
27
28
DPAEPU_BUILD_DEPENDS=	p5-Authen-Simple-PAM>=0:security/p5-Authen-Simple-PAM
28
DPAEPU_BUILD_DEPENDS=	p5-Authen-Simple-PAM>=0:security/p5-Authen-Simple-PAM
29
29
30
# bin/generate-crypted-password belongs to D1 version
31
post-patch:
32
	${REINPLACE_CMD} -e '/generate-crypted-password/d' ${WRKSRC}/MANIFEST
33
	${REINPLACE_CMD} -e '/generate-crypted-password/d' ${WRKSRC}/Makefile.PL
34
35
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)p5-Dancer2-Plugin-Auth-Extensible/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1464863532
1
TIMESTAMP = 1472313673
2
SHA256 (Dancer2-Plugin-Auth-Extensible-0.600.tar.gz) = a4a5b2a9a6d135b4f912254ad3e3451c4c8021291a769187d1bf8f27b69601fe
2
SHA256 (Dancer2-Plugin-Auth-Extensible-0.610.tar.gz) = 075ed03e5a17463ad1182e89366e60eb9a1f77ca2cc8be1b43e0e16262a4760c
3
SIZE (Dancer2-Plugin-Auth-Extensible-0.600.tar.gz) = 33766
3
SIZE (Dancer2-Plugin-Auth-Extensible-0.610.tar.gz) = 38842
(-)p5-Dancer2-Plugin-Auth-Extensible/pkg-plist (+1 lines)
Lines 1-3 Link Here
1
bin/dancer2-generate-crypted-password
1
%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible.pm
2
%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible.pm
2
%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Base.pm
3
%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Base.pm
3
%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Config.pm
4
%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Config.pm

Return to bug 212200