diff options
author | tobez <tobez@FreeBSD.org> | 2011-08-26 21:46:12 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2011-08-26 21:46:12 +0800 |
commit | ddb8056a58b1d078544c931f507b0ec2fa051e56 (patch) | |
tree | 1460aa1402060304baa2b77f1d414eada032cf8e /security | |
parent | ac9d384cfcebbd84af931da105a4bdbfb004b481 (diff) | |
download | freebsd-ports-gnome-ddb8056a58b1d078544c931f507b0ec2fa051e56.tar.gz freebsd-ports-gnome-ddb8056a58b1d078544c931f507b0ec2fa051e56.tar.zst freebsd-ports-gnome-ddb8056a58b1d078544c931f507b0ec2fa051e56.zip |
Update to 0.171.
Changes: http://search.cpan.org/dist/Authen-Htpasswd/Changes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-Htpasswd/Makefile | 7 | ||||
-rw-r--r-- | security/p5-Authen-Htpasswd/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/security/p5-Authen-Htpasswd/Makefile b/security/p5-Authen-Htpasswd/Makefile index e9fb235e22e7..bc2dc51179c7 100644 --- a/security/p5-Authen-Htpasswd/Makefile +++ b/security/p5-Authen-Htpasswd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Authen-Htpasswd -PORTVERSION= 0.161 +PORTVERSION= 0.171 CATEGORIES= security perl5 www MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,11 +15,12 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= Authen::Htpasswd - interface to read and modify Apache .htpasswd files TAGS= apache authentication pass password md5 sha1 crypto -BUILD_DEPENDS= ${SITE_PERL}/IO/LockedFile.pm:${PORTSDIR}/devel/p5-IO-LockedFile \ +COMMON_DEPENDS= ${SITE_PERL}/IO/LockedFile.pm:${PORTSDIR}/devel/p5-IO-LockedFile \ ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ ${SITE_PERL}/Crypt/PasswdMD5.pm:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${COMMON_DEPENDS} +RUN_DEPENDS= ${COMMON_DEPENDS} PERL_CONFIGURE= yes diff --git a/security/p5-Authen-Htpasswd/distinfo b/security/p5-Authen-Htpasswd/distinfo index 9307346f138e..8ed5964475cb 100644 --- a/security/p5-Authen-Htpasswd/distinfo +++ b/security/p5-Authen-Htpasswd/distinfo @@ -1,2 +1,2 @@ -SHA256 (Authen-Htpasswd-0.161.tar.gz) = 40e03400b1a3b8f1100a11e031049f14637b030b2c302aef8ed71239609e1e54 -SIZE (Authen-Htpasswd-0.161.tar.gz) = 7864 +SHA256 (Authen-Htpasswd-0.171.tar.gz) = b5faf47e3f948a4528106ccb88cc71048cfe598e5b026a444368bc7e39348067 +SIZE (Authen-Htpasswd-0.171.tar.gz) = 8342 |