diff options
author | Henrik Brix Andersen <brix@FreeBSD.org> | 2012-04-14 17:19:20 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@FreeBSD.org> | 2012-04-14 17:19:20 +0000 |
commit | 5574333598fd09da47fc050c599cbdb79ad579a9 (patch) | |
tree | 28a943f26da18e79b91677709c27db355fbfcee3 /security | |
parent | 8ac2fcf1f46f5d5c1d6f838ef08e07b38c0f4a14 (diff) | |
download | ports-5574333598fd09da47fc050c599cbdb79ad579a9.tar.gz ports-5574333598fd09da47fc050c599cbdb79ad579a9.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-Passphrase/Makefile | 8 | ||||
-rw-r--r-- | security/p5-Authen-Passphrase/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-Authen-Passphrase/Makefile b/security/p5-Authen-Passphrase/Makefile index a42ba2797715..5461e6f9bc06 100644 --- a/security/p5-Authen-Passphrase/Makefile +++ b/security/p5-Authen-Passphrase/Makefile @@ -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 \ diff --git a/security/p5-Authen-Passphrase/distinfo b/security/p5-Authen-Passphrase/distinfo index 01223c31316a..f375fabb14ae 100644 --- a/security/p5-Authen-Passphrase/distinfo +++ b/security/p5-Authen-Passphrase/distinfo @@ -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 |