diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2007-07-18 07:47:31 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2007-07-18 07:47:31 +0000 |
commit | 54a6073af6a0c3ee43fe0eb1c6b70cb5766cc917 (patch) | |
tree | acf4950ee828d7d1915c8d9d64fa4e57c4ebc203 | |
parent | 9d970ec0e22fa434d8b2c6f8976dff63816adcf6 (diff) | |
download | ports-54a6073af6a0c3ee43fe0eb1c6b70cb5766cc917.tar.gz ports-54a6073af6a0c3ee43fe0eb1c6b70cb5766cc917.zip |
Notes
-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 d7b1888a2bf1..b62661d9f0b2 100644 --- a/security/pear-Auth/Makefile +++ b/security/pear-Auth/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Auth -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.4 CATEGORIES= security pear MAINTAINER= chinsan@FreeBSD.org @@ -16,7 +16,8 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} LATEST_LINK= pear-Auth -OPTIONS= PEAR_FILE_PASSWD "PEAR::File_Passwd support" off \ +OPTIONS= PEAR_LOG "PEAR::Log support" off \ + PEAR_FILE_PASSWD "PEAR::File_Passwd support" off \ PEAR_NET_POP3 "PEAR::Net_POP3 support" off \ PEAR_DB "PEAR::DB support" off \ PEAR_MDB "PEAR::MDB support" off \ @@ -51,6 +52,10 @@ post-extract: .include <bsd.port.pre.mk> +.if defined(WITH_PEAR_LOG) +RUN_DEPENDS+= ${PEARDIR}/Log/syslog.php:${PORTSDIR}/sysutils/pear-Log +.endif + .if defined(WITH_PEAR_FILE_PASSWD) RUN_DEPENDS+= ${PEARDIR}/File/Passwd.php:${PORTSDIR}/security/pear-File_Passwd .endif diff --git a/security/pear-Auth/distinfo b/security/pear-Auth/distinfo index 6388c911125b..79eb04af2603 100644 --- a/security/pear-Auth/distinfo +++ b/security/pear-Auth/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Auth-1.5.0.tgz) = b45e9ea8ef3d5afde6371160bf28cca2 -SHA256 (PEAR/Auth-1.5.0.tgz) = ce8b509d1e558a2a6eb8f84cde9366a7429572bd69a788b635a987a36b9fbf5e -SIZE (PEAR/Auth-1.5.0.tgz) = 54040 +MD5 (PEAR/Auth-1.5.4.tgz) = 2705ade43c1d23c71840c726ec56304c +SHA256 (PEAR/Auth-1.5.4.tgz) = e9fd129cb640dea441c3f5d26e114642ef9fd68097a0d7a8cd30350123f39421 +SIZE (PEAR/Auth-1.5.4.tgz) = 54478 |