diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-06 20:21:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-06 20:21:12 +0800 |
commit | 185d5c1055efe11c8a8b389c62713e51574b0bbe (patch) | |
tree | edd139a040910b8b0a90901fe12cee59ee04818c /sysutils/pear-Log | |
parent | 4d8e2e07cc2561907591bbece80428dc903e3afb (diff) | |
download | freebsd-ports-gnome-185d5c1055efe11c8a8b389c62713e51574b0bbe.tar.gz freebsd-ports-gnome-185d5c1055efe11c8a8b389c62713e51574b0bbe.tar.zst freebsd-ports-gnome-185d5c1055efe11c8a8b389c62713e51574b0bbe.zip |
- Update to 1.10.1
PR: 123394
Submitted by: Wen Heping <wenheping@gmail.com>
Diffstat (limited to 'sysutils/pear-Log')
-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 |