diff options
author | ghen <ghen> | 2006-08-23 11:45:26 +0000 |
---|---|---|
committer | ghen <ghen> | 2006-08-23 11:45:26 +0000 |
commit | e934b9a6cbf06c1eccdc32e52cc530cb0e6a5b5e (patch) | |
tree | 6665469ee6b7f10d918594a6b7db40d0df8ff142 | |
parent | 59839524bd65e92e057342ea8783197402d49d3b (diff) | |
download | pkgsrc-e934b9a6cbf06c1eccdc32e52cc530cb0e6a5b5e.tar.gz |
Update libpqxx to 2.5.5. Changes:
- Diagnoses connection failure during result transfer
- Fixes invalid -R link option in pqxx-config
-rw-r--r-- | databases/libpqxx-doc/PLIST | 4 | ||||
-rw-r--r-- | databases/libpqxx/Makefile | 4 | ||||
-rw-r--r-- | databases/libpqxx/Makefile.common | 4 | ||||
-rw-r--r-- | databases/libpqxx/distinfo | 8 |
4 files changed, 10 insertions, 10 deletions
diff --git a/databases/libpqxx-doc/PLIST b/databases/libpqxx-doc/PLIST index ae5b55250e7..76234ede8a6 100644 --- a/databases/libpqxx-doc/PLIST +++ b/databases/libpqxx-doc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2005/06/27 01:57:26 markd Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/08/23 11:45:26 ghen Exp $ share/doc/html/libpqxx/Reference/all_8h-source.html share/doc/html/libpqxx/Reference/all_8h.html share/doc/html/libpqxx/Reference/annotated.html @@ -55,6 +55,8 @@ share/doc/html/libpqxx/Reference/classpqxx_1_1internal_1_1disable__noticer-membe share/doc/html/libpqxx/Reference/classpqxx_1_1internal_1_1disable__noticer.html share/doc/html/libpqxx/Reference/classpqxx_1_1internal_1_1namedclass-members.html share/doc/html/libpqxx/Reference/classpqxx_1_1internal_1_1namedclass.html +share/doc/html/libpqxx/Reference/classpqxx_1_1internal_1_1scoped__array-members.html +share/doc/html/libpqxx/Reference/classpqxx_1_1internal_1_1scoped__array.html share/doc/html/libpqxx/Reference/classpqxx_1_1internal_1_1scoped__noticer-members.html share/doc/html/libpqxx/Reference/classpqxx_1_1internal_1_1scoped__noticer.html share/doc/html/libpqxx/Reference/classpqxx_1_1internal_1_1transactionfocus-members.html 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 |