Update pear-MDB2 to 2.5.0b5.
- fixed bug #18494: _compareIntegerDefinition() ignores length change. - fixed bug #16280: compareDefinition() turns NULL defaults into empty strings for NOT NULL columns. - fixed bug #19677: Call to undefined function: MDB2_Driver_mysql::isError()
This commit is contained in:
parent
f5227351e2
commit
d1e249b51b
2 changed files with 7 additions and 6 deletions
|
@ -1,11 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.7 2012/10/02 21:25:37 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2013/03/16 03:30:13 taca Exp $
|
||||
|
||||
DISTNAME= MDB2-2.5.0b3
|
||||
DISTNAME= MDB2-2.5.0b5
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://pear.php.net/package/MDB2
|
||||
COMMENT= Merge of PEAR DB and Metabase database abstraction layers
|
||||
LICENSE= modified-bsd
|
||||
|
||||
.include "../../lang/php/pear.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2010/12/22 15:19:39 taca Exp $
|
||||
$NetBSD: distinfo,v 1.6 2013/03/16 03:30:13 taca Exp $
|
||||
|
||||
SHA1 (pear/MDB2-2.5.0b3.tgz) = e7e82dd28aeb1293b1f62ad1f4ac043c65661fb2
|
||||
RMD160 (pear/MDB2-2.5.0b3.tgz) = d1e1b7f06d4fe997d3ee6c3831353c1d77fd488f
|
||||
Size (pear/MDB2-2.5.0b3.tgz) = 130865 bytes
|
||||
SHA1 (pear/MDB2-2.5.0b5.tgz) = a385c2d5021589a04454952b1a1361d426f04577
|
||||
RMD160 (pear/MDB2-2.5.0b5.tgz) = 8689e9ff8376033c47c47283f977d595b49b39a5
|
||||
Size (pear/MDB2-2.5.0b5.tgz) = 136834 bytes
|
||||
|
|
Loading…
Reference in a new issue