pkgsrc/databases/pear-MDB2_Driver_pgsql/Makefile
taca 52ca97d080 Update pear-MDB2_Driver_pgsql package to 1.5.0b3.
1.5.0b3		2010-08-29 12:31 UTC

Changelog:

- fixed bug #16281: getTableFieldDefinition() does not recognize NULL defaults
  with datatype [Holger Schletz]
- fixed bug #16384: alterTable() does not remove NOT NULL constraints [Holger
  Schletz]
- fixed bug #16405: Compatibility issues with escaped strings [hschletz]

open todo items:
- enable pg_execute() once issues with bytea column are resolved
- use pg_result_error_field() to handle localized error messages (Request
  #7059)
- add option to use unnamed prepared statements (see
  http://www.postgresql.org/docs/current/static/protocol-flow.html "Extended
  Query")
2010-12-22 15:22:26 +00:00

18 lines
508 B
Makefile

# $NetBSD: Makefile,v 1.6 2010/12/22 15:22:26 taca Exp $
DISTNAME= MDB2_Driver_pgsql-1.5.0b3
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pear.php.net/package/MDB2_Driver_pgsql
COMMENT= Pgsql MDB2 driver
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= ${PHP_PKG_PREFIX}-pgsql-[0-9]*:../../databases/php-pgsql
DEPENDS+= ${PHP_PKG_PREFIX}-pear-MDB2>=2.5:../../databases/pear-MDB2
PEAR_DIRRM_EXCLUDE= lib/php/MDB2
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"