diff options
author | edwin <edwin@FreeBSD.org> | 2004-10-12 09:28:56 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-10-12 09:28:56 +0800 |
commit | e800ff84692e38fa8c5fb76cc66dc79a42acc9bf (patch) | |
tree | 5156d69817e5f7c62b01cd4ba0d5ca6aaa7723eb /sysutils/pear-Log | |
parent | 28688cd7fab98c0a3acdddb1b53fc1d21537f80a (diff) | |
download | freebsd-ports-gnome-e800ff84692e38fa8c5fb76cc66dc79a42acc9bf.tar.gz freebsd-ports-gnome-e800ff84692e38fa8c5fb76cc66dc79a42acc9bf.tar.zst freebsd-ports-gnome-e800ff84692e38fa8c5fb76cc66dc79a42acc9bf.zip |
iUpdate port: sysutils/pear-Log to 1.8.6
+ update sysutils/pear-Log to 1.8.6
+ updated pkg-descr
+ added sql file
PR: ports/71519
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
Diffstat (limited to 'sysutils/pear-Log')
-rw-r--r-- | sysutils/pear-Log/Makefile | 6 | ||||
-rw-r--r-- | sysutils/pear-Log/distinfo | 4 | ||||
-rw-r--r-- | sysutils/pear-Log/pkg-descr | 6 |
3 files changed, 9 insertions, 7 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index c833cf593831..c03385284246 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Log -PORTVERSION= 1.8.5 -PORTREVISION= 1 +PORTVERSION= 1.8.6 CATEGORIES= sysutils www pear MAINTAINER= antonio@php.net @@ -29,7 +28,10 @@ EXAMPLES= composite.php console.php display.php error_log.php file.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 +SQLS= log.sql + _EXAMPLESDIR= docs/examples +_SQLSDIR= misc LATEST_LINK= pear-Log OPTIONS= PEAR_DB "PEAR::DB support" off diff --git a/sysutils/pear-Log/distinfo b/sysutils/pear-Log/distinfo index 96760b9da549..e622077f1f32 100644 --- a/sysutils/pear-Log/distinfo +++ b/sysutils/pear-Log/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/Log-1.8.5.tgz) = 26140fd721c16108bbef9802896c6674 -SIZE (PEAR/Log-1.8.5.tgz) = 30453 +MD5 (PEAR/Log-1.8.6.tgz) = cf6a7e6b93a1cd53ea3f38d8574c5ed6 +SIZE (PEAR/Log-1.8.6.tgz) = 30793 diff --git a/sysutils/pear-Log/pkg-descr b/sysutils/pear-Log/pkg-descr index c544dce60a09..20ed1aadf817 100644 --- a/sysutils/pear-Log/pkg-descr +++ b/sysutils/pear-Log/pkg-descr @@ -1,6 +1,6 @@ -PEAR Log framework providing an abstracted logging system. +PEAR Log framework provides an abstracted logging system. -It supports logging to console, file, syslog, SQL, mail, and mcal targets. -It also provides a subject - observer mechanism. +It supports logging to console, file, syslog, SQL, Sqlite, mail and mcal +targets. It also provides a subject - observer mechanism. WWW: http://pear.php.net/package/Log |