diff options
author | taca <taca@pkgsrc.org> | 2010-02-06 16:05:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-02-06 16:05:13 +0000 |
commit | fe3c9ca5561b795f8f3dc950475e5ac225fd97b4 (patch) | |
tree | 5e729eb654098aa5f8c5867b1e8b3878e4356643 /sysutils/pear-Log | |
parent | aae426a20409e29ddc8fc61c33c3100d68d626bd (diff) | |
download | pkgsrc-fe3c9ca5561b795f8f3dc950475e5ac225fd97b4.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/Makefile | 9 | ||||
-rw-r--r-- | sysutils/pear-Log/distinfo | 8 |
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 |