diff options
author | thierry <thierry@FreeBSD.org> | 2005-01-22 21:49:04 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-01-22 21:49:04 +0800 |
commit | 80a080e09525721663e543500d1bdf7517e2dbf6 (patch) | |
tree | ee33b332a5f548f878028c593ab31365081e708d /security/pear-Auth_HTTP | |
parent | eb5639980cf59b4d1b6eef5ad03f2a4343e63e2f (diff) | |
download | freebsd-ports-gnome-80a080e09525721663e543500d1bdf7517e2dbf6.tar.gz freebsd-ports-gnome-80a080e09525721663e543500d1bdf7517e2dbf6.tar.zst freebsd-ports-gnome-80a080e09525721663e543500d1bdf7517e2dbf6.zip |
Upgrade to 2.1.4.
Changelog at <http://pear.php.net/package/Auth_HTTP/download/>.
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 |