diff options
author | pav <pav@FreeBSD.org> | 2004-01-09 19:03:28 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-09 19:03:28 +0000 |
commit | a52136936ab3e9e4f00a2dacea437020bf0bf416 (patch) | |
tree | e0967ef1c6e969ece2c0093c955352c515196f81 /sysutils | |
parent | a9cc2910dbdd45352a578c3e4e4a6334f4f9c46e (diff) | |
download | FreeBSD-ports-a52136936ab3e9e4f00a2dacea437020bf0bf416.zip FreeBSD-ports-a52136936ab3e9e4f00a2dacea437020bf0bf416.tar.gz |
- Update to 1.8.3
An optional dependency has been added for the PECL SQLite,
but it's not supported by this port.
PR: ports/61101
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pear-Log/Makefile | 10 | ||||
-rw-r--r-- | sysutils/pear-Log/distinfo | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index 6196559..f164164 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Log -PORTVERSION= 1.8.2 +PORTVERSION= 1.8.3 CATEGORIES= sysutils www pear MAINTAINER= ports@FreeBSD.org @@ -17,14 +17,14 @@ RUN_DEPENDS= ${BUILD_DEPENDS} FILES= Log.php Log/composite.php Log/console.php Log/display.php \ Log/error_log.php Log/file.php Log/mail.php Log/mcal.php \ - Log/null.php Log/observer.php Log/sql.php Log/syslog.php \ - Log/win.php + Log/null.php Log/observer.php Log/sql.php Log/sqlite.php \ + Log/syslog.php Log/win.php DOCS= guide.txt 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 syslog.php win.php + php_error_handler.php sql.php sqlite.php syslog.php win.php TESTS= composite.phpt console.phpt display.phpt error_log.phpt \ - factory.phpt null.phpt singleton.phpt + factory.phpt null.phpt singleton.phpt sqlite.phpt _EXAMPLESDIR= docs/examples .include <bsd.port.pre.mk> diff --git a/sysutils/pear-Log/distinfo b/sysutils/pear-Log/distinfo index 9262836..adc9a6c 100644 --- a/sysutils/pear-Log/distinfo +++ b/sysutils/pear-Log/distinfo @@ -1 +1 @@ -MD5 (PEAR/Log-1.8.2.tgz) = 1d45eb068f534af8d3b8315f962f576f +MD5 (PEAR/Log-1.8.3.tgz) = a4ec8e47ec117009e3adf5b71775615e |