diff options
author | leeym <leeym@FreeBSD.org> | 2010-11-01 06:06:01 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2010-11-01 06:06:01 +0800 |
commit | 2421ee95ec17b85273d2bb8ae9ffb234d96743a5 (patch) | |
tree | fbcc19d08470e585126cba786af8339993db6224 /security/p5-Authen-Bitcard | |
parent | 690894616bb72e70f42495bb85b68d20fbd7bd7a (diff) | |
download | freebsd-ports-gnome-2421ee95ec17b85273d2bb8ae9ffb234d96743a5.tar.gz freebsd-ports-gnome-2421ee95ec17b85273d2bb8ae9ffb234d96743a5.tar.zst freebsd-ports-gnome-2421ee95ec17b85273d2bb8ae9ffb234d96743a5.zip |
- update to 0.89
Diffstat (limited to 'security/p5-Authen-Bitcard')
-rw-r--r-- | security/p5-Authen-Bitcard/Makefile | 19 | ||||
-rw-r--r-- | security/p5-Authen-Bitcard/distinfo | 5 | ||||
-rw-r--r-- | security/p5-Authen-Bitcard/pkg-plist | 2 |
3 files changed, 15 insertions, 11 deletions
diff --git a/security/p5-Authen-Bitcard/Makefile b/security/p5-Authen-Bitcard/Makefile index 632d341710ab..823f3e0411f8 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 <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500903 +RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA +.endif + +.include <bsd.port.post.mk> diff --git a/security/p5-Authen-Bitcard/distinfo b/security/p5-Authen-Bitcard/distinfo index 60d8becb74b7..f1b1bb162fed 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 42e2d45f71e1..09129b608735 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 |