pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/pear-Log Update pear-Log package from 0.8.4 t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/46b91c51ee6e
branches:  trunk
changeset: 571013:46b91c51ee6e
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Feb 06 16:05:13 2010 +0000

description:
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:

 sysutils/pear-Log/Makefile |  9 +++++----
 sysutils/pear-Log/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r ddcc1439d1c0 -r 46b91c51ee6e sysutils/pear-Log/Makefile
--- a/sysutils/pear-Log/Makefile        Sat Feb 06 16:00:49 2010 +0000
+++ b/sysutils/pear-Log/Makefile        Sat Feb 06 16:05:13 2010 +0000
@@ -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@localhost
@@ -10,7 +9,9 @@
 
 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 -r ddcc1439d1c0 -r 46b91c51ee6e sysutils/pear-Log/distinfo
--- a/sysutils/pear-Log/distinfo        Sat Feb 06 16:00:49 2010 +0000
+++ b/sysutils/pear-Log/distinfo        Sat Feb 06 16:05:13 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index