aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-10-12 01:28:56 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-10-12 01:28:56 +0000
commit1a8f958d5347a1ae2f5bd96cd78e6a3d27660b55 (patch)
treed1afd1d0c4f88dc761ff7ac245083df7de0eaebf /sysutils
parente60db4d37b518287e3e3ade080e900c1bef3a651 (diff)
downloadports-1a8f958d5347a1ae2f5bd96cd78e6a3d27660b55.tar.gz
ports-1a8f958d5347a1ae2f5bd96cd78e6a3d27660b55.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pear-Log/Makefile6
-rw-r--r--sysutils/pear-Log/distinfo4
-rw-r--r--sysutils/pear-Log/pkg-descr6
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