Updating to version 2.6.9:

"Many things have changed. Bugs have been fixed, new features
  have been introduced. But most importantly, we're really retiring
  the old 1.x-style libpqxx API now. This API (where upper-case letters
  were still used in function names and such) has been supported for
  more than three years in the interest of backwards compatibility,
  but has been marked as obsolete all this time."
This commit is contained in:
Palle Girgensohn 2007-02-06 07:59:47 +00:00
parent 096445ba42
commit c8ab2c22c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184349
12 changed files with 12 additions and 105 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= libpqxx PORTNAME= libpqxx
PORTVERSION= 2.6.7 PORTVERSION= 2.6.9
CATEGORIES= databases CATEGORIES= databases
MASTER_SITES= ftp://thaiopensource.org/%SUBDIR%/ MASTER_SITES= ftp://thaiopensource.org/%SUBDIR%/
MASTER_SITE_SUBDIR= software/libpqxx MASTER_SITE_SUBDIR= software/libpqxx

View file

@ -1,3 +1,3 @@
MD5 (postgresql/libpqxx-2.6.7.tar.gz) = f66b41065a5e3103a348d378320999e4 MD5 (postgresql/libpqxx-2.6.9.tar.gz) = 0b0c64af41dfdeea8556dc359994e1cb
SHA256 (postgresql/libpqxx-2.6.7.tar.gz) = 59d01aab3b442954a044fd21bb43482f03cf750fa54e03f03a6fc2543a6cca7a SHA256 (postgresql/libpqxx-2.6.9.tar.gz) = 2b2ef5dfb852667299e50727419075cf333bbbeffadaa398d96dc93bac6f7b6a
SIZE (postgresql/libpqxx-2.6.7.tar.gz) = 1595069 SIZE (postgresql/libpqxx-2.6.9.tar.gz) = 1639557

View file

@ -1,11 +0,0 @@
--- tools/splitconfig.orig Wed Aug 9 12:00:50 2006
+++ tools/splitconfig Wed Aug 9 12:00:59 2006
@@ -58,7 +58,7 @@
}
-SAMPLETXT="`mktemp`"
+SAMPLETXT="`mktemp foo`"
# Perform a "grep -F -w -h", or simulate one, searching for any of the patterns
# listed in "$2" (one per line) in file "$3". A code for the grep command line

View file

