Date: Tue, 22 Sep 2020 08:53:09 +0000 (UTC) From: Palle Girgensohn <girgen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549566 - head/databases/postgresql-libpqxx Message-ID: <202009220853.08M8r9Yu048294@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: girgen Date: Tue Sep 22 08:53:09 2020 New Revision: 549566 URL: https://svnweb.freebsd.org/changeset/ports/549566 Log: Upgrade to version 7.2.0 Release notes: http://www.pqxx.org/development/libpqxx/#news 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 Tue Sep 22 08:46:54 2020 (r549565) +++ head/databases/postgresql-libpqxx/Makefile Tue Sep 22 08:53:09 2020 (r549566) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libpqxx -PORTVERSION= 7.1.2 +PORTVERSION= 7.2.0 CATEGORIES= databases PKGNAMEPREFIX= postgresql- DIST_SUBDIR= postgresql Modified: head/databases/postgresql-libpqxx/distinfo ============================================================================== --- head/databases/postgresql-libpqxx/distinfo Tue Sep 22 08:46:54 2020 (r549565) +++ head/databases/postgresql-libpqxx/distinfo Tue Sep 22 08:53:09 2020 (r549566) @@ -1,3 +1,3 @@ -TIMESTAMP = 1597645659 -SHA256 (postgresql/jtv-libpqxx-7.1.2_GH0.tar.gz) = 3af7b4cfd572c67275ad24fea31bcf9d9f365ec16a1b7e90d4bde930936707f3 -SIZE (postgresql/jtv-libpqxx-7.1.2_GH0.tar.gz) = 693152 +TIMESTAMP = 1600331537 +SHA256 (postgresql/jtv-libpqxx-7.2.0_GH0.tar.gz) = c482a31c5d08402bc9e8df8291bed3555640ea80b3cb354fca958b1b469870dd +SIZE (postgresql/jtv-libpqxx-7.2.0_GH0.tar.gz) = 707225 Modified: head/databases/postgresql-libpqxx/pkg-plist ============================================================================== --- head/databases/postgresql-libpqxx/pkg-plist Tue Sep 22 08:46:54 2020 (r549565) +++ head/databases/postgresql-libpqxx/pkg-plist Tue Sep 22 08:53:09 2020 (r549566) @@ -3,6 +3,8 @@ include/pqxx/array.hxx include/pqxx/binarystring include/pqxx/binarystring.hxx include/pqxx/compiler-public.hxx +include/pqxx/composite +include/pqxx/composite.hxx include/pqxx/config-public-compiler.h include/pqxx/connection include/pqxx/connection.hxx @@ -16,6 +18,7 @@ include/pqxx/except include/pqxx/except.hxx include/pqxx/field include/pqxx/field.hxx +include/pqxx/internal/array-composite.hxx include/pqxx/internal/callgate.hxx include/pqxx/internal/compiler-internal-post.hxx include/pqxx/internal/compiler-internal-pre.hxx
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009220853.08M8r9Yu048294>