git: bca20146b184 - main - all: unregister expired postgresql12 and update affected USES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Jan 2025 12:00:24 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bca20146b184606d573c34968c4abebeedbf3694
commit bca20146b184606d573c34968c4abebeedbf3694
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-01-01 11:59:15 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-01-01 12:00:13 +0000
all: unregister expired postgresql12 and update affected USES
---
Mk/Uses/pgsql.mk | 2 +-
Mk/bsd.default-versions.mk | 2 +-
databases/pgpool-II-45/Makefile | 2 +-
databases/pgvector/Makefile | 2 +-
databases/slony1v2/Makefile | 2 +-
net-mgmt/netbox/Makefile | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Mk/Uses/pgsql.mk b/Mk/Uses/pgsql.mk
index e696213183ac..a4b58b7130c8 100644
--- a/Mk/Uses/pgsql.mk
+++ b/Mk/Uses/pgsql.mk
@@ -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= 12 13 14 15 16 17
+VALID_PGSQL_VER= 13 14 15 16 17
# Override non-default LIBVERS like this:
#PGSQL99_LIBVER=6
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk
index 28340a0247b2..1e2f75e49305 100644
--- a/Mk/bsd.default-versions.mk
+++ b/Mk/bsd.default-versions.mk
@@ -126,7 +126,7 @@ _PERL5_FROM_BIN!= ${LOCALBASE}/bin/perl -e 'printf "%vd\n", $$^V;'
_EXPORTED_VARS+= _PERL5_FROM_BIN
PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R}
. endif
-# Possible values: 12, 13, 14, 15, 16, 17
+# Possible values: 13, 14, 15, 16, 17
PGSQL_DEFAULT?= 16
# Possible values: 8.1, 8.2, 8.3, 8.4
PHP_DEFAULT?= 8.3
diff --git a/databases/pgpool-II-45/Makefile b/databases/pgpool-II-45/Makefile
index 7adc0df4e294..a192992cb9eb 100644
--- a/databases/pgpool-II-45/Makefile
+++ b/databases/pgpool-II-45/Makefile
@@ -11,7 +11,7 @@ WWW= https://pgpool.net/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= gmake libtool pgsql:12+
+USES= gmake libtool pgsql
USE_LDCONFIG= yes
USE_RC_SUBR= pgpool
diff --git a/databases/pgvector/Makefile b/databases/pgvector/Makefile
index 3a48118dcd7f..8020b051b3ad 100644
--- a/databases/pgvector/Makefile
+++ b/databases/pgvector/Makefile
@@ -11,7 +11,7 @@ LICENSE= PostgreSQL
NOT_FOR_ARCHS= i386
-USES= gmake pgsql:12+
+USES= gmake pgsql
WANT_PGSQL= server
USE_GITHUB= yes
diff --git a/databases/slony1v2/Makefile b/databases/slony1v2/Makefile
index 47612b1b4a1e..897ca8610ac1 100644
--- a/databases/slony1v2/Makefile
+++ b/databases/slony1v2/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex
GNU_CONFIGURE= yes
-USES= bison gmake shebangfix tar:bzip2 pgsql:12-15
+USES= bison gmake shebangfix tar:bzip2 pgsql:15-
WANT_PGSQL= server
USE_RC_SUBR= slon
SHEBANG_FILES= tools/altperl/slonik_restart_node.pl
diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index 94ca35b4def6..8264824d1ad4 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -64,7 +64,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=5.0.10<5.1:www/py-django50@${PY_FL
${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0.1<7:devel/py-pyyaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gunicorn>=23.0.0<24:www/py-gunicorn@${PY_FLAVOR}
-USES= cpe pgsql:12+ python:3.10+
+USES= cpe pgsql python:3.10+
CPE_VENDOR= netbox
USE_GITHUB= yes
GH_ACCOUNT= netbox-community