diff options
author | wen <wen@FreeBSD.org> | 2012-03-01 16:22:09 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2012-03-01 16:22:09 +0800 |
commit | 43cd008405a5bd2c506f126d6e32086c6578ace4 (patch) | |
tree | 3fa492c30f5136137b351568fae6f30316e7eee3 /security/pear-Auth_HTTP | |
parent | c55e216fdb65ee1cf67a79c1236abe16fbf03b1e (diff) | |
download | freebsd-ports-gnome-43cd008405a5bd2c506f126d6e32086c6578ace4.tar.gz freebsd-ports-gnome-43cd008405a5bd2c506f126d6e32086c6578ace4.tar.zst freebsd-ports-gnome-43cd008405a5bd2c506f126d6e32086c6578ace4.zip |
- Update to 2.1.8
Diffstat (limited to 'security/pear-Auth_HTTP')
-rw-r--r-- | security/pear-Auth_HTTP/Makefile | 7 | ||||
-rw-r--r-- | security/pear-Auth_HTTP/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/security/pear-Auth_HTTP/Makefile b/security/pear-Auth_HTTP/Makefile index 2fa27e43f66f..8cd2ec3284da 100644 --- a/security/pear-Auth_HTTP/Makefile +++ b/security/pear-Auth_HTTP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Auth_HTTP -PORTVERSION= 2.1.6 +PORTVERSION= 2.1.8 CATEGORIES= security www pear MAINTAINER= ports@FreeBSD.org @@ -16,12 +16,11 @@ BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth RUN_DEPENDS:= ${BUILD_DEPENDS} CATEGORY= Auth +PEAR_CATSRC= yes FILES= HTTP.php TESTS= sample.sql test_basic_simple.php test_digest_simple.php \ test_digest_get.php test_digest_post.php - -post-extract: - @${MV} ${WRKSRC}/Auth_HTTP.php ${WRKSRC}/${FILES} +_TESTSDIR= docs .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" diff --git a/security/pear-Auth_HTTP/distinfo b/security/pear-Auth_HTTP/distinfo index f80e2080eb41..f48af48c0f6a 100644 --- a/security/pear-Auth_HTTP/distinfo +++ b/security/pear-Auth_HTTP/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/Auth_HTTP-2.1.6.tgz) = d6cabbe1835a2af6bbd42141461c0259cc6891c1f19a91afda9b04b695374216 -SIZE (PEAR/Auth_HTTP-2.1.6.tgz) = 9327 +SHA256 (PEAR/Auth_HTTP-2.1.8.tgz) = bd3f37de04cbfd99c16fc2ca0ecf807611b0ceb5a943f6cedf359183c074e03c +SIZE (PEAR/Auth_HTTP-2.1.8.tgz) = 8626 |