mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Update to version 3.1
This commit is contained in:
parent
c00d89be09
commit
03bf3b24da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281657
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= libpqxx
|
||||
PORTVERSION= 2.6.9
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 3.1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://pqxx.org/download/software/libpqxx/
|
||||
PKGNAMEPREFIX= postgresql-
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (postgresql/libpqxx-2.6.9.tar.gz) = 2b2ef5dfb852667299e50727419075cf333bbbeffadaa398d96dc93bac6f7b6a
|
||||
SIZE (postgresql/libpqxx-2.6.9.tar.gz) = 1639557
|
||||
SHA256 (postgresql/libpqxx-3.1.tar.gz) = 8950433f193e118cfd36ab91391eb174ef48897bacc26197da596988e66796a0
|
||||
SIZE (postgresql/libpqxx-3.1.tar.gz) = 1771846
|
||||
|
@ -1,9 +1,9 @@
|
||||
--- Makefile.in~ Sat May 27 12:46:50 2006
|
||||
+++ Makefile.in Sun May 28 17:51:23 2006
|
||||
@@ -212,7 +212,7 @@
|
||||
--- Makefile.in.orig 2011-09-12 11:39:56.000000000 +0200
|
||||
+++ Makefile.in 2011-09-12 11:40:48.000000000 +0200
|
||||
@@ -270,7 +270,7 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.h.in config.log configure \
|
||||
stamp-h.in
|
||||
|
||||
|
||||
#includedir=$(prefix)/include
|
||||
-pkgconfigdir = $(libdir)/pkgconfig
|
||||
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
||||
pkgconfig_DATA = libpqxx.pc
|
||||
|
@ -3,7 +3,6 @@ include/pqxx/basic_connection
|
||||
include/pqxx/basic_connection.hxx
|
||||
include/pqxx/binarystring
|
||||
include/pqxx/binarystring.hxx
|
||||
include/pqxx/cachedresult.h
|
||||
include/pqxx/compiler-internal-post.hxx
|
||||
include/pqxx/compiler-internal-pre.hxx
|
||||
include/pqxx/compiler-public.hxx
|
||||
@ -15,12 +14,32 @@ include/pqxx/connection_base.hxx
|
||||
include/pqxx/connectionpolicy
|
||||
include/pqxx/connectionpolicy.hxx
|
||||
include/pqxx/cursor
|
||||
include/pqxx/cursor.h
|
||||
include/pqxx/cursor.hxx
|
||||
include/pqxx/dbtransaction
|
||||
include/pqxx/dbtransaction.hxx
|
||||
include/pqxx/except
|
||||
include/pqxx/except.hxx
|
||||
include/pqxx/internal/callgate.hxx
|
||||
include/pqxx/internal/gates/connection-dbtransaction.hxx
|
||||
include/pqxx/internal/gates/connection-largeobject.hxx
|
||||
include/pqxx/internal/gates/connection-notify-listener.hxx
|
||||
include/pqxx/internal/gates/connection-parameterized_invocation.hxx
|
||||
include/pqxx/internal/gates/connection-pipeline.hxx
|
||||
include/pqxx/internal/gates/connection-prepare-declaration.hxx
|
||||
include/pqxx/internal/gates/connection-prepare-invocation.hxx
|
||||
include/pqxx/internal/gates/connection-reactivation_avoidance_exemption.hxx
|
||||
include/pqxx/internal/gates/connection-sql_cursor.hxx
|
||||
include/pqxx/internal/gates/connection-transaction.hxx
|
||||
include/pqxx/internal/gates/icursor_iterator-icursorstream.hxx
|
||||
include/pqxx/internal/gates/icursorstream-icursor_iterator.hxx
|
||||
include/pqxx/internal/gates/result-connection.hxx
|
||||
include/pqxx/internal/gates/result-creation.hxx
|
||||
include/pqxx/internal/gates/result-sql_cursor.hxx
|
||||
include/pqxx/internal/gates/transaction-subtransaction.hxx
|
||||
include/pqxx/internal/gates/transaction-tablereader.hxx
|
||||
include/pqxx/internal/gates/transaction-tablewriter.hxx
|
||||
include/pqxx/internal/gates/transaction-transactionfocus.hxx
|
||||
include/pqxx/internal/statement_parameters.hxx
|
||||
include/pqxx/isolation
|
||||
include/pqxx/isolation.hxx
|
||||
include/pqxx/largeobject
|
||||
@ -28,6 +47,9 @@ include/pqxx/largeobject.hxx
|
||||
include/pqxx/libpq-forward.hxx
|
||||
include/pqxx/nontransaction
|
||||
include/pqxx/nontransaction.hxx
|
||||
include/pqxx/notify-listen
|
||||
include/pqxx/notify-listen.hxx
|
||||
include/pqxx/performance.hxx
|
||||
include/pqxx/pipeline
|
||||
include/pqxx/pipeline.hxx
|
||||
include/pqxx/pqxx
|
||||
@ -37,6 +59,8 @@ include/pqxx/result
|
||||
include/pqxx/result.hxx
|
||||
include/pqxx/robusttransaction
|
||||
include/pqxx/robusttransaction.hxx
|
||||
include/pqxx/strconv
|
||||
include/pqxx/strconv.hxx
|
||||
include/pqxx/subtransaction
|
||||
include/pqxx/subtransaction.hxx
|
||||
include/pqxx/tablereader
|
||||
@ -55,9 +79,13 @@ include/pqxx/trigger
|
||||
include/pqxx/trigger.hxx
|
||||
include/pqxx/util
|
||||
include/pqxx/util.hxx
|
||||
include/pqxx/version
|
||||
include/pqxx/version.hxx
|
||||
lib/libpqxx-%%PORTVERSION%%.so
|
||||
lib/libpqxx.a
|
||||
lib/libpqxx.la
|
||||
lib/libpqxx.so
|
||||
libdata/pkgconfig/libpqxx.pc
|
||||
@dirrm include/pqxx/internal/gates
|
||||
@dirrm include/pqxx/internal
|
||||
@dirrm include/pqxx
|
||||
|
Loading…
Reference in New Issue
Block a user