diff options
author | ghen <ghen@pkgsrc.org> | 2006-08-23 11:45:26 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-08-23 11:45:26 +0000 |
commit | c11183ee2789e0828977a6cb7e7307e868046a66 (patch) | |
tree | 6665469ee6b7f10d918594a6b7db40d0df8ff142 /databases/libpqxx | |
parent | 76f2c55f8d3c7350fd6b1ca2659034205c192c43 (diff) | |
download | pkgsrc-c11183ee2789e0828977a6cb7e7307e868046a66.tar.gz |
Update libpqxx to 2.5.5. Changes:
- Diagnoses connection failure during result transfer
- Fixes invalid -R link option in pqxx-config
Diffstat (limited to 'databases/libpqxx')
-rw-r--r-- | databases/libpqxx/Makefile | 4 | ||||
-rw-r--r-- | databases/libpqxx/Makefile.common | 4 | ||||
-rw-r--r-- | databases/libpqxx/distinfo | 8 |
3 files changed, 7 insertions, 9 deletions
diff --git a/databases/libpqxx/Makefile b/databases/libpqxx/Makefile index 82a9f4e329b..9d6a2d7ddb6 100644 --- a/databases/libpqxx/Makefile +++ b/databases/libpqxx/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2006/02/05 23:08:32 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2006/08/23 11:45:26 ghen Exp $ # .include "../../databases/libpqxx/Makefile.common" -PKGREVISION= 1 - COMMENT= C++ interface to postgresql-lib NOT_FOR_PLATFORM= NetBSD-*-pc532 diff --git a/databases/libpqxx/Makefile.common b/databases/libpqxx/Makefile.common index b840c487b69..b4ae0686e06 100644 --- a/databases/libpqxx/Makefile.common +++ b/databases/libpqxx/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.2 2005/06/27 01:57:26 markd Exp $ +# $NetBSD: Makefile.common,v 1.3 2006/08/23 11:45:26 ghen Exp $ # -LIBPQXX_VERSION= 2.5.4 +LIBPQXX_VERSION= 2.5.5 DISTNAME= libpqxx-${LIBPQXX_VERSION} CATEGORIES= databases MASTER_SITES= ftp://gborg.postgresql.org/pub/libpqxx/stable/ diff --git a/databases/libpqxx/distinfo b/databases/libpqxx/distinfo index 47ac6d4b835..469a538117c 100644 --- a/databases/libpqxx/distinfo +++ b/databases/libpqxx/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2006/01/02 17:20:18 joerg Exp $ +$NetBSD: distinfo,v 1.5 2006/08/23 11:45:26 ghen Exp $ -SHA1 (libpqxx-2.5.4.tar.gz) = 257465032ea8b2301c284847fc9372de3dd451d8 -RMD160 (libpqxx-2.5.4.tar.gz) = 23f428d818aa7df9c302e7a486c8a47d2523a418 -Size (libpqxx-2.5.4.tar.gz) = 1564221 bytes +SHA1 (libpqxx-2.5.5.tar.gz) = e7ee3d9ea5acfccf2779bf39fe29d0228bd6479a +RMD160 (libpqxx-2.5.5.tar.gz) = 28d05558982f0c1b2df9eac3ca01a47b5bdee832 +Size (libpqxx-2.5.5.tar.gz) = 1566887 bytes SHA1 (patch-aa) = fbf80bd805bedf094a79e0ab76e9a7f543e67117 SHA1 (patch-ab) = dbfd4f1769d428edeb43a64346f150daf0352924 |