svn commit: r545144 - head/databases/postgresql-libpqxx
Palle Girgensohn
girgen at FreeBSD.org
Mon Aug 17 06:30:59 UTC 2020
Author: girgen
Date: Mon Aug 17 06:30:58 2020
New Revision: 545144
URL: https://svnweb.freebsd.org/changeset/ports/545144
Log:
Upgrade to version 7.1.2
This fixes a problem reported by several, where
include/pqxx/internal/transaction_focus.hxx was missing.
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 17 03:39:04 2020 (r545143)
+++ head/databases/postgresql-libpqxx/Makefile Mon Aug 17 06:30:58 2020 (r545144)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libpqxx
-PORTVERSION= 7.1.0
+PORTVERSION= 7.1.2
CATEGORIES= databases
PKGNAMEPREFIX= postgresql-
DIST_SUBDIR= postgresql
Modified: head/databases/postgresql-libpqxx/distinfo
==============================================================================
--- head/databases/postgresql-libpqxx/distinfo Mon Aug 17 03:39:04 2020 (r545143)
+++ head/databases/postgresql-libpqxx/distinfo Mon Aug 17 06:30:58 2020 (r545144)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596439643
-SHA256 (postgresql/jtv-libpqxx-7.1.0_GH0.tar.gz) = e1821f351624aa1dabe163d376e721691c6332bc0f276b03bd612c9efa30b2cf
-SIZE (postgresql/jtv-libpqxx-7.1.0_GH0.tar.gz) = 689285
+TIMESTAMP = 1597645659
+SHA256 (postgresql/jtv-libpqxx-7.1.2_GH0.tar.gz) = 3af7b4cfd572c67275ad24fea31bcf9d9f365ec16a1b7e90d4bde930936707f3
+SIZE (postgresql/jtv-libpqxx-7.1.2_GH0.tar.gz) = 693152
Modified: head/databases/postgresql-libpqxx/pkg-plist
==============================================================================
--- head/databases/postgresql-libpqxx/pkg-plist Mon Aug 17 03:39:04 2020 (r545143)
+++ head/databases/postgresql-libpqxx/pkg-plist Mon Aug 17 06:30:58 2020 (r545144)
@@ -44,6 +44,7 @@ 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/internal/transaction_focus.hxx
include/pqxx/isolation
include/pqxx/isolation.hxx
include/pqxx/largeobject
More information about the svn-ports-all
mailing list