diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index 5b170c28cc18..01483537fb62 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -1,59 +1,58 @@ # Ports collection makefile for: pear-Log # Date created: 22 October 2002 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= Log -PORTVERSION= 1.9.14 +PORTVERSION= 1.9.16 CATEGORIES= sysutils www pear MAINTAINER= tabthorpe@FreeBSD.org COMMENT= PEAR logging utilities BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} USE_PHP= yes FILES= Log/composite.php Log/console.php Log/daemon.php \ Log/display.php Log/error_log.php Log/file.php \ Log/firebug.php Log/mail.php Log/mcal.php Log/mdb2.php \ Log/null.php Log/observer.php Log/sql.php Log/sqlite.php \ Log/syslog.php Log/win.php Log.php DOCS= guide.txt EXAMPLES= composite.php console.php display.php error_log.php \ file.php firebug.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-zend1.phpt extract-zend2.0.phpt extract-zend2.2.phpt \ factory.phpt file.phpt firebug.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 \ PEAR_MDB2 "PEAR::MDB2 support" off \ PHP_SQLITE "PHP sqlite support (php5 only)" off .include .if defined(WITH_PEAR_DB) 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) USE_PHP+= sqlite .endif .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include diff --git a/sysutils/pear-Log/distinfo b/sysutils/pear-Log/distinfo index c00d30670b1d..3f046b77d511 100644 --- a/sysutils/pear-Log/distinfo +++ b/sysutils/pear-Log/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Log-1.9.14.tgz) = e0fbb9a7f3ab18dcf45b9d2c3af420a3 -SHA256 (PEAR/Log-1.9.14.tgz) = ffa14e41b4f0a3efa499d9280e2370efe7469954bc7180961784ee5729793e28 -SIZE (PEAR/Log-1.9.14.tgz) = 40959 +MD5 (PEAR/Log-1.9.16.tgz) = a481a77c9760d5fa3fc8ffd5bcf978bd +SHA256 (PEAR/Log-1.9.16.tgz) = 9713c4b3ed2da01fae9799e2c692e79bc3acb4221176bdc53ec172775ca472da +SIZE (PEAR/Log-1.9.16.tgz) = 40971