Index: databases/Makefile =================================================================== --- databases/Makefile (revision 458697) +++ databases/Makefile (working copy) @@ -808,6 +808,7 @@ SUBDIR += py-pg8000 SUBDIR += py-pg_pqueue SUBDIR += py-pgcli + SUBDIR += py-pglite SUBDIR += py-pgspecial SUBDIR += py-pgxnclient SUBDIR += py-pickledb Index: databases/postgresql-libpqxx/Makefile =================================================================== --- databases/postgresql-libpqxx/Makefile (revision 458697) +++ databases/postgresql-libpqxx/Makefile (working copy) @@ -2,10 +2,8 @@ # $FreeBSD$ PORTNAME= libpqxx -PORTVERSION= 4.0.1 -PORTREVISION= 1 +PORTVERSION= 6.0.0 CATEGORIES= databases -MASTER_SITES= http://pqxx.org/download/software/libpqxx/ PKGNAMEPREFIX= postgresql- DIST_SUBDIR= postgresql @@ -17,11 +15,14 @@ CONFLICTS= postgresql-libpqxx-3.* postgresql-libpqxx3-3.* PORTSCOUT= limit:^2\. -USES+= gmake libtool pathfix pgsql python:2.7,build shebangfix +USES= 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 Index: databases/postgresql-libpqxx/distinfo =================================================================== --- databases/postgresql-libpqxx/distinfo (revision 458697) +++ databases/postgresql-libpqxx/distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (postgresql/libpqxx-4.0.1.tar.gz) = 097ceda2797761ce517faa5bee186c883df1c407cb2aada613a16773afeedc38 -SIZE (postgresql/libpqxx-4.0.1.tar.gz) = 1582532 +TIMESTAMP = 1515770390 +SHA256 (postgresql/jtv-libpqxx-6.0.0_GH0.tar.gz) = 81cac92458efd799fadb0374107464320d93eba71de05aedf21afb9c8dda7c3a +SIZE (postgresql/jtv-libpqxx-6.0.0_GH0.tar.gz) = 676528 Index: databases/postgresql-libpqxx/pkg-plist =================================================================== --- databases/postgresql-libpqxx/pkg-plist (revision 458697) +++ databases/postgresql-libpqxx/pkg-plist (working copy) @@ -39,6 +39,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 +46,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 +55,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 +62,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 +83,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