Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 2026 16:18:16 +0000
From:      Palle Girgensohn <girgen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5d02335e59ec - main - */*: PostgreSQL-13 removed
Message-ID:  <69b82d48.19eda.61422b4b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by girgen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5d02335e59ec3d4bbae0d9260bf144708c21467f

commit 5d02335e59ec3d4bbae0d9260bf144708c21467f
Author:     Palle Girgensohn <girgen@FreeBSD.org>
AuthorDate: 2026-03-16 15:26:21 +0000
Commit:     Palle Girgensohn <girgen@FreeBSD.org>
CommitDate: 2026-03-16 16:18:10 +0000

    */*: PostgreSQL-13 removed
    
    Bump lowest required version for some PostgreSQL extensions as a
    consequence thereof.
---
 databases/pg_auto_failover/Makefile     | 2 +-
 databases/pgroonga/Makefile             | 2 +-
 databases/pgrouting/Makefile            | 2 +-
 databases/postgresql-mysql_fdw/Makefile | 2 +-
 net-mgmt/peering-manager/Makefile       | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/databases/pg_auto_failover/Makefile b/databases/pg_auto_failover/Makefile
index d6d48afad4ba..fa3329afc3d9 100644
--- a/databases/pg_auto_failover/Makefile
+++ b/databases/pg_auto_failover/Makefile
@@ -12,7 +12,7 @@ LICENSE=	PostgreSQL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 __MAX_PGSQL=	17
-USES=		gmake pgsql:13-${__MAX_PGSQL}
+USES=		gmake pgsql:14-${__MAX_PGSQL}
 WANT_PGSQL=	contrib server
 
 USE_GITHUB=	yes
diff --git a/databases/pgroonga/Makefile b/databases/pgroonga/Makefile
index 33bf125c50f9..bf887779fc62 100644
--- a/databases/pgroonga/Makefile
+++ b/databases/pgroonga/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libgroonga.so:textproc/groonga
 
-USES=		gmake localbase pgsql:13+ pkgconfig
+USES=		gmake localbase pgsql:14+ pkgconfig
 
 CPPFLAGS+=	-I${LOCALBASE}/include/groonga
 LLD_UNSAFE=	yes
diff --git a/databases/pgrouting/Makefile b/databases/pgrouting/Makefile
index 45fa5de194ed..29082aac7588 100644
--- a/databases/pgrouting/Makefile
+++ b/databases/pgrouting/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
 RUN_DEPENDS=	${LOCALBASE}/share/postgresql/extension/postgis.control:databases/postgis35
 
-USES=		compiler:c++14-lang cmake localbase perl5 pgsql:13+ pkgconfig
+USES=		compiler:c++14-lang cmake localbase perl5 pgsql:14+ pkgconfig
 WANT_PGSQL=	lib server
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
diff --git a/databases/postgresql-mysql_fdw/Makefile b/databases/postgresql-mysql_fdw/Makefile
index b46c01d9cef0..2c5b727e55be 100644
--- a/databases/postgresql-mysql_fdw/Makefile
+++ b/databases/postgresql-mysql_fdw/Makefile
@@ -11,7 +11,7 @@ WWW=		https://github.com/EnterpriseDB/mysql_fdw
 LICENSE=	PostgreSQL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		gmake mysql pgsql:13+
+USES=		gmake mysql pgsql:14+
 WANT_PGSQL=	server
 USE_GITHUB=	yes
 GH_ACCOUNT=	EnterpriseDB
diff --git a/net-mgmt/peering-manager/Makefile b/net-mgmt/peering-manager/Makefile
index 0674788e134a..0e3d5954ea13 100644
--- a/net-mgmt/peering-manager/Makefile
+++ b/net-mgmt/peering-manager/Makefile
@@ -39,7 +39,7 @@ RUN_DEPENDS=	\
 		${PYTHON_PKGNAMEPREFIX}requests>=2.32:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}social-auth-core>=4.8:security/py-social-auth-core@${PY_FLAVOR}
 
-USES=		cpe pgsql:13+ python:-3.12
+USES=		cpe pgsql:14+ python:-3.12
 CPE_VENDOR=	${PORTNAME}
 CPE_PRODUCT=	${PORTNAME:S/-/_/}
 USE_GITHUB=	yes


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b82d48.19eda.61422b4b>