@ -1,5 +1,4 @@
bin/pqxx-config bin/pqxx-config
include/pqxx/all.h
include/pqxx/basic_connection include/pqxx/basic_connection
include/pqxx/basic_connection.hxx include/pqxx/basic_connection.hxx
include/pqxx/binarystring include/pqxx/binarystring
@ -10,32 +9,24 @@ include/pqxx/compiler-internal-pre.hxx
include/pqxx/compiler-public.hxx include/pqxx/compiler-public.hxx
include/pqxx/config-public-compiler.h include/pqxx/config-public-compiler.h
include/pqxx/connection include/pqxx/connection
include/pqxx/connection.h
include/pqxx/connection.hxx include/pqxx/connection.hxx
include/pqxx/connection_base include/pqxx/connection_base
include/pqxx/connection_base.h
include/pqxx/connection_base.hxx include/pqxx/connection_base.hxx
include/pqxx/connectionitf.h
include/pqxx/connectionpolicy include/pqxx/connectionpolicy
include/pqxx/connectionpolicy.hxx include/pqxx/connectionpolicy.hxx
include/pqxx/cursor include/pqxx/cursor
include/pqxx/cursor.h include/pqxx/cursor.h
include/pqxx/cursor.hxx include/pqxx/cursor.hxx
include/pqxx/dbtransaction include/pqxx/dbtransaction
include/pqxx/dbtransaction.h
include/pqxx/dbtransaction.hxx include/pqxx/dbtransaction.hxx
include/pqxx/except include/pqxx/except
include/pqxx/except.h
include/pqxx/except.hxx include/pqxx/except.hxx
include/pqxx/isolation include/pqxx/isolation
include/pqxx/isolation.h
include/pqxx/isolation.hxx include/pqxx/isolation.hxx
include/pqxx/largeobject include/pqxx/largeobject
include/pqxx/largeobject.h
include/pqxx/largeobject.hxx include/pqxx/largeobject.hxx
include/pqxx/libpq-forward.hxx include/pqxx/libpq-forward.hxx
include/pqxx/nontransaction include/pqxx/nontransaction
include/pqxx/nontransaction.h
include/pqxx/nontransaction.hxx include/pqxx/nontransaction.hxx
include/pqxx/pipeline include/pqxx/pipeline
include/pqxx/pipeline.hxx include/pqxx/pipeline.hxx
@ -43,37 +34,26 @@ include/pqxx/pqxx
include/pqxx/prepared_statement include/pqxx/prepared_statement
include/pqxx/prepared_statement.hxx include/pqxx/prepared_statement.hxx
include/pqxx/result include/pqxx/result
include/pqxx/result.h
include/pqxx/result.hxx include/pqxx/result.hxx
include/pqxx/robusttransaction include/pqxx/robusttransaction
include/pqxx/robusttransaction.h
include/pqxx/robusttransaction.hxx include/pqxx/robusttransaction.hxx
include/pqxx/subtransaction include/pqxx/subtransaction
include/pqxx/subtransaction.hxx include/pqxx/subtransaction.hxx
include/pqxx/tablereader include/pqxx/tablereader
include/pqxx/tablereader.h
include/pqxx/tablereader.hxx include/pqxx/tablereader.hxx
include/pqxx/tablestream include/pqxx/tablestream
include/pqxx/tablestream.h
include/pqxx/tablestream.hxx include/pqxx/tablestream.hxx
include/pqxx/tablewriter include/pqxx/tablewriter
include/pqxx/tablewriter.h
include/pqxx/tablewriter.hxx include/pqxx/tablewriter.hxx
include/pqxx/transaction include/pqxx/transaction
include/pqxx/transaction.h
include/pqxx/transaction.hxx include/pqxx/transaction.hxx
include/pqxx/transaction_base include/pqxx/transaction_base
include/pqxx/transaction_base.h
include/pqxx/transaction_base.hxx include/pqxx/transaction_base.hxx
include/pqxx/transactionitf.h
include/pqxx/transactor include/pqxx/transactor
include/pqxx/transactor.h
include/pqxx/transactor.hxx include/pqxx/transactor.hxx
include/pqxx/trigger include/pqxx/trigger
include/pqxx/trigger.h
include/pqxx/trigger.hxx include/pqxx/trigger.hxx
include/pqxx/util include/pqxx/util
include/pqxx/util.h
include/pqxx/util.hxx include/pqxx/util.hxx
lib/libpqxx-%%PORTVERSION%%.so lib/libpqxx-%%PORTVERSION%%.so
lib/libpqxx.a lib/libpqxx.a

View file

@ -6,7 +6,7 @@
# #
PORTNAME= libpqxx PORTNAME= libpqxx
PORTVERSION= 2.6.7 PORTVERSION= 2.6.9
CATEGORIES= databases CATEGORIES= databases
MASTER_SITES= ftp://thaiopensource.org/%SUBDIR%/ MASTER_SITES= ftp://thaiopensource.org/%SUBDIR%/
MASTER_SITE_SUBDIR= software/libpqxx MASTER_SITE_SUBDIR= software/libpqxx

View file

@ -1,3 +1,3 @@
MD5 (postgresql/libpqxx-2.6.7.tar.gz) = f66b41065a5e3103a348d378320999e4 MD5 (postgresql/libpqxx-2.6.9.tar.gz) = 0b0c64af41dfdeea8556dc359994e1cb
SHA256 (postgresql/libpqxx-2.6.7.tar.gz) = 59d01aab3b442954a044fd21bb43482f03cf750fa54e03f03a6fc2543a6cca7a SHA256 (postgresql/libpqxx-2.6.9.tar.gz) = 2b2ef5dfb852667299e50727419075cf333bbbeffadaa398d96dc93bac6f7b6a
SIZE (postgresql/libpqxx-2.6.7.tar.gz) = 1595069 SIZE (postgresql/libpqxx-2.6.9.tar.gz) = 1639557

