diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-05-06 12:21:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-05-06 12:21:12 +0000 |
commit | 9be2fe3368e9db88368ae75f9056fec082f07955 (patch) | |
tree | d025c04171422bffe589405270d56357c7f14b80 /sysutils | |
parent | 94644283451241de72f2c6dab831a00c9ca738c0 (diff) |
- Update to 1.10.1
PR: 123394
Submitted by: Wen Heping <wenheping@gmail.com>
Notes
Notes:
svn path=/head/; revision=212728
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pear-Log/Makefile | 7 | ||||
-rw-r--r-- | sysutils/pear-Log/distinfo | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index 74788a6f74fd..3faec9ebd3c6 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Log -PORTVERSION= 1.10.0 +PORTVERSION= 1.10.1 CATEGORIES= sysutils www pear MAINTAINER= miwi@FreeBSD.org @@ -38,6 +38,7 @@ _SQLSDIR= misc LATEST_LINK= pear-Log OPTIONS= PEAR_DB "PEAR::DB support" off \ PEAR_MDB2 "PEAR::MDB2 support" off \ + PEAR_Mail "PEAR::Mail support" off \ PHP_SQLITE "PHP sqlite support (php5 only)" off .include <bsd.port.pre.mk> @@ -50,6 +51,10 @@ BUILD_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB BUILD_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 .endif +.if defined(WITH_PEAR_Mail) +BUILD_DEPENDS+= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail +.endif + .if defined(WITH_PHP_SQLITE) USE_PHP+= sqlite .endif diff --git a/sysutils/pear-Log/distinfo b/sysutils/pear-Log/distinfo index 312aa2dea365..5017502ddd61 100644 --- a/sysutils/pear-Log/distinfo +++ b/sysutils/pear-Log/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Log-1.10.0.tgz) = f30197314d269ce769de8c7acadf3e40 -SHA256 (PEAR/Log-1.10.0.tgz) = 0c2aaa4526b161cc179b21c2748286feb54022cad5eb2a93fbad4e44db112437 -SIZE (PEAR/Log-1.10.0.tgz) = 41400 +MD5 (PEAR/Log-1.10.1.tgz) = c0b5af8ae49b20680850bdb978152113 +SHA256 (PEAR/Log-1.10.1.tgz) = 18ec889d60a28bb79b8b42b3c967ab9ce49b86d9b03c226a3843d0d848cb7ada +SIZE (PEAR/Log-1.10.1.tgz) = 41482 |