[Midnightbsd-cvs] mports [24587] trunk/databases/postgresql-libpqxx: update postgresql libpqxx to 6.1.0
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Oct 27 14:55:33 EDT 2018
Revision: 24587
http://svnweb.midnightbsd.org/mports/?rev=24587
Author: laffer1
Date: 2018-10-27 14:55:33 -0400 (Sat, 27 Oct 2018)
Log Message:
-----------
update postgresql libpqxx to 6.1.0
Modified Paths:
--------------
trunk/databases/postgresql-libpqxx/Makefile
trunk/databases/postgresql-libpqxx/distinfo
trunk/databases/postgresql-libpqxx/pkg-plist
Modified: trunk/databases/postgresql-libpqxx/Makefile
===================================================================
--- trunk/databases/postgresql-libpqxx/Makefile 2018-10-25 01:51:44 UTC (rev 24586)
+++ trunk/databases/postgresql-libpqxx/Makefile 2018-10-27 18:55:33 UTC (rev 24587)
@@ -2,10 +2,8 @@
# $MidnightBSD$
PORTNAME= libpqxx
-PORTVERSION= 4.0.1
-PORTREVISION= 2
+PORTVERSION= 6.1.0
CATEGORIES= databases
-MASTER_SITES= http://pqxx.org/download/software/libpqxx/
PKGNAMEPREFIX= postgresql-
DIST_SUBDIR= postgresql
@@ -14,16 +12,17 @@
LICENSE= bsd3
-CONFLICTS= postgresql-libpqxx-3.* postgresql-libpqxx3-3.*
-PORTSCOUT= limit:^2\.
+CONFLICTS= postgresql-libpqxx-[1-5].* postgresql-libpqxx3-3.* \
+ postgresql-libpqxx4-4.*
-USE_GCC= yes
-USES+= gmake libtool pathfix pgsql python:build shebangfix
-USE_PGSQL= yes
+USES= compiler:c++11-lang gmake libtool pathfix pgsql python:2.7,build shebangfix
+USE_GITHUB= yes
+GH_ACCOUNT= jtv
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+SHEBANG_FILES= ${WRKSRC}/tools/splitconfig
+INSTALL_TARGET= install-strip
PLIST_SUB= PORTVERSION=${PORTVERSION:R}
-SHEBANG_FILES= ${WRKSRC}/tools/splitconfig
CONFIGURE_ARGS= --enable-shared \
--disable-dependency-tracking
Modified: trunk/databases/postgresql-libpqxx/distinfo
===================================================================
--- trunk/databases/postgresql-libpqxx/distinfo 2018-10-25 01:51:44 UTC (rev 24586)
+++ trunk/databases/postgresql-libpqxx/distinfo 2018-10-27 18:55:33 UTC (rev 24587)
@@ -1,2 +1,3 @@
-SHA256 (postgresql/libpqxx-4.0.1.tar.gz) = 097ceda2797761ce517faa5bee186c883df1c407cb2aada613a16773afeedc38
-SIZE (postgresql/libpqxx-4.0.1.tar.gz) = 1582532
+TIMESTAMP = 1540666505
+SHA256 (postgresql/libpqxx-6.1.0_GH0.tar.gz) = a36899821e4bc354f424c041d43a7f5c0def24d2b7bb3f486d0e6b131520603f
+SIZE (postgresql/libpqxx-6.1.0_GH0.tar.gz) = 680636
Modified: trunk/databases/postgresql-libpqxx/pkg-plist
===================================================================
--- trunk/databases/postgresql-libpqxx/pkg-plist 2018-10-25 01:51:44 UTC (rev 24586)
+++ trunk/databases/postgresql-libpqxx/pkg-plist 2018-10-27 18:55:33 UTC (rev 24587)
@@ -1,4 +1,6 @@
bin/pqxx-config
+include/pqxx/array
+include/pqxx/array.hxx
include/pqxx/basic_connection
include/pqxx/basic_connection.hxx
include/pqxx/binarystring
@@ -39,6 +41,7 @@
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-row.hxx
include/pqxx/internal/gates/result-sql_cursor.hxx
include/pqxx/internal/gates/transaction-subtransaction.hxx
include/pqxx/internal/gates/transaction-tablereader.hxx
@@ -45,7 +48,6 @@
include/pqxx/internal/gates/transaction-tablewriter.hxx
include/pqxx/internal/gates/transaction-transactionfocus.hxx
include/pqxx/internal/libpq-forward.hxx
-include/pqxx/internal/result_data.hxx
include/pqxx/internal/statement_parameters.hxx
include/pqxx/isolation
include/pqxx/isolation.hxx
@@ -55,9 +57,6 @@
include/pqxx/nontransaction.hxx
include/pqxx/notification
include/pqxx/notification.hxx
-include/pqxx/notify-listen
-include/pqxx/notify-listen.hxx
-include/pqxx/performance.hxx
include/pqxx/pipeline
include/pqxx/pipeline.hxx
include/pqxx/pqxx
@@ -65,8 +64,11 @@
include/pqxx/prepared_statement.hxx
include/pqxx/result
include/pqxx/result.hxx
+include/pqxx/result_iterator.hxx
include/pqxx/robusttransaction
include/pqxx/robusttransaction.hxx
+include/pqxx/row
+include/pqxx/row.hxx
include/pqxx/strconv
include/pqxx/strconv.hxx
include/pqxx/subtransaction
@@ -83,10 +85,8 @@
include/pqxx/transaction_base.hxx
include/pqxx/transactor
include/pqxx/transactor.hxx
-include/pqxx/trigger
-include/pqxx/trigger.hxx
-include/pqxx/tuple
-include/pqxx/tuple.hxx
+include/pqxx/types
+include/pqxx/types.hxx
include/pqxx/util
include/pqxx/util.hxx
include/pqxx/version
More information about the Midnightbsd-cvs
mailing list