Index: head/security/pear-Auth_HTTP/Makefile =================================================================== --- head/security/pear-Auth_HTTP/Makefile (revision 127098) +++ head/security/pear-Auth_HTTP/Makefile (revision 127099) @@ -1,27 +1,28 @@ # Ports collection makefile for: pear-Auth_HTTP # Date created: 2004-10-25 # Whom: des # # $FreeBSD$ # 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 .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .include Property changes on: head/security/pear-Auth_HTTP/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/security/pear-Auth_HTTP/distinfo =================================================================== --- head/security/pear-Auth_HTTP/distinfo (revision 127098) +++ head/security/pear-Auth_HTTP/distinfo (revision 127099) @@ -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 Property changes on: head/security/pear-Auth_HTTP/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property