diff options
author | pav <pav@FreeBSD.org> | 2004-01-03 05:03:07 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-03 05:03:07 +0800 |
commit | 208b0bc73ba79cd6e8204c9658415b197a7642ae (patch) | |
tree | fbceb44ecc0e17e13e9bf3ef32fc32f46919ec46 /sysutils/pear-Log | |
parent | f40efe21bee5e892b17644d58930179b7a756890 (diff) | |
download | freebsd-ports-gnome-208b0bc73ba79cd6e8204c9658415b197a7642ae.tar.gz freebsd-ports-gnome-208b0bc73ba79cd6e8204c9658415b197a7642ae.tar.zst freebsd-ports-gnome-208b0bc73ba79cd6e8204c9658415b197a7642ae.zip |
- Update to 1.8.2
PR: ports/60833
Submitted by: Thierry Thomas <thierry@pompo.net>
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 |