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

(-)p5-Dancer2-Plugin-Auth-Extensible/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile 391544 2015-07-08 03:11:28Z pgollucci $
2
# $FreeBSD: head/security/p5-Dancer2-Plugin-Auth-Extensible/Makefile 391544 2015-07-08 03:11:28Z pgollucci $
3
3
4
PORTNAME=	Dancer2-Plugin-Auth-Extensible
4
PORTNAME=	Dancer2-Plugin-Auth-Extensible
5
PORTVERSION=	0.401
5
PORTVERSION=	0.500
6
CATEGORIES=	security perl5
6
CATEGORIES=	security perl5
7
MASTER_SITES=	CPAN
7
MASTER_SITES=	CPAN
8
PKGNAMEPREFIX=	p5-
8
PKGNAMEPREFIX=	p5-
Lines 15-21 Link Here
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-Session-Token>=0:${PORTSDIR}/security/p5-Session-Token \
18
		p5-Dancer2>=0.164000:${PORTSDIR}/www/p5-Dancer2
18
		p5-Dancer2>=0.166000:${PORTSDIR}/www/p5-Dancer2
19
RUN_DEPENDS:=	${BUILD_DEPENDS}
19
RUN_DEPENDS:=	${BUILD_DEPENDS}
20
20
21
USES=		perl5
21
USES=		perl5
(-)p5-Dancer2-Plugin-Auth-Extensible/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Dancer2-Plugin-Auth-Extensible-0.401.tar.gz) = dff9de0a2d36c0f48ed24980f040ad8408ad7f8bdf764670c05ce0955b4d6199
1
SHA256 (Dancer2-Plugin-Auth-Extensible-0.500.tar.gz) = e3c767f2f70292a7b0fa40f567082b3a0d66c36557cd4667e8e4f51aa6018eb9
2
SIZE (Dancer2-Plugin-Auth-Extensible-0.401.tar.gz) = 35089
2
SIZE (Dancer2-Plugin-Auth-Extensible-0.500.tar.gz) = 39682
(-)p5-Dancer2-Plugin-Auth-Extensible/pkg-plist (+5 lines)
Lines 4-12 Link Here
4
%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Database.pm
4
%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Database.pm
5
%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Example.pm
5
%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Example.pm
6
%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Unix.pm
6
%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Unix.pm
7
%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Test.pm
8
%%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Test/App.pm
9
%%SITE_ARCH%%/auto/Dancer2/Plugin/Auth/Extensible/.packlist
7
%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible.3.gz
10
%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible.3.gz
8
%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Base.3.gz
11
%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Base.3.gz
9
%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Config.3.gz
12
%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Config.3.gz
10
%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Database.3.gz
13
%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Database.3.gz
11
%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Example.3.gz
14
%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Example.3.gz
12
%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Unix.3.gz
15
%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Unix.3.gz
16
%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Test.3.gz
17
%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Test::App.3.gz

Return to bug 206414