diff options
author | thierry <thierry@FreeBSD.org> | 2005-11-08 02:06:30 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-11-08 02:06:30 +0800 |
commit | 812c89642327c9401945ae2940c6f541b99d0038 (patch) | |
tree | 417a06c4cb95eed59914ba40278de20465e2e525 /sysutils/pear-Log/Makefile | |
parent | 7e5e17d7bbfa9cf14f69c7715358ccfe26f26ded (diff) | |
download | freebsd-ports-gnome-812c89642327c9401945ae2940c6f541b99d0038.tar.gz freebsd-ports-gnome-812c89642327c9401945ae2940c6f541b99d0038.tar.zst freebsd-ports-gnome-812c89642327c9401945ae2940c6f541b99d0038.zip |
Upgrade to 1.9.2.
Changelog at <http://pear.php.net/package/Log/download/>.
PR: 88573
Approved by: maintainer
Diffstat (limited to 'sysutils/pear-Log/Makefile')
-rw-r--r-- | sysutils/pear-Log/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index 2e837e825916..a5f0d9a0c41d 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Log -PORTVERSION= 1.8.7 +PORTVERSION= 1.9.2 CATEGORIES= sysutils www pear MAINTAINER= antonio@php.net @@ -19,15 +19,15 @@ USE_PHP= yes FILES= Log/composite.php Log/console.php Log/daemon.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/sqlite.php Log/syslog.php Log/win.php Log.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 \ 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 null.phpt priority.phpt \ - singleton.phpt sqlite.phpt sql_ident.phpt + extract.phpt extract2.phpt factory.phpt file.phpt null.phpt \ + priority.phpt singleton.phpt sqlite.phpt sql_ident.phpt SQLS= log.sql _EXAMPLESDIR= docs/examples |