View file

@ -1,11 +0,0 @@
--- tools/splitconfig.orig Wed Aug 9 12:00:50 2006
+++ tools/splitconfig Wed Aug 9 12:00:59 2006
@@ -58,7 +58,7 @@
}
-SAMPLETXT="`mktemp`"
+SAMPLETXT="`mktemp foo`"
# Perform a "grep -F -w -h", or simulate one, searching for any of the patterns
# listed in "$2" (one per line) in file "$3". A code for the grep command line

View file

@ -1,5 +1,4 @@
bin/pqxx-config bin/pqxx-config
include/pqxx/all.h
include/pqxx/basic_connection include/pqxx/basic_connection
include/pqxx/basic_connection.hxx include/pqxx/basic_connection.hxx
include/pqxx/binarystring include/pqxx/binarystring
@ -10,32 +9,24 @@ include/pqxx/compiler-internal-pre.hxx
include/pqxx/compiler-public.hxx include/pqxx/compiler-public.hxx
include/pqxx/config-public-compiler.h include/pqxx/config-public-compiler.h
include/pqxx/connection include/pqxx/connection
include/pqxx/connection.h
include/pqxx/connection.hxx include/pqxx/connection.hxx
include/pqxx/connection_base include/pqxx/connection_base
include/pqxx/connection_base.h
include/pqxx/connection_base.hxx include/pqxx/connection_base.hxx
include/pqxx/connectionitf.h
include/pqxx/connectionpolicy include/pqxx/connectionpolicy
include/pqxx/connectionpolicy.hxx include/pqxx/connectionpolicy.hxx
include/pqxx/cursor include/pqxx/cursor
include/pqxx/cursor.h include/pqxx/cursor.h
include/pqxx/cursor.hxx include/pqxx/cursor.hxx
include/pqxx/dbtransaction include/pqxx/dbtransaction
include/pqxx/dbtransaction.h
include/pqxx/dbtransaction.hxx include/pqxx/dbtransaction.hxx
include/pqxx/except include/pqxx/except
include/pqxx/except.h
include/pqxx/except.hxx include/pqxx/except.hxx
include/pqxx/isolation include/pqxx/isolation
include/pqxx/isolation.h
include/pqxx/isolation.hxx include/pqxx/isolation.hxx
include/pqxx/largeobject include/pqxx/largeobject
include/pqxx/largeobject.h
include/pqxx/largeobject.hxx include/pqxx/largeobject.hxx
include/pqxx/libpq-forward.hxx include/pqxx/libpq-forward.hxx
include/pqxx/nontransaction include/pqxx/nontransaction
include/pqxx/nontransaction.h
include/pqxx/nontransaction.hxx include/pqxx/nontransaction.hxx
include/pqxx/pipeline include/pqxx/pipeline
include/pqxx/pipeline.hxx include/pqxx/pipeline.hxx
@ -43,37 +34,26 @@ include/pqxx/pqxx
include/pqxx/prepared_statement include/pqxx/prepared_statement
include/pqxx/prepared_statement.hxx include/pqxx/prepared_statement.hxx
include/pqxx/result include/pqxx/result
include/pqxx/result.h
include/pqxx/result.hxx include/pqxx/result.hxx
include/pqxx/robusttransaction include/pqxx/robusttransaction
include/pqxx/robusttransaction.h
include/pqxx/robusttransaction.hxx include/pqxx/robusttransaction.hxx
include/pqxx/subtransaction include/pqxx/subtransaction
include/pqxx/subtransaction.hxx include/pqxx/subtransaction.hxx
include/pqxx/tablereader include/pqxx/tablereader
include/pqxx/tablereader.h
include/pqxx/tablereader.hxx include/pqxx/tablereader.hxx
include/pqxx/tablestream include/pqxx/tablestream
include/pqxx/tablestream.h
include/pqxx/tablestream.hxx include/pqxx/tablestream.hxx
include/pqxx/tablewriter include/pqxx/tablewriter
include/pqxx/tablewriter.h
include/pqxx/tablewriter.hxx include/pqxx/tablewriter.hxx
include/pqxx/transaction include/pqxx/transaction
include/pqxx/transaction.h
include/pqxx/transaction.hxx include/pqxx/transaction.hxx
include/pqxx/transaction_base include/pqxx/transaction_base
include/pqxx/transaction_base.h
include/pqxx/transaction_base.hxx include/pqxx/transaction_base.hxx
include/pqxx/transactionitf.h
include/pqxx/transactor include/pqxx/transactor
include/pqxx/transactor.h
include/pqxx/transactor.hxx include/pqxx/transactor.hxx
include/pqxx/trigger include/pqxx/trigger
include/pqxx/trigger.h
include/pqxx/trigger.hxx include/pqxx/trigger.hxx
include/pqxx/util include/pqxx/util
include/pqxx/util.h
include/pqxx/util.hxx include/pqxx/util.hxx
lib/libpqxx-%%PORTVERSION%%.so lib/libpqxx-%%PORTVERSION%%.so
lib/libpqxx.a lib/libpqxx.a

