Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/postgresql-libpqxx/Makefile,v --- Makefile 9 Aug 2004 08:01:42 -0000 1.10 +++ Makefile 7 Nov 2004 15:06:53 -0000 @@ -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} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/postgresql-libpqxx/distinfo,v --- distinfo 9 Aug 2004 08:01:42 -0000 1.6 +++ distinfo 7 Nov 2004 14:49:56 -0000 @@ -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 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/databases/postgresql-libpqxx/pkg-plist,v --- pkg-plist 9 Aug 2004 08:01:42 -0000 1.6 +++ pkg-plist 7 Nov 2004 15:05:55 -0000 @@ -4,7 +4,6 @@ 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/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.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/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 --- /dev/null Sun Nov 7 16:07:40 2004 +++ files/patch-src-util-cxx Sun Nov 7 15:54:45 2004 @@ -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 + #include + ++#include ++ + #ifdef _WIN32 + #include + #endif