From 2421ee95ec17b85273d2bb8ae9ffb234d96743a5 Mon Sep 17 00:00:00 2001 From: leeym Date: Sun, 31 Oct 2010 22:06:01 +0000 Subject: - update to 0.89 --- security/p5-Authen-Bitcard/Makefile | 19 +++++++++++++------ security/p5-Authen-Bitcard/distinfo | 5 ++--- security/p5-Authen-Bitcard/pkg-plist | 2 -- 3 files changed, 15 insertions(+), 11 deletions(-) (limited to 'security/p5-Authen-Bitcard') diff --git a/security/p5-Authen-Bitcard/Makefile b/security/p5-Authen-Bitcard/Makefile index 632d341710a..823f3e0411f 100644 --- a/security/p5-Authen-Bitcard/Makefile +++ b/security/p5-Authen-Bitcard/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Authen-Bitcard -PORTVERSION= 0.87 +PORTVERSION= 0.89 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,20 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Bitcard authentication verification -BUILD_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ - p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-URI>=0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ + p5-JSON>=2.12:${PORTSDIR}/converters/p5-JSON \ + p5-URI>=1.22:${PORTSDIR}/net/p5-URI \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= Authen::Bitcard.3 -.include +.include + +.if ${PERL_LEVEL} < 500903 +RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA +.endif + +.include diff --git a/security/p5-Authen-Bitcard/distinfo b/security/p5-Authen-Bitcard/distinfo index 60d8becb74b..f1b1bb162fe 100644 --- a/security/p5-Authen-Bitcard/distinfo +++ b/security/p5-Authen-Bitcard/distinfo @@ -1,3 +1,2 @@ -MD5 (Authen-Bitcard-0.87.tar.gz) = be539b816e753c4d83494a2f81373f97 -SHA256 (Authen-Bitcard-0.87.tar.gz) = 84a1e68475c71acd7182d6cb81f921d0aa13d277da48ff19a7eaa585e7717229 -SIZE (Authen-Bitcard-0.87.tar.gz) = 11481 +SHA256 (Authen-Bitcard-0.89.tar.gz) = 6085e0f1befcf07757aa319ba4fd6dbee4564d096cbaccbd2dd09db23017edcd +SIZE (Authen-Bitcard-0.89.tar.gz) = 14704 diff --git a/security/p5-Authen-Bitcard/pkg-plist b/security/p5-Authen-Bitcard/pkg-plist index 42e2d45f71e..09129b60873 100644 --- a/security/p5-Authen-Bitcard/pkg-plist +++ b/security/p5-Authen-Bitcard/pkg-plist @@ -1,7 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Bitcard/.packlist %%SITE_PERL%%/Authen/Bitcard.pm -%%SITE_PERL%%/Sau/Client.pm @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Bitcard @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen @dirrmtry %%SITE_PERL%%/Authen -@dirrmtry %%SITE_PERL%%/Sau -- cgit