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,9 +1,12 @@ -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 .include "${MASTERDIR}/Makefile" 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,23 +1,26 @@ 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 \ src/backend/replication/pgoutput \ src/bin/initdb src/bin/pg_ctl \ src/bin/pg_controldata src/bin/pg_resetwal src/pl \ src/bin/pg_basebackup src/bin/pg_archivecleanup \ src/bin/pg_rewind \ src/bin/pg_test_fsync src/bin/pg_test_timing \ src/bin/pg_waldump src/bin/pg_upgrade PG_USER?= postgres PG_GROUP?= postgres PG_UID?= 770 .include "${.CURDIR}/../postgresql14-server/Makefile"