diff options
author | edwin <edwin@FreeBSD.org> | 2003-12-28 16:06:54 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-12-28 16:06:54 +0800 |
commit | 81fa543d7721451d60948efda2d0f3193af2a8a6 (patch) | |
tree | ef8ccea84d9a3e85e15b0a6b33fef7674a2a8e00 /sysutils | |
parent | ee66fc70ab8cb6f071e1f3083e409ad4a1036776 (diff) | |
download | freebsd-ports-gnome-81fa543d7721451d60948efda2d0f3193af2a8a6.tar.gz freebsd-ports-gnome-81fa543d7721451d60948efda2d0f3193af2a8a6.tar.zst freebsd-ports-gnome-81fa543d7721451d60948efda2d0f3193af2a8a6.zip |
sysutils/pear-Log: upgrading to 1.8.1.
Upgrading pear-Log to its latest release.
PR: ports/60280
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pear-Log/Makefile | 15 | ||||
-rw-r--r-- | sysutils/pear-Log/distinfo | 2 |
2 files changed, 11 insertions, 6 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index f4d5b330040c..ffb2859d4c3b 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Log -PORTVERSION= 1.7.1 -PORTREVISION= 1 +PORTVERSION= 1.8.1 CATEGORIES= sysutils www pear MAINTAINER= ports@FreeBSD.org @@ -16,9 +15,15 @@ COMMENT= PEAR logging utilities BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB RUN_DEPENDS= ${BUILD_DEPENDS} -FILES= Log.php Log/composite.php Log/console.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 +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 +DOCS= guide.txt +EXAMPLES= composite.php console.php display.php error_log.php file.php \ + mail.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 +_EXAMPLESDIR= docs/examples .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" diff --git a/sysutils/pear-Log/distinfo b/sysutils/pear-Log/distinfo index 9abef502bc64..8c63fc7fa510 100644 --- a/sysutils/pear-Log/distinfo +++ b/sysutils/pear-Log/distinfo @@ -1 +1 @@ -MD5 (PEAR/Log-1.7.1.tgz) = 7270284177e84806821e43faabe41075 +MD5 (PEAR/Log-1.8.1.tgz) = 5ab775fd846328dbe063ac731dfe0ff6 |