diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-01-22 13:49:04 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-01-22 13:49:04 +0000 |
commit | b79cd2114f27d32e758f4d373a15d17965368c72 (patch) | |
tree | a80e37bb81626a6e4960aa43fdd97fd4af58b963 /security/pear-Auth_HTTP | |
parent | 1a2c961bfc8ef38c4ae0217b3144565b13fdb22a (diff) | |
download | ports-b79cd2114f27d32e758f4d373a15d17965368c72.tar.gz ports-b79cd2114f27d32e758f4d373a15d17965368c72.zip |
Upgrade to 2.1.4.
Changelog at <http://pear.php.net/package/Auth_HTTP/download/>.
Notes
Notes:
svn path=/head/; revision=127099
Diffstat (limited to 'security/pear-Auth_HTTP')
-rw-r--r-- | security/pear-Auth_HTTP/Makefile | 9 | ||||
-rw-r--r-- | security/pear-Auth_HTTP/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/security/pear-Auth_HTTP/Makefile b/security/pear-Auth_HTTP/Makefile index 3a4cfb238a7b..2c0ee2983a8e 100644 --- a/security/pear-Auth_HTTP/Makefile +++ b/security/pear-Auth_HTTP/Makefile @@ -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" diff --git a/security/pear-Auth_HTTP/distinfo b/security/pear-Auth_HTTP/distinfo index 29b242769ab1..af4c46c98ef9 100644 --- a/security/pear-Auth_HTTP/distinfo +++ b/security/pear-Auth_HTTP/distinfo @@ -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 |