Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2023 13:17:57 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ddfc15b451da - main - databases/postgresql11-*: Mark DEPRECATED
Message-ID:  <202304151317.33FDHvJ5080040@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ddfc15b451da2c7390561e8dfe81977b3e591961

commit ddfc15b451da2c7390561e8dfe81977b3e591961
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-04-15 11:59:01 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-04-15 13:14:58 +0000

    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
---
 databases/postgresql11-pgtcl/Makefile  | 7 +++++--
 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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304151317.33FDHvJ5080040>