- Update to v0.008
- Pet portlint(1)
This commit is contained in:
parent
8ac2fcf1f4
commit
5574333598
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294816
2 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Authen-Passphrase
|
||||
PORTVERSION= 0.007
|
||||
PORTVERSION= 0.008
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= brix@FreeBSD.org
|
||||
COMMENT= Perl module for handling hashed passwords/passphrases as objects
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Authen/DecHpwd.pm:${PORTSDIR}/security/p5-Authen-DecHpwd \
|
||||
${SITE_PERL}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish \
|
||||
${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
|
||||
|
@ -23,13 +26,10 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Authen/DecHpwd.pm:${PORTSDIR}/security/
|
|||
${SITE_PERL}/${PERL_ARCH}/Crypt/UnixCrypt_XS.pm:${PORTSDIR}/security/p5-Crypt-UnixCrypt_XS \
|
||||
${SITE_PERL}/Data/Entropy/Algorithms.pm:${PORTSDIR}/security/p5-Data-Entropy \
|
||||
${SITE_PERL}/${PERL_ARCH}/Digest/MD4.pm:${PORTSDIR}/security/p5-Digest-MD4 \
|
||||
${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||
${SITE_PERL}/Module/Runtime.pm:${PORTSDIR}/devel/p5-Module-Runtime \
|
||||
${SITE_PERL}/${PERL_ARCH}/Params/Classify.pm:${PORTSDIR}/devel/p5-Params-Classify
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
LICENSE_COMB= dual
|
||||
LICENSE= ART10 GPLv1
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Authen::Passphrase.3 \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Authen-Passphrase-0.007.tar.gz) = 6dc9502b0ff57e6ff3506553846179868372dda091bb925a024a6975b536ff3a
|
||||
SIZE (Authen-Passphrase-0.007.tar.gz) = 55905
|
||||
SHA256 (Authen-Passphrase-0.008.tar.gz) = 55db4520617d859d88c0ee54965da815b7226d792b8cdc8debf92073559e0463
|
||||
SIZE (Authen-Passphrase-0.008.tar.gz) = 59031
|
||||
|
|
Loading…
Reference in a new issue