diff options
author | taca <taca> | 2010-12-23 09:51:42 +0000 |
---|---|---|
committer | taca <taca> | 2010-12-23 09:51:42 +0000 |
commit | 33bce26fc87b64005f87e451bb5918d7d7c438a1 (patch) | |
tree | 9ffbf60c113028ffcca5e617332ac40bc242d612 /sysutils | |
parent | d8bdd1e41f565851c4c3f254b0aa25c9340c41bc (diff) | |
download | pkgsrc-33bce26fc87b64005f87e451bb5918d7d7c438a1.tar.gz |
Update pear-Log package to 1.12.5.
1.12.5 2010-12-23 05:38 UTC
Changelog:
- Corrected the "levels" unit test on 32-bit systems. (Bug 18099)
- Corrected quote handling in Firebug console output. (Bug 18141)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pear-Log/Makefile | 6 | ||||
-rw-r--r-- | sysutils/pear-Log/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index 23081b652f3..d3ddc945963 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2010/03/15 16:45:59 taca Exp $ +# $NetBSD: Makefile,v 1.15 2010/12/23 09:51:42 taca Exp $ -DISTNAME= Log-1.12.0 +DISTNAME= Log-1.12.5 CATEGORIES= sysutils MAINTAINER= jdolecek@NetBSD.org @@ -11,5 +11,7 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS= php-pear-Log-[0-9]* +LICENSE= mit + .include "../../lang/php/pear.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/pear-Log/distinfo b/sysutils/pear-Log/distinfo index d1d8adfb310..4a95954e041 100644 --- a/sysutils/pear-Log/distinfo +++ b/sysutils/pear-Log/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2010/02/06 16:05:13 taca Exp $ +$NetBSD: distinfo,v 1.7 2010/12/23 09:51:42 taca Exp $ -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 +SHA1 (pear/Log-1.12.5.tgz) = ad4c19ba7543da74d75c8d5cb2aa3f49cd25a2f1 +RMD160 (pear/Log-1.12.5.tgz) = a1a2f54e5c6c54f7bed35c68841b401e289274cf +Size (pear/Log-1.12.5.tgz) = 46311 bytes |