Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2020 21:16:29 +0000 (UTC)
From:      Palle Girgensohn <girgen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536423 - in head/databases: postgresql94-plperl postgresql94-plpython postgresql94-server
Message-ID:  <202005242116.04OLGTXm069700@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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"



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