diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-11-07 20:46:18 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-11-07 20:46:18 +0000 |
commit | 127fefd31d7a5160b9281d0d936ad995c05a9cde (patch) | |
tree | 26b8b589fb26cf75db17792461a308b59f861cac /databases/postgresql-libpqxx | |
parent | Upgrade to 0.4 (diff) |
Upgrade to 2.4.1
PR: 73641
Submitted by: Steven Looman <steven@krx.nl>
Palle Girgensohn <girgen@pingpong.net>
Notes
Notes:
svn path=/head/; revision=121054
Diffstat (limited to 'databases/postgresql-libpqxx')
-rw-r--r-- | databases/postgresql-libpqxx/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql-libpqxx/distinfo | 4 | ||||
-rw-r--r-- | databases/postgresql-libpqxx/files/patch-src-util-cxx | 11 | ||||
-rw-r--r-- | databases/postgresql-libpqxx/pkg-plist | 5 |
4 files changed, 17 insertions, 7 deletions
diff --git a/databases/postgresql-libpqxx/Makefile b/databases/postgresql-libpqxx/Makefile index 76d237016f26..5030dbce93b1 100644 --- a/databases/postgresql-libpqxx/Makefile +++ b/databases/postgresql-libpqxx/Makefile @@ -6,14 +6,14 @@ # PORTNAME= libpqxx -PORTVERSION= 2.2.7 +PORTVERSION= 2.4.1 CATEGORIES= databases MASTER_SITES= ftp://gborg.postgresql.org/pub/libpqxx/stable/ PKGNAMEPREFIX= postgresql- DIST_SUBDIR= postgresql MAINTAINER= girgen@pingpong.net -COMMENT= A new C++ interface for PostgreSQL +COMMENT= A new C++ interface for PostgreSQL LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} diff --git a/databases/postgresql-libpqxx/distinfo b/databases/postgresql-libpqxx/distinfo index fcc63527d56d..44e6a4712d5d 100644 --- a/databases/postgresql-libpqxx/distinfo +++ b/databases/postgresql-libpqxx/distinfo @@ -1,2 +1,2 @@ -MD5 (postgresql/libpqxx-2.2.7.tar.gz) = 1027218388f64f62213c6c7e4111c3e9 -SIZE (postgresql/libpqxx-2.2.7.tar.gz) = 761117 +MD5 (postgresql/libpqxx-2.4.1.tar.gz) = 24d4d3de75e9852b34c1cb89ddb3d0cb +SIZE (postgresql/libpqxx-2.4.1.tar.gz) = 849749 diff --git a/databases/postgresql-libpqxx/files/patch-src-util-cxx b/databases/postgresql-libpqxx/files/patch-src-util-cxx new file mode 100644 index 000000000000..0b66608ad94c --- /dev/null +++ b/databases/postgresql-libpqxx/files/patch-src-util-cxx @@ -0,0 +1,11 @@ +--- src/util.cxx.orig Sun Nov 7 15:53:59 2004 ++++ src/util.cxx Sun Nov 7 15:54:02 2004 +@@ -24,6 +24,8 @@ + #include <new> + #include <sstream> + ++#include <unistd.h> ++ + #ifdef _WIN32 + #include <windows.h> + #endif diff --git a/databases/postgresql-libpqxx/pkg-plist b/databases/postgresql-libpqxx/pkg-plist index 8143084c3658..bab88d7cc79b 100644 --- a/databases/postgresql-libpqxx/pkg-plist +++ b/databases/postgresql-libpqxx/pkg-plist @@ -4,7 +4,6 @@ include/pqxx/all.h include/pqxx/binarystring include/pqxx/binarystring.hxx include/pqxx/cachedresult.h -include/pqxx/compiler.h include/pqxx/connection include/pqxx/connection.hxx include/pqxx/connection.h @@ -21,7 +20,6 @@ include/pqxx/dbtransaction.h include/pqxx/except include/pqxx/except.hxx include/pqxx/except.h -include/pqxx/internalconfig.h include/pqxx/isolation include/pqxx/isolation.hxx include/pqxx/isolation.h @@ -29,7 +27,6 @@ include/pqxx/largeobject include/pqxx/largeobject.hxx include/pqxx/largeobject.h include/pqxx/libcompiler.h -include/pqxx/libconfig.h include/pqxx/nontransaction include/pqxx/nontransaction.hxx include/pqxx/nontransaction.h @@ -66,6 +63,8 @@ include/pqxx/trigger.h include/pqxx/util include/pqxx/util.hxx include/pqxx/util.h +include/pqxx/config-public-compiler.h +include/pqxx/config-public-libpq.h lib/libpqxx.a lib/libpqxx.la lib/libpqxx.so |