From owner-svn-ports-head@freebsd.org Mon Aug 3 08:11:58 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B3562372B92; Mon, 3 Aug 2020 08:11:58 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BKrFp4Jxlz4TGZ; Mon, 3 Aug 2020 08:11:58 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 777C711366; Mon, 3 Aug 2020 08:11:58 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0738Bw1C081671; Mon, 3 Aug 2020 08:11:58 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0738BvYx081667; Mon, 3 Aug 2020 08:11:57 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <202008030811.0738BvYx081667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Mon, 3 Aug 2020 08:11:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544035 - head/databases/postgresql-libpqxx X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: head/databases/postgresql-libpqxx X-SVN-Commit-Revision: 544035 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2020 08:11:58 -0000 Author: girgen Date: Mon Aug 3 08:11:57 2020 New Revision: 544035 URL: https://svnweb.freebsd.org/changeset/ports/544035 Log: Upgrade to 7.1.0 Release notes: https://pqxx.org/development/libpqxx/ Modified: head/databases/postgresql-libpqxx/Makefile head/databases/postgresql-libpqxx/distinfo head/databases/postgresql-libpqxx/pkg-plist Modified: head/databases/postgresql-libpqxx/Makefile ============================================================================== --- head/databases/postgresql-libpqxx/Makefile Mon Aug 3 07:53:49 2020 (r544034) +++ head/databases/postgresql-libpqxx/Makefile Mon Aug 3 08:11:57 2020 (r544035) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libpqxx -PORTVERSION= 6.1.0 -PORTREVISION= 3 +PORTVERSION= 7.1.0 CATEGORIES= databases PKGNAMEPREFIX= postgresql- DIST_SUBDIR= postgresql @@ -16,7 +15,7 @@ LICENSE= BSD3CLAUSE CONFLICTS= postgresql-libpqxx-[1-5].* postgresql-libpqxx3-3.* \ postgresql-libpqxx4-4.* -USES= compiler:c++11-lang gmake libtool pathfix pgsql python:2.7,build shebangfix +USES= compiler:c++11-lang gmake libtool pathfix pgsql python:build shebangfix USE_GITHUB= yes GH_ACCOUNT= jtv GNU_CONFIGURE= yes @@ -26,6 +25,7 @@ INSTALL_TARGET= install-strip PLIST_SUB= PORTVERSION=${PORTVERSION:R} CONFIGURE_ARGS= --enable-shared \ + --disable-documentation \ --disable-dependency-tracking .include Modified: head/databases/postgresql-libpqxx/distinfo ============================================================================== --- head/databases/postgresql-libpqxx/distinfo Mon Aug 3 07:53:49 2020 (r544034) +++ head/databases/postgresql-libpqxx/distinfo Mon Aug 3 08:11:57 2020 (r544035) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518873881 -SHA256 (postgresql/jtv-libpqxx-6.1.0_GH0.tar.gz) = a36899821e4bc354f424c041d43a7f5c0def24d2b7bb3f486d0e6b131520603f -SIZE (postgresql/jtv-libpqxx-6.1.0_GH0.tar.gz) = 680636 +TIMESTAMP = 1596439643 +SHA256 (postgresql/jtv-libpqxx-7.1.0_GH0.tar.gz) = e1821f351624aa1dabe163d376e721691c6332bc0f276b03bd612c9efa30b2cf +SIZE (postgresql/jtv-libpqxx-7.1.0_GH0.tar.gz) = 689285 Modified: head/databases/postgresql-libpqxx/pkg-plist ============================================================================== --- head/databases/postgresql-libpqxx/pkg-plist Mon Aug 3 07:53:49 2020 (r544034) +++ head/databases/postgresql-libpqxx/pkg-plist Mon Aug 3 08:11:57 2020 (r544035) @@ -1,20 +1,11 @@ -bin/pqxx-config include/pqxx/array include/pqxx/array.hxx -include/pqxx/basic_connection -include/pqxx/basic_connection.hxx include/pqxx/binarystring include/pqxx/binarystring.hxx -include/pqxx/compiler-internal-post.hxx -include/pqxx/compiler-internal-pre.hxx include/pqxx/compiler-public.hxx include/pqxx/config-public-compiler.h include/pqxx/connection include/pqxx/connection.hxx -include/pqxx/connection_base -include/pqxx/connection_base.hxx -include/pqxx/connectionpolicy -include/pqxx/connectionpolicy.hxx include/pqxx/cursor include/pqxx/cursor.hxx include/pqxx/dbtransaction @@ -26,14 +17,15 @@ include/pqxx/except.hxx include/pqxx/field include/pqxx/field.hxx include/pqxx/internal/callgate.hxx -include/pqxx/internal/gates/connection-dbtransaction.hxx +include/pqxx/internal/compiler-internal-post.hxx +include/pqxx/internal/compiler-internal-pre.hxx +include/pqxx/internal/conversions.hxx +include/pqxx/internal/encoding_group.hxx +include/pqxx/internal/encodings.hxx include/pqxx/internal/gates/connection-errorhandler.hxx include/pqxx/internal/gates/connection-largeobject.hxx include/pqxx/internal/gates/connection-notification_receiver.hxx -include/pqxx/internal/gates/connection-parameterized_invocation.hxx include/pqxx/internal/gates/connection-pipeline.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/errorhandler-connection.hxx @@ -41,14 +33,17 @@ include/pqxx/internal/gates/icursor_iterator-icursorst 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-pipeline.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-sql_cursor.hxx include/pqxx/internal/gates/transaction-transactionfocus.hxx +include/pqxx/internal/ignore-deprecated-post.hxx +include/pqxx/internal/ignore-deprecated-pre.hxx include/pqxx/internal/libpq-forward.hxx +include/pqxx/internal/result_iter.hxx +include/pqxx/internal/sql_cursor.hxx include/pqxx/internal/statement_parameters.hxx +include/pqxx/internal/stream_iterator.hxx include/pqxx/isolation include/pqxx/isolation.hxx include/pqxx/largeobject @@ -69,16 +64,16 @@ include/pqxx/robusttransaction include/pqxx/robusttransaction.hxx include/pqxx/row include/pqxx/row.hxx +include/pqxx/separated_list +include/pqxx/separated_list.hxx include/pqxx/strconv include/pqxx/strconv.hxx +include/pqxx/stream_from +include/pqxx/stream_from.hxx +include/pqxx/stream_to +include/pqxx/stream_to.hxx include/pqxx/subtransaction include/pqxx/subtransaction.hxx -include/pqxx/tablereader -include/pqxx/tablereader.hxx -include/pqxx/tablestream -include/pqxx/tablestream.hxx -include/pqxx/tablewriter -include/pqxx/tablewriter.hxx include/pqxx/transaction include/pqxx/transaction.hxx include/pqxx/transaction_base @@ -91,6 +86,8 @@ include/pqxx/util include/pqxx/util.hxx include/pqxx/version include/pqxx/version.hxx +include/pqxx/zview +include/pqxx/zview.hxx lib/libpqxx-%%PORTVERSION%%.so lib/libpqxx.a lib/libpqxx.so