View file

@ -6,7 +6,7 @@
# #
PORTNAME= libpqxx PORTNAME= libpqxx
PORTVERSION= 2.6.7 PORTVERSION= 2.6.9
CATEGORIES= databases CATEGORIES= databases
MASTER_SITES= ftp://thaiopensource.org/%SUBDIR%/ MASTER_SITES= ftp://thaiopensource.org/%SUBDIR%/
MASTER_SITE_SUBDIR= software/libpqxx MASTER_SITE_SUBDIR= software/libpqxx

View file

@ -1,3 +1,3 @@
MD5 (postgresql/libpqxx-2.6.7.tar.gz) = f66b41065a5e3103a348d378320999e4 MD5 (postgresql/libpqxx-2.6.9.tar.gz) = 0b0c64af41dfdeea8556dc359994e1cb
SHA256 (postgresql/libpqxx-2.6.7.tar.gz) = 59d01aab3b442954a044fd21bb43482f03cf750fa54e03f03a6fc2543a6cca7a SHA256 (postgresql/libpqxx-2.6.9.tar.gz) = 2b2ef5dfb852667299e50727419075cf333bbbeffadaa398d96dc93bac6f7b6a
SIZE (postgresql/libpqxx-2.6.7.tar.gz) = 1595069 SIZE (postgresql/libpqxx-2.6.9.tar.gz) = 1639557

View file

@ -1,11 +0,0 @@
--- tools/splitconfig.orig Wed Aug 9 12:00:50 2006
+++ tools/splitconfig Wed Aug 9 12:00:59 2006
@@ -58,7 +58,7 @@
}
-SAMPLETXT="`mktemp`"
+SAMPLETXT="`mktemp foo`"
# Perform a "grep -F -w -h", or simulate one, searching for any of the patterns
# listed in "$2" (one per line) in file "$3". A code for the grep command line

View file

