svn commit: r536423 - in head/databases: postgresql94-plperl postgresql94-plpython postgresql94-server
Palle Girgensohn
girgen at FreeBSD.org
Sun May 24 21:16:30 UTC 2020
Author: girgen
Date: Sun May 24 21:16:29 2020
New Revision: 536423
URL: https://svnweb.freebsd.org/changeset/ports/536423
Log:
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
Modified:
head/databases/postgresql94-plperl/Makefile
head/databases/postgresql94-plpython/Makefile
head/databases/postgresql94-server/Makefile
Modified: head/databases/postgresql94-plperl/Makefile
==============================================================================
--- head/databases/postgresql94-plperl/Makefile Sun May 24 20:57:47 2020 (r536422)
+++ head/databases/postgresql94-plperl/Makefile Sun May 24 21:16:29 2020 (r536423)
@@ -3,4 +3,6 @@
WANT_PGSQL_VER= 9.4
+INSTALL_DIRS= src/pl/plperl
+
.include "${.CURDIR}/../postgresql12-plperl/Makefile"
Modified: head/databases/postgresql94-plpython/Makefile
==============================================================================
--- head/databases/postgresql94-plpython/Makefile Sun May 24 20:57:47 2020 (r536422)
+++ head/databases/postgresql94-plpython/Makefile Sun May 24 21:16:29 2020 (r536423)
@@ -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"
Modified: head/databases/postgresql94-server/Makefile
==============================================================================
--- head/databases/postgresql94-server/Makefile Sun May 24 20:57:47 2020 (r536422)
+++ head/databases/postgresql94-server/Makefile Sun May 24 21:16:29 2020 (r536423)
@@ -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 at FreeBSD.org
@@ -21,5 +21,8 @@ ICU_PATCHFILE= pg-949-icu-2016-10-02.diff.gz
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"
More information about the svn-ports-all
mailing list