Upgrade to 2.1.4.

Changelog at <http://pear.php.net/package/Auth_HTTP/download/>.
This commit is contained in:
Thierry Thomas 2005-01-22 13:49:04 +00:00
parent 1a2c961bfc
commit b79cd2114f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127099
2 changed files with 7 additions and 6 deletions

View File

@ -6,21 +6,22 @@
#
PORTNAME= Auth_HTTP
PORTVERSION= 2.0
PORTVERSION= 2.1.4
CATEGORIES= security www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR HTTP authentication methods
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR \
${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
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 \
test_digest_get.php test_digest_post.php
post-extract:
(cd ${WRKSRC} && ln -s Auth_HTTP.php HTTP.php)
(cd ${WRKSRC} && ${LN} -s Auth_HTTP.php HTTP.php)
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"

View File

@ -1,2 +1,2 @@
MD5 (PEAR/Auth_HTTP-2.0.tgz) = ec9efa9e5df6d196776f491467f77a43
SIZE (PEAR/Auth_HTTP-2.0.tgz) = 2283
MD5 (PEAR/Auth_HTTP-2.1.4.tgz) = cfc45a13503d2468ae808a37d95bb814
SIZE (PEAR/Auth_HTTP-2.1.4.tgz) = 7835