diff options
author | sno <sno@pkgsrc.org> | 2009-04-15 07:16:26 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-04-15 07:16:26 +0000 |
commit | 19f44cd7fc0d2b219911f53b83805e5b42dff4ab (patch) | |
tree | 87504683c0ad433f89ddd599b4d84549317c47b1 /databases/p5-DBD-postgresql | |
parent | 2af7f643c15954845d9cb7a3d15b10dfdbaab727 (diff) | |
download | pkgsrc-19f44cd7fc0d2b219911f53b83805e5b42dff4ab.tar.gz |
PkgSrc changes:
- Updating package for p5 module DBD::Pg to 2.13.0
- Set license to artistic-2.0
- Add p5-DBI to DEPENDS (according to META.yml)
Upstream changes:
2.13.0 Released April 13, 2009
- Ensure we always set sqlstate inside of pg_st_prepare_statement
(CPAN bug #44732) [rweikusat@mssgmbh.com]
- When libpq has a connection error, return SQLSTATE 08000 ( "CONNECTION EXCEPTION" )
instead of the more generic 02000 ( "DATA EXCEPTION" ) (CPAN bug #44744)
[rweikusat@mssgmbh.com]
- Fix minor Perl::Critic nags (CPAN bug #44704) (Debian #bug 521969) [GSM]
- Clarify change of $dbh->{Name} behavior (CPAN bug 44985) [GSM]
Diffstat (limited to 'databases/p5-DBD-postgresql')
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 8 | ||||
-rw-r--r-- | databases/p5-DBD-postgresql/distinfo | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index 57488273527..aa4e10b25f8 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2009/04/11 21:37:46 sno Exp $ +# $NetBSD: Makefile,v 1.51 2009/04/15 07:16:26 sno Exp $ # -VER= 2.12.0 +VER= 2.13.0 DISTNAME= DBD-Pg-${VER} PKGNAME= p5-DBD-postgresql-${VER} SVR4_PKGNAME= p5dpo @@ -15,14 +15,12 @@ COMMENT= Perl DBI/DBD driver for PostgreSQL databases PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= {p5-version-[0-9]*,perl>=5.10.0}:../../devel/p5-version +DEPENDS+= p5-DBI>1.52:../../databases/p5-DBI PKG_INSTALLATION_TYPES= overwrite pkgviews PERL5_PACKLIST= auto/DBD/Pg/.packlist -PGUSER?= pgsql -PGPREFIX= ${PREFIX}/${PGUSER} - POSTGRES_INCLUDE= ${PGSQL_PREFIX}/include/postgresql POSTGRES_LIB= ${PGSQL_PREFIX}/lib MAKE_ENV+= POSTGRES_INCLUDE=${POSTGRES_INCLUDE:Q} diff --git a/databases/p5-DBD-postgresql/distinfo b/databases/p5-DBD-postgresql/distinfo index ad1874c444d..b0bba42f389 100644 --- a/databases/p5-DBD-postgresql/distinfo +++ b/databases/p5-DBD-postgresql/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2009/04/11 21:37:46 sno Exp $ +$NetBSD: distinfo,v 1.23 2009/04/15 07:16:26 sno Exp $ -SHA1 (DBD-Pg-2.12.0.tar.gz) = 8eecdd5468f3ea260acab4a6e972713a88d68a22 -RMD160 (DBD-Pg-2.12.0.tar.gz) = ad0b4240ac5a23f93e8095f3cb8a6602168dca50 -Size (DBD-Pg-2.12.0.tar.gz) = 220725 bytes +SHA1 (DBD-Pg-2.13.0.tar.gz) = fc23cd5d94d1318f204e95411b877ea8af799ac3 +RMD160 (DBD-Pg-2.13.0.tar.gz) = 94089534c16a51e0a96bb322605d923d2f0537e2 +Size (DBD-Pg-2.13.0.tar.gz) = 221106 bytes |