diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-04-26 05:35:17 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-04-26 05:35:17 +0000 |
commit | 442a4ece4059985726091dcb222a996d65bd9219 (patch) | |
tree | c7e9e095c09a91634352b1c8f72572e210e0acc3 /security/pear-Auth_HTTP | |
parent | 89b831172d61b7987da22d7ea1d6a4491b499e3e (diff) | |
download | ports-442a4ece4059985726091dcb222a996d65bd9219.tar.gz ports-442a4ece4059985726091dcb222a996d65bd9219.zip |
Notes
Diffstat (limited to 'security/pear-Auth_HTTP')
-rw-r--r-- | security/pear-Auth_HTTP/Makefile | 10 | ||||
-rw-r--r-- | security/pear-Auth_HTTP/distinfo | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/pear-Auth_HTTP/Makefile b/security/pear-Auth_HTTP/Makefile index 2c0ee2983a8e..9c78c38717ca 100644 --- a/security/pear-Auth_HTTP/Makefile +++ b/security/pear-Auth_HTTP/Makefile @@ -6,22 +6,22 @@ # PORTNAME= Auth_HTTP -PORTVERSION= 2.1.4 +PORTVERSION= 2.1.6 CATEGORIES= security www pear -MAINTAINER= ports@FreeBSD.org -COMMENT= PEAR HTTP authentication methods +MAINTAINER= antonio@php.net +COMMENT= PEAR HTTP authentication BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Auth FILES= HTTP.php -TESTS= sample.sql test_basic_simple.php test_digest_simple.php \ +TESTS= sample.sql test_basic_simple.php test_digest_simple.php \ test_digest_get.php test_digest_post.php post-extract: - (cd ${WRKSRC} && ${LN} -s Auth_HTTP.php HTTP.php) + @${MV} ${WRKSRC}/Auth_HTTP.php ${WRKSRC}/${FILES} .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" diff --git a/security/pear-Auth_HTTP/distinfo b/security/pear-Auth_HTTP/distinfo index af4c46c98ef9..cdfc5864fad4 100644 --- a/security/pear-Auth_HTTP/distinfo +++ b/security/pear-Auth_HTTP/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/Auth_HTTP-2.1.4.tgz) = cfc45a13503d2468ae808a37d95bb814 -SIZE (PEAR/Auth_HTTP-2.1.4.tgz) = 7835 +MD5 (PEAR/Auth_HTTP-2.1.6.tgz) = d5209f0d1f1874e23b44fbfb397a2aa0 +SIZE (PEAR/Auth_HTTP-2.1.6.tgz) = 9327 |