- Update to 1.10.1

PR:		123394
Submitted by:	Wen Heping <wenheping@gmail.com>
This commit is contained in:
Martin Wilke
2008-05-06 12:21:12 +00:00
parent 9464428345
commit 9be2fe3368
2 changed files with 9 additions and 4 deletions

View File

@@ -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

View File

@@ -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