diff options
-rw-r--r-- | sysutils/pear-Log/Makefile | 13 | ||||
-rw-r--r-- | sysutils/pear-Log/distinfo | 6 |
2 files changed, 12 insertions, 7 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index 78bc00ecac75..aaad1745ce3b 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Log -PORTVERSION= 1.9.3 +PORTVERSION= 1.9.8 CATEGORIES= sysutils www pear MAINTAINER= antonio@php.net @@ -26,15 +26,16 @@ EXAMPLES= composite.php console.php display.php error_log.php file.php \ mail.php null.php observer_mail.php pear_error_handler.php \ php_error_handler.php sql.php sqlite.php syslog.php win.php TESTS= composite.phpt console.phpt display.phpt error_log.phpt \ - extract.phpt extract2.phpt factory.phpt file.phpt null.phpt \ - priority.phpt singleton.phpt sqlite.phpt sql_ident.phpt + extract.phpt extract2.phpt factory.phpt file.phpt levels.phpt \ + null.phpt priority.phpt singleton.phpt sqlite.phpt sql_ident.phpt SQLS= log.sql _EXAMPLESDIR= docs/examples _SQLSDIR= misc LATEST_LINK= pear-Log -OPTIONS= PEAR_DB "PEAR::DB support" off +OPTIONS= PEAR_DB "PEAR::DB support" off \ + PEAR_MDB2 "PEAR::MDB2 support" off LOCALBASE?= /usr/local @@ -52,6 +53,10 @@ OPTIONS+= PHP_SQLITE "PHP sqlite support" off BUILD_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB .endif +.if defined(WITH_PEAR_MDB2) +BUILD_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 +.endif + .if defined(WITH_PHP_SQLITE) BUILD_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/${extension}.so:${PORTSDIR}/databases/php5-sqlite .endif diff --git a/sysutils/pear-Log/distinfo b/sysutils/pear-Log/distinfo index 3b4bf75fe9f4..30a80dbf7f5d 100644 --- a/sysutils/pear-Log/distinfo +++ b/sysutils/pear-Log/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Log-1.9.3.tgz) = 46fceda4cdf6b8991e952161d8acbe34 -SHA256 (PEAR/Log-1.9.3.tgz) = 758338ee99c1e1d93e3b3e07abf42925e7c0dd268bb24f726478b88432474e76 -SIZE (PEAR/Log-1.9.3.tgz) = 34792 +MD5 (PEAR/Log-1.9.8.tgz) = d899cfa511b9bca9b54286245515586d +SHA256 (PEAR/Log-1.9.8.tgz) = f36edda00460d3315cd2b7c7599a9a80fd3e9a06cf7fff6797e7914e64f88a72 +SIZE (PEAR/Log-1.9.8.tgz) = 38841 |