Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Apr 2024 07:52:43 GMT
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0c6552fc00e9 - main - databases/pg_citus: update to 12.1.3
Message-ID:  <202404260752.43Q7qhdg084534@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by matthew:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0c6552fc00e945aad52114746c18c29ee792c2d0

commit 0c6552fc00e945aad52114746c18c29ee792c2d0
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2024-04-26 07:50:43 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2024-04-26 07:50:43 +0000

    databases/pg_citus: update to 12.1.3
    
    Remove 'USES= readline gettext-runtime' as no longer needed
    
    Changes:        https://github.com/citusdata/citus/blob/v12.1.3/CHANGELOG.md
    Reported by:    portscout
---
 databases/pg_citus/Makefile  | 5 ++---
 databases/pg_citus/distinfo  | 6 +++---
 databases/pg_citus/pkg-plist | 1 -
 3 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/databases/pg_citus/Makefile b/databases/pg_citus/Makefile
index 39d88b5e47f3..736abbdc4b6e 100644
--- a/databases/pg_citus/Makefile
+++ b/databases/pg_citus/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	citus
-PORTVERSION=	12.1.2
+PORTVERSION=	12.1.3
 DISTVERSIONPREFIX=	v
 CATEGORIES=	databases
 PKGNAMEPREFIX=	pg_
@@ -10,8 +10,7 @@ WWW=		https://www.citusdata.com/
 
 LICENSE=	AGPLv3
 
-USES=		compiler:c11 gmake pgsql:14+ autoreconf readline ssl \
-		gettext-runtime
+USES=		compiler:c11 gmake pgsql:14+ autoreconf ssl
 
 LIB_DEPENDS=	liblz4.so:archivers/liblz4 \
 		libzstd.so:archivers/zstd
diff --git a/databases/pg_citus/distinfo b/databases/pg_citus/distinfo
index fb5bcea1519e..4d8faa965578 100644
--- a/databases/pg_citus/distinfo
+++ b/databases/pg_citus/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709021068
-SHA256 (citusdata-citus-v12.1.2_GH0.tar.gz) = 61d959e8129df4613186841550ea29afb9348a7e6f871d5b5df4866777b82e24
-SIZE (citusdata-citus-v12.1.2_GH0.tar.gz) = 6897486
+TIMESTAMP = 1714117039
+SHA256 (citusdata-citus-v12.1.3_GH0.tar.gz) = 5b3b20b89ead1f97072088cb1ff275a053ded886e174f8ebe3288a2e7229d92c
+SIZE (citusdata-citus-v12.1.3_GH0.tar.gz) = 6905546
diff --git a/databases/pg_citus/pkg-plist b/databases/pg_citus/pkg-plist
index 6ea8fa811edc..b695243d8d66 100644
--- a/databases/pg_citus/pkg-plist
+++ b/databases/pg_citus/pkg-plist
@@ -82,7 +82,6 @@ include/postgresql/server/distributed/pg_dist_rebalance_strategy.h
 include/postgresql/server/distributed/pg_dist_schema.h
 include/postgresql/server/distributed/pg_dist_shard.h
 include/postgresql/server/distributed/pg_dist_transaction.h
-include/postgresql/server/distributed/pg_version_constants.h
 include/postgresql/server/distributed/placement_access.h
 include/postgresql/server/distributed/placement_connection.h
 include/postgresql/server/distributed/priority.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404260752.43Q7qhdg084534>