From 997baed83d85f9bc03da5111eef2ffb57bc710dd Mon Sep 17 00:00:00 2001 From: Palle Girgensohn Date: Sun, 24 May 2020 21:16:29 +0000 Subject: [PATCH] Deprecate PostgreSQL-9.4 Final release was in Fabruary 2020. WWW: https://www.postgresql.org/support/versioning/ Also, fix build problems with plperl and plpython for 9.4 --- databases/postgresql94-plperl/Makefile | 2 ++ databases/postgresql94-plpython/Makefile | 2 +- databases/postgresql94-server/Makefile | 5 ++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/databases/postgresql94-plperl/Makefile b/databases/postgresql94-plperl/Makefile index 6c6c5fbb77f1..7b93e3c9895c 100644 --- a/databases/postgresql94-plperl/Makefile +++ b/databases/postgresql94-plperl/Makefile @@ -3,4 +3,6 @@ WANT_PGSQL_VER= 9.4 +INSTALL_DIRS= src/pl/plperl + .include "${.CURDIR}/../postgresql12-plperl/Makefile" diff --git a/databases/postgresql94-plpython/Makefile b/databases/postgresql94-plpython/Makefile index 39bdf181e12f..6dd0090122bb 100644 --- a/databases/postgresql94-plpython/Makefile +++ b/databases/postgresql94-plpython/Makefile @@ -2,6 +2,6 @@ WANT_PGSQL_VER= 9.4 -INSTALL_DIRS= src/pl/plpython contrib/hstore_plpython contrib/ltree_plpython +INSTALL_DIRS= src/pl/plpython .include "${.CURDIR}/../postgresql12-plpython/Makefile" diff --git a/databases/postgresql94-server/Makefile b/databases/postgresql94-server/Makefile index 44c4f98cc81d..f7259cab2705 100644 --- a/databases/postgresql94-server/Makefile +++ b/databases/postgresql94-server/Makefile @@ -4,7 +4,7 @@ DISTVERSION?= 9.4.26 # 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?= 0 +PORTREVISION?= 1 PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org @@ -22,4 +22,7 @@ PG_USER?= pgsql PG_GROUP?= pgsql PG_UID?= 70 +DEPRECATED= PostgreSQL-9.4 has reached end-of-life +EXPIRATION_DATE=2020-07-24 + .include "${.CURDIR}/../postgresql12-server/Makefile"