diff options
author | erwin <erwin@FreeBSD.org> | 2006-02-05 00:31:26 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-02-05 00:31:26 +0800 |
commit | 1d627628044271d61128e7dfb485339aaffdf63d (patch) | |
tree | 3fe76843e62cdcd456d0f3fb412606f91584390d /security/p5-Crypt-SaltedHash | |
parent | 725646468b51f323832934d4e45c7b85aca28982 (diff) | |
download | freebsd-ports-gnome-1d627628044271d61128e7dfb485339aaffdf63d.tar.gz freebsd-ports-gnome-1d627628044271d61128e7dfb485339aaffdf63d.tar.zst freebsd-ports-gnome-1d627628044271d61128e7dfb485339aaffdf63d.zip |
- Update to 0.04
- Fix dependency
- Unbreak on old perl
PR: 92788
Submitted by: leeym
Approved by: gkovesdan@t-hosting.hu (maintainer)
Diffstat (limited to 'security/p5-Crypt-SaltedHash')
-rw-r--r-- | security/p5-Crypt-SaltedHash/Makefile | 14 | ||||
-rw-r--r-- | security/p5-Crypt-SaltedHash/distinfo | 6 |
2 files changed, 9 insertions, 11 deletions
diff --git a/security/p5-Crypt-SaltedHash/Makefile b/security/p5-Crypt-SaltedHash/Makefile index 086d4587f3d2..569cf239ec20 100644 --- a/security/p5-Crypt-SaltedHash/Makefile +++ b/security/p5-Crypt-SaltedHash/Makefile @@ -4,7 +4,7 @@ # $FreeBSD$ PORTNAME= Crypt-SaltedHash -PORTVERSION= 0.03 +PORTVERSION= 0.04 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -13,15 +13,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= gkovesdan@t-hosting.hu COMMENT= Perl extension to work with salted hashes -BUILD_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest +BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ + ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 PERL_CONFIGURE= yes MAN3= Crypt::SaltedHash.3 -.include <bsd.port.pre.mk> -.if ${PERL_LEVEL} <= 500503 -IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/p5-Crypt-SaltedHash/distinfo b/security/p5-Crypt-SaltedHash/distinfo index fb6febff0f33..2c92fa36bbc9 100644 --- a/security/p5-Crypt-SaltedHash/distinfo +++ b/security/p5-Crypt-SaltedHash/distinfo @@ -1,3 +1,3 @@ -MD5 (Crypt-SaltedHash-0.03.tar.gz) = 0bfaf2c252b18bde41d970e1f3127a7f -SHA256 (Crypt-SaltedHash-0.03.tar.gz) = 4c31654c5e85f29ea2f5d225b625081d801e36fc26ca3e14447c23f120b21df2 -SIZE (Crypt-SaltedHash-0.03.tar.gz) = 6800 +MD5 (Crypt-SaltedHash-0.04.tar.gz) = d7f3568d892cbab4ed59d3d43859974c +SHA256 (Crypt-SaltedHash-0.04.tar.gz) = 0dafa382737f9bc86f4b8ea81958ddb37664644022f0cdc5b72bd1bedb19a28c +SIZE (Crypt-SaltedHash-0.04.tar.gz) = 6946 |