diff options
author | chinsan <chinsan@FreeBSD.org> | 2008-05-01 23:05:53 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2008-05-01 23:05:53 +0800 |
commit | f102f1ed9d72758b4818450fc95a3658ce538462 (patch) | |
tree | 2c4decc9df436ab9d506c425a8095af18e68d6a9 /security/pear-Auth | |
parent | 5a14b88d720d19e6f912e50bcaf9a7594df8a1e6 (diff) | |
download | freebsd-ports-gnome-f102f1ed9d72758b4818450fc95a3658ce538462.tar.gz freebsd-ports-gnome-f102f1ed9d72758b4818450fc95a3658ce538462.tar.zst freebsd-ports-gnome-f102f1ed9d72758b4818450fc95a3658ce538462.zip |
- Update to 1.6.1
Diffstat (limited to 'security/pear-Auth')
-rw-r--r-- | security/pear-Auth/Makefile | 9 | ||||
-rw-r--r-- | security/pear-Auth/distinfo | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/security/pear-Auth/Makefile b/security/pear-Auth/Makefile index b62661d9f0b2..1ef143c7db1e 100644 --- a/security/pear-Auth/Makefile +++ b/security/pear-Auth/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Auth -PORTVERSION= 1.5.4 +PORTVERSION= 1.6.1 CATEGORIES= security pear MAINTAINER= chinsan@FreeBSD.org @@ -25,7 +25,8 @@ OPTIONS= PEAR_LOG "PEAR::Log support" off \ PEAR_AUTH_RADIUS "PEAR::AUTH_RADIUS support" off \ PEAR_CRYPT_CHAP "PEAR::CRYPT_CHAP support" off \ PEAR_FILE_SMBPASSWD "PEAR::File_SMBPasswd support" off \ - PEAR_SOAP "PEAR::SOAP support" off + PEAR_SOAP "PEAR::SOAP support" off \ + PEAR_NET_VPOPMAILD "PEAR::Net_Vpopmaild support" off CATEGORY= Auth FILES= Auth.php Auth.php.bak Auth/Anonymous.php Auth/Auth.php \ @@ -92,5 +93,9 @@ RUN_DEPENDS+= ${PEARDIR}/File/SMBPasswd.php:${PORTSDIR}/security/pear-File_SMBPa RUN_DEPENDS+= ${PEARDIR}/SOAP/Base.php:${PORTSDIR}/net/pear-SOAP .endif +.if defined(WITH_PEAR_NET_VPOPMAILD) +RUN_DEPENDS+= ${PEARDIR}/Net/Vpopmaild.php:${PORTSDIR}/net/pear-Net_Vpopmaild +.endif + .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/security/pear-Auth/distinfo b/security/pear-Auth/distinfo index 79eb04af2603..ec65a6f2767a 100644 --- a/security/pear-Auth/distinfo +++ b/security/pear-Auth/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Auth-1.5.4.tgz) = 2705ade43c1d23c71840c726ec56304c -SHA256 (PEAR/Auth-1.5.4.tgz) = e9fd129cb640dea441c3f5d26e114642ef9fd68097a0d7a8cd30350123f39421 -SIZE (PEAR/Auth-1.5.4.tgz) = 54478 +MD5 (PEAR/Auth-1.6.1.tgz) = 8d482ac5b07ed74ab8f29430063c6bae +SHA256 (PEAR/Auth-1.6.1.tgz) = aa43b74fc10b1f969dd5b97f7bc90274fb5a07ada82415347ddcc4d8929d1588 +SIZE (PEAR/Auth-1.6.1.tgz) = 56527 |