Sat Feb 6 16:05:13 2010 UTC ()
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.


(taca)
diff -r1.12 -r1.13 pkgsrc/sysutils/pear-Log/Makefile
diff -r1.5 -r1.6 pkgsrc/sysutils/pear-Log/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/sysutils/pear-Log/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/pear-Log/Makefile 2008/06/12 02:14:46 1.12
+++ pkgsrc/sysutils/pear-Log/Makefile 2010/02/06 16:05:13 1.13
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:46 joerg Exp $ 1# $NetBSD: Makefile,v 1.13 2010/02/06 16:05:13 taca Exp $
2 2
3DISTNAME= Log-1.8.4 3DISTNAME= Log-1.12.0
4PKGREVISION= 1 
5CATEGORIES= sysutils 4CATEGORIES= sysutils
6 5
7MAINTAINER= jdolecek@NetBSD.org 6MAINTAINER= jdolecek@NetBSD.org
8HOMEPAGE= http://www.csh.rit.edu/~jon/projects/pear_log/ 7HOMEPAGE= http://www.csh.rit.edu/~jon/projects/pear_log/
9COMMENT= PHP Log framework provides an abstracted logging system 8COMMENT= PHP Log framework provides an abstracted logging system
10 9
11PKG_DESTDIR_SUPPORT= user-destdir 10PKG_DESTDIR_SUPPORT= user-destdir
12 11
13CONFLICTS= php-pear-Log-[0-9] 12CONFLICTS= php-pear-Log-[0-9]*
 13
 14PHP_VERSIONS_ACCEPTED= 5
14 15
15.include "../../lang/php/pear.mk" 16.include "../../lang/php/pear.mk"
16.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/sysutils/pear-Log/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/pear-Log/distinfo 2005/02/24 13:40:55 1.5
+++ pkgsrc/sysutils/pear-Log/distinfo 2010/02/06 16:05:13 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2005/02/24 13:40:55 agc Exp $ 1$NetBSD: distinfo,v 1.6 2010/02/06 16:05:13 taca Exp $
2 2
3SHA1 (pear/Log-1.8.4.tgz) = 4ba71cbe890b759ef269251e267058df2cee0cab 3SHA1 (pear/Log-1.12.0.tgz) = 04573a224046dfd0384646b3682896d6e6631fa2
4RMD160 (pear/Log-1.8.4.tgz) = 37447afc8aa1914e773baa6cec4a664b64443beb 4RMD160 (pear/Log-1.12.0.tgz) = c895179752b2fe670acb26a238542d5920f35103
5Size (pear/Log-1.8.4.tgz) = 29453 bytes 5Size (pear/Log-1.12.0.tgz) = 44555 bytes