diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-09-28 20:57:34 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-09-28 20:57:34 +0000 |
commit | 948b9f294c29c846c1d5f0046fe9699375032eed (patch) | |
tree | d00fa66e6376f4d82290293114e5e1d4cc2546ed | |
parent | update pear-DB to 1.5.0RC2 (diff) |
update pear-Log to 1.7.1
PR: ports/57069
Submitted By: Thierry Thomas <thierry@pompo.net>
Notes
Notes:
svn path=/head/; revision=89719
-rw-r--r-- | sysutils/pear-Log/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pear-Log/distinfo | 2 | ||||
-rw-r--r-- | sysutils/pear-Log/pkg-descr | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index 5edb5a8730cb..f748e6d47df6 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Log -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 CATEGORIES= sysutils www MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/pear-Log/distinfo b/sysutils/pear-Log/distinfo index 3a5e16c874ac..9abef502bc64 100644 --- a/sysutils/pear-Log/distinfo +++ b/sysutils/pear-Log/distinfo @@ -1 +1 @@ -MD5 (PEAR/Log-1.7.0.tgz) = 86570b869c45b1907ada603c38c0e5c1 +MD5 (PEAR/Log-1.7.1.tgz) = 7270284177e84806821e43faabe41075 diff --git a/sysutils/pear-Log/pkg-descr b/sysutils/pear-Log/pkg-descr index 41e2b0d6f90d..c544dce60a09 100644 --- a/sysutils/pear-Log/pkg-descr +++ b/sysutils/pear-Log/pkg-descr @@ -3,4 +3,4 @@ PEAR Log framework providing an abstracted logging system. It supports logging to console, file, syslog, SQL, mail, and mcal targets. It also provides a subject - observer mechanism. -WWW: http://pear.php.net/package-info.php?package=Log +WWW: http://pear.php.net/package/Log |