@ -1,5 +1,4 @@
bin/pqxx-config bin/pqxx-config
include/pqxx/all.h
include/pqxx/basic_connection include/pqxx/basic_connection
include/pqxx/basic_connection.hxx include/pqxx/basic_connection.hxx
include/pqxx/binarystring include/pqxx/binarystring
@ -10,32 +9,24 @@ include/pqxx/compiler-internal-pre.hxx
include/pqxx/compiler-public.hxx include/pqxx/compiler-public.hxx
include/pqxx/config-public-compiler.h include/pqxx/config-public-compiler.h
include/pqxx/connection include/pqxx/connection
include/pqxx/connection.h
include/pqxx/connection.hxx include/pqxx/connection.hxx
include/pqxx/connection_base include/pqxx/connection_base
include/pqxx/connection_base.h
include/pqxx/connection_base.hxx include/pqxx/connection_base.hxx
include/pqxx/connectionitf.h
include/pqxx/connectionpolicy include/pqxx/connectionpolicy
include/pqxx/connectionpolicy.hxx include/pqxx/connectionpolicy.hxx
include/pqxx/cursor include/pqxx/cursor
include/pqxx/cursor.h include/pqxx/cursor.h
include/pqxx/cursor.hxx include/pqxx/cursor.hxx
include/pqxx/dbtransaction include/pqxx/dbtransaction
include/pqxx/dbtransaction.h
include/pqxx/dbtransaction.hxx include/pqxx/dbtransaction.hxx
include/pqxx/except include/pqxx/except
include/pqxx/except.h
include/pqxx/except.hxx include/pqxx/except.hxx
include/pqxx/isolation include/pqxx/isolation
include/pqxx/isolation.h
include/pqxx/isolation.hxx include/pqxx/isolation.hxx
include/pqxx/largeobject include/pqxx/largeobject
include/pqxx/largeobject.h
include/pqxx/largeobject.hxx include/pqxx/largeobject.hxx
include/pqxx/libpq-forward.hxx include/pqxx/libpq-forward.hxx
include/pqxx/nontransaction include/pqxx/nontransaction
include/pqxx/nontransaction.h
include/pqxx/nontransaction.hxx include/pqxx/nontransaction.hxx
include/pqxx/pipeline include/pqxx/pipeline
include/pqxx/pipeline.hxx include/pqxx/pipeline.hxx
@ -43,37 +34,26 @@ include/pqxx/pqxx
include/pqxx/prepared_statement include/pqxx/prepared_statement
include/pqxx/prepared_statement.hxx include/pqxx/prepared_statement.hxx
include/pqxx/result include/pqxx/result
include/pqxx/result.h
include/pqxx/result.hxx include/pqxx/result.hxx
include/pqxx/robusttransaction include/pqxx/robusttransaction
include/pqxx/robusttransaction.h
include/pqxx/robusttransaction.hxx include/pqxx/robusttransaction.hxx
include/pqxx/subtransaction include/pqxx/subtransaction
include/pqxx/subtransaction.hxx include/pqxx/subtransaction.hxx
include/pqxx/tablereader include/pqxx/tablereader
include/pqxx/tablereader.h
include/pqxx/tablereader.hxx include/pqxx/tablereader.hxx
include/pqxx/tablestream include/pqxx/tablestream
include/pqxx/tablestream.h
include/pqxx/tablestream.hxx include/pqxx/tablestream.hxx
include/pqxx/tablewriter include/pqxx/tablewriter
include/pqxx/tablewriter.h
include/pqxx/tablewriter.hxx include/pqxx/tablewriter.hxx
include/pqxx/transaction include/pqxx/transaction
include/pqxx/transaction.h
include/pqxx/transaction.hxx include/pqxx/transaction.hxx
include/pqxx/transaction_base include/pqxx/transaction_base
include/pqxx/transaction_base.h
include/pqxx/transaction_base.hxx include/pqxx/transaction_base.hxx
include/pqxx/transactionitf.h
include/pqxx/transactor include/pqxx/transactor
include/pqxx/transactor.h
include/pqxx/transactor.hxx include/pqxx/transactor.hxx
include/pqxx/trigger include/pqxx/trigger
include/pqxx/trigger.h
include/pqxx/trigger.hxx include/pqxx/trigger.hxx
include/pqxx/util include/pqxx/util
include/pqxx/util.h
include/pqxx/util.hxx include/pqxx/util.hxx
lib/libpqxx-%%PORTVERSION%%.so lib/libpqxx-%%PORTVERSION%%.so
lib/libpqxx.a lib/libpqxx.a