diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-04-15 11:59:01 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-04-15 13:14:58 +0000 |
commit | ddfc15b451da2c7390561e8dfe81977b3e591961 (patch) | |
tree | edb24cba530bbf9497370785152e2b7f3b5e1cba | |
parent | a40c0e7d8311e72078684f0a7ee388966a6adaf9 (diff) |
databases/postgresql11-*: Mark DEPRECATED
- postgresql 11 is set to reach EOL on 2023-11-09
See : https://www.postgresql.org/support/versioning/
- Set EXPIRATION_DATE on 2023-12-31
- Fix CONFLICTS for postgresql11-pgtcl
-rw-r--r-- | databases/postgresql11-pgtcl/Makefile | 7 | ||||
-rw-r--r-- | databases/postgresql11-server/Makefile | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/databases/postgresql11-pgtcl/Makefile b/databases/postgresql11-pgtcl/Makefile index e7a779e69901..38759ece692a 100644 --- a/databases/postgresql11-pgtcl/Makefile +++ b/databases/postgresql11-pgtcl/Makefile @@ -1,7 +1,10 @@ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -postgresql11 -CONFLICTS= pgtcl pgtcl-postgresql9[0123456] pgtcl-postgresql10 +DEPRECATED= PostgreSQL-11 will reach end-of-life on 2023-11-09 +EXPIRATION_DATE=2023-12-31 + +CONFLICTS= pgtcl pgtcl-postgresql1[012345] PGTCL_SLAVE= 11 MASTERDIR= ${.CURDIR}/../pgtcl diff --git a/databases/postgresql11-server/Makefile b/databases/postgresql11-server/Makefile index 25ecaef0d73a..f1fba1e8bc55 100644 --- a/databases/postgresql11-server/Makefile +++ b/databases/postgresql11-server/Makefile @@ -1,10 +1,13 @@ DISTVERSION?= 11.19 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. -PORTREVISION?= 1 +PORTREVISION?= 2 MAINTAINER?= pgsql@FreeBSD.org +DEPRECATED= PostgreSQL-11 will reach end-of-life on 2023-11-09 +EXPIRATION_DATE=2023-12-31 + INSTALL_DIRS?= src/common src/timezone src/backend \ src/backend/utils/mb/conversion_procs \ src/backend/snowball src/backend/replication/libpqwalreceiver \ |