all: unregister expired postgresql12 and update affected USES

This commit is contained in:
Rene Ladan 2025-01-01 12:59:15 +01:00
parent e3d1381940
commit bca20146b1
6 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -11,7 +11,7 @@ LICENSE= PostgreSQL
NOT_FOR_ARCHS= i386
USES= gmake pgsql:12+
USES= gmake pgsql
WANT_PGSQL= server
USE_GITHUB= yes

View file

@ -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

View file

@ -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