diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-02 21:03:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-02 21:03:07 +0000 |
commit | f697703c905fc3222e6db3a708098294cc242fff (patch) | |
tree | 7e94615661131b4c3503de32218e262d845be242 /sysutils/pear-Log | |
parent | e62be500c5a4f79bb47a86f9e4beba7be9af873d (diff) |
Notes
Diffstat (limited to 'sysutils/pear-Log')
-rw-r--r-- | sysutils/pear-Log/Makefile | 10 | ||||
-rw-r--r-- | sysutils/pear-Log/distinfo | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index ffb2859d4c3b..6196559fc237 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Log -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.2 CATEGORIES= sysutils www pear MAINTAINER= ports@FreeBSD.org @@ -17,12 +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/observer.php Log/sql.php Log/syslog.php Log/win.php + Log/null.php Log/observer.php Log/sql.php Log/syslog.php \ + Log/win.php DOCS= guide.txt EXAMPLES= composite.php console.php display.php error_log.php file.php \ - mail.php observer_mail.php pear_error_handler.php \ + mail.php null.php observer_mail.php pear_error_handler.php \ php_error_handler.php sql.php syslog.php win.php -TESTS= composite.phpt console.phpt display.phpt error_log.phpt +TESTS= composite.phpt console.phpt display.phpt error_log.phpt \ + factory.phpt null.phpt singleton.phpt _EXAMPLESDIR= docs/examples .include <bsd.port.pre.mk> diff --git a/sysutils/pear-Log/distinfo b/sysutils/pear-Log/distinfo index 8c63fc7fa510..9262836fedc3 100644 --- a/sysutils/pear-Log/distinfo +++ b/sysutils/pear-Log/distinfo @@ -1 +1 @@ -MD5 (PEAR/Log-1.8.1.tgz) = 5ab775fd846328dbe063ac731dfe0ff6 +MD5 (PEAR/Log-1.8.2.tgz) = 1d45eb068f534af8d3b8315f962f576f |