summaryrefslogtreecommitdiff
path: root/sysutils/pear-Log
diff options
context:
space:
mode:
authortaca <taca>2010-02-06 16:05:13 +0000
committertaca <taca>2010-02-06 16:05:13 +0000
commita0bb2a6e46ea0827c9c25ba32d46dede86d1470b (patch)
tree5e729eb654098aa5f8c5867b1e8b3878e4356643 /sysutils/pear-Log
parent70819d6cb631bd22367428c54f0d79f34dbaaaac (diff)
downloadpkgsrc-a0bb2a6e46ea0827c9c25ba32d46dede86d1470b.tar.gz
Update pear-Log package from 0.8.4 to 1.12.0, fixing PR pkg/42673.
Changes are too huge to show here, please refer: http://pear.php.net/package/Log/download/All. And now, this pacakge supports PHP5 only. 1.12.0 This release drops PHP4 compatibility (enforced by the package dependencies). There is unfortunately no way to support both PHP4 and PHP5 in the same code base when running under E_ALL. Because it appears that the majority of Log package users have moved to PHP5, the Log package now targets that audience. Given the fact that the Log package is now largely in maintenance mode, existing PHP4 users shouldn't feel adandoned. If necessary, important fixes, etc. can be merged back into the 1.11.* release line, which will retain PHP4 compatibility.
Diffstat (limited to 'sysutils/pear-Log')
-rw-r--r--sysutils/pear-Log/Makefile9
-rw-r--r--sysutils/pear-Log/distinfo8
2 files changed, 9 insertions, 8 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile
index 9810436c462..82b6f7bea42 100644
--- a/sysutils/pear-Log/Makefile
+++ b/sysutils/pear-Log/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:46 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2010/02/06 16:05:13 taca Exp $
-DISTNAME= Log-1.8.4
-PKGREVISION= 1
+DISTNAME= Log-1.12.0
CATEGORIES= sysutils
MAINTAINER= jdolecek@NetBSD.org
@@ -10,7 +9,9 @@ COMMENT= PHP Log framework provides an abstracted logging system
PKG_DESTDIR_SUPPORT= user-destdir
-CONFLICTS= php-pear-Log-[0-9]
+CONFLICTS= php-pear-Log-[0-9]*
+
+PHP_VERSIONS_ACCEPTED= 5
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/pear-Log/distinfo b/sysutils/pear-Log/distinfo
index 339475bc98a..d1d8adfb310 100644
--- a/sysutils/pear-Log/distinfo
+++ b/sysutils/pear-Log/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 13:40:55 agc Exp $
+$NetBSD: distinfo,v 1.6 2010/02/06 16:05:13 taca Exp $
-SHA1 (pear/Log-1.8.4.tgz) = 4ba71cbe890b759ef269251e267058df2cee0cab
-RMD160 (pear/Log-1.8.4.tgz) = 37447afc8aa1914e773baa6cec4a664b64443beb
-Size (pear/Log-1.8.4.tgz) = 29453 bytes
+SHA1 (pear/Log-1.12.0.tgz) = 04573a224046dfd0384646b3682896d6e6631fa2
+RMD160 (pear/Log-1.12.0.tgz) = c895179752b2fe670acb26a238542d5920f35103
+Size (pear/Log-1.12.0.tgz) = 44555 bytes