Index: head/security/pear-Auth_SASL/Makefile =================================================================== --- head/security/pear-Auth_SASL/Makefile (revision 402572) +++ head/security/pear-Auth_SASL/Makefile (revision 402573) @@ -1,19 +1,19 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= Auth_SASL PORTVERSION= 1.0.6 CATEGORIES= security www pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= PEAR abstraction of various SASL mechanism responses LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth +BUILD_DEPENDS= pear-Auth>=0:${PORTSDIR}/security/pear-Auth RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= pear .include Index: head/security/pear-Auth_SASL/pkg-descr =================================================================== --- head/security/pear-Auth_SASL/pkg-descr (revision 402572) +++ head/security/pear-Auth_SASL/pkg-descr (revision 402573) @@ -1,8 +1,8 @@ Provides PHP code to generate responses to common SASL mechanisms, including: - Digest-MD5 - CramMD5 - Plain - Anonymous - Login (Pseudo mechanism). -WWW: http://pear.php.net/package/Auth_SASL/ +WWW: http://pear.php.net/package/Auth_SASL