aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Auth_HTTP/Makefile
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-04-26 05:35:17 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-04-26 05:35:17 +0000
commit442a4ece4059985726091dcb222a996d65bd9219 (patch)
treec7e9e095c09a91634352b1c8f72572e210e0acc3 /security/pear-Auth_HTTP/Makefile
parent89b831172d61b7987da22d7ea1d6a4491b499e3e (diff)
downloadports-442a4ece4059985726091dcb222a996d65bd9219.tar.gz
ports-442a4ece4059985726091dcb222a996d65bd9219.zip
Notes
Diffstat (limited to 'security/pear-Auth_HTTP/Makefile')
-rw-r--r--security/pear-Auth_HTTP/Makefile10
1 files changed, 5 insertions, 5 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"