Commit bbd8259d authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

databases/postgresql11: Sunset

parent beced896
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -8356,3 +8356,11 @@ databases/php80-pdo_sqlite|databases/php81-pdo_sqlite|2023-12-31|Has expired: Se
databases/php80-odbc|databases/php81-odbc|2023-12-31|Has expired: Security support ended on 2023-11-26
databases/php80-mysqli|databases/php81-mysqli|2023-12-31|Has expired: Security support ended on 2023-11-26
databases/php80-pdo_mysql|databases/php81-pdo_mysql|2023-12-31|Has expired: Security support ended on 2023-11-26
databases/postgresql11-pltcl|databases/postgresql12-pltcl|2023-12-31|Has expired: Security support ended on 2023-11-09
databases/postgresql11-docs|databases/postgresql12-docs|2023-12-31|Has expired: Security support ended on 2023-11-09
databases/postgresql11-plperl|databases/postgresql12-plperl|2023-12-31|Has expired: Security support ended on 2023-11-09
databases/postgresql11-server|databases/postgresql12-server|2023-12-31|Has expired: Security support ended on 2023-11-09
databases/postgresql11-plpython|databases/postgresql12-plpython|2023-12-31|Has expired: Security support ended on 2023-11-09
databases/postgresql11-contrib|databases/postgresql12-contrib|2023-12-31|Has expired: Security support ended on 2023-11-09
databases/postgresql11-client|databases/postgresql12-client|2023-12-31|Has expired: Security support ended on 2023-11-09
databases/postgresql11-pgtcl|databases/postgresql12-pgtcl|2023-12-31|Has expired: Security support ended on 2023-11-09
+4 −4
Original line number Diff line number Diff line
@@ -5,12 +5,12 @@
#
# version 	Maintainer can set versions required. You can set this to
#		[min]-[max] or min+ or -max or as an explicit version
#		(eg. 11-14 for [min]-[max], 11+ or 12-
#		(eg. 12-14 for [min]-[max], 12+ or 12-
#		for min+ and max-, 13 for an explicit version). Example:
#
#		    USES=pgsql:13		# Only use PostgreSQL 13
#		    USES=pgsql:11+		# Use PostgreSQL 11 or newer
#		    USES=pgsql:11-14	# Use PostgreSQL between 11 & 14 inclusive
#		    USES=pgsql:12+		# Use PostgreSQL 12 or newer
#		    USES=pgsql:12-14	# Use PostgreSQL between 12 & 14 inclusive
#		    USES=pgsql:12-		# Use any PostgreSQL up to 12
#		    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=	11 12 13 14 15 16
VALID_PGSQL_VER=	12 13 14 15 16

# Override non-default LIBVERS like this:
#PGSQL99_LIBVER=6
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,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: 11, 12, 13, 14, 15, 16
# Possible values: 12, 13, 14, 15, 16
PGSQL_DEFAULT?=		15
# Possible values: 8.1, 8.2, 8.3
PHP_DEFAULT?=		8.2
+0 −8
Original line number Diff line number Diff line
@@ -645,14 +645,6 @@
    SUBDIR += postgresql-tds_fdw
    SUBDIR += postgresql-wal2json
    SUBDIR += postgresql-zhparser
    SUBDIR += postgresql11-client
    SUBDIR += postgresql11-contrib
    SUBDIR += postgresql11-docs
    SUBDIR += postgresql11-pgtcl
    SUBDIR += postgresql11-plperl
    SUBDIR += postgresql11-plpython
    SUBDIR += postgresql11-pltcl
    SUBDIR += postgresql11-server
    SUBDIR += postgresql12-client
    SUBDIR += postgresql12-contrib
    SUBDIR += postgresql12-docs
+0 −18
Original line number Diff line number Diff line
PORTNAME=	postgresql
PORTREVISION=	0

COMMENT=	PostgreSQL database (client)

MASTERDIR=	${.CURDIR}/../postgresql11-server

BUILD_DIRS=	config src/include src/interfaces src/port \
		src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \
		src/bin/pgbench doc src/makefiles src/test/regress
INSTALL_DIRS=	${BUILD_DIRS}

CLIENT_ONLY=	yes
COMPONENT=	-client
USE_LDCONFIG=	yes
USES=		pkgconfig

.include "${MASTERDIR}/Makefile"
Loading