- update to 0.89
This commit is contained in:
parent
6ec93dd14a
commit
269e873055
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263858
3 changed files with 15 additions and 11 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue