Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Feb 2026 15:35:53 +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: 8b572037e7bf - main - databases/postgresql13-*: Remove due to EoL
Message-ID:  <698df359.1ea48.bdf7a9f@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=8b572037e7bf2ffe6f8294c8b071dba1ed8d70fe

commit 8b572037e7bf2ffe6f8294c8b071dba1ed8d70fe
Author:     Palle Girgensohn <girgen@FreeBSD.org>
AuthorDate: 2026-02-12 15:33:53 +0000
Commit:     Palle Girgensohn <girgen@FreeBSD.org>
CommitDate: 2026-02-12 15:35:50 +0000

    databases/postgresql13-*: Remove due to EoL
---
 Mk/Uses/pgsql.mk | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Mk/Uses/pgsql.mk b/Mk/Uses/pgsql.mk
index 0ce84d448e2c..f24ea6353e85 100644
--- a/Mk/Uses/pgsql.mk
+++ b/Mk/Uses/pgsql.mk
@@ -6,10 +6,10 @@
 # version 	Maintainer can set versions required. You can set this to
 #		[min]-[max] or min+ or -max or as an explicit version
 #		(eg. 14-16 for [min]-[max], 14+ or 16-
-#		for min+ and max-, 13 for an explicit version). Example:
+#		for min+ and max-, 17 for an explicit version). Example:
 #
-#		    USES=pgsql:13		# Only use PostgreSQL 13
-#		    USES=pgsql:13+		# Use PostgreSQL 13 or newer
+#		    USES=pgsql:17		# Only use PostgreSQL 17
+#		    USES=pgsql:17+		# Use PostgreSQL 17 or newer
 #		    USES=pgsql:14-16	# Use PostgreSQL between 14 & 16 inclusive
 #		    USES=pgsql:14-		# Use any PostgreSQL up to 14
 #		    USES=pgsql		# Use the default PostgreSQL
@@ -39,7 +39,7 @@ _INCLUDE_USES_PGSQL_MK=	yes
 
 # When adding a version, please keep the comment in
 # Mk/bsd.default-versions.mk in sync.
-VALID_PGSQL_VER=	13 14 15 16 17 18
+VALID_PGSQL_VER=	14 15 16 17 18
 
 # Override non-default LIBVERS like this:
 #PGSQL99_LIBVER=6
@@ -63,7 +63,7 @@ PGSQL_DEFAULT?=	${$w_PGSQL_VER:C,^.,&.,}
 .  endfor
 
 .  ifdef DEFAULT_PGSQL_VER && WITH_PGSQL_VER
-IGNORE=		will not allow setting both DEFAULT_PGSQL_VER and WITH_PGSQL_VER.  Use DEFAULT_VERSIONS=pgsql=13 instead
+IGNORE=		will not allow setting both DEFAULT_PGSQL_VER and WITH_PGSQL_VER.  Use DEFAULT_VERSIONS=pgsql=18 instead
 .  endif
 
 # Setting/finding PostgreSQL version we want.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698df359.1ea48.bdf7a9f>