Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2020 21:29:25 +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: r536424 - in head/databases: postgresql94-docs postgresql94-pgtcl postgresql94-plperl postgresql94-plpython postgresql94-pltcl
Message-ID:  <202005242129.04OLTPiv076334@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: girgen
Date: Sun May 24 21:29:25 2020
New Revision: 536424
URL: https://svnweb.freebsd.org/changeset/ports/536424

Log:
  Deprecate PostgreSQL-9.4
  
  Final release was in Fabruary 2020.
  
  WWW:	https://www.postgresql.org/support/versioning/

Modified:
  head/databases/postgresql94-docs/Makefile
  head/databases/postgresql94-pgtcl/Makefile
  head/databases/postgresql94-plperl/Makefile
  head/databases/postgresql94-plpython/Makefile
  head/databases/postgresql94-pltcl/Makefile

Modified: head/databases/postgresql94-docs/Makefile
==============================================================================
--- head/databases/postgresql94-docs/Makefile	Sun May 24 21:16:29 2020	(r536423)
+++ head/databases/postgresql94-docs/Makefile	Sun May 24 21:29:25 2020	(r536424)
@@ -1,6 +1,10 @@
 # Created by: Palle Girgensohn <girgen@pingpong.net>
 # $FreeBSD$
 
+PORTREVISION=	1
 WANT_PGSQL_VER=9.4
+
+DEPRECATED=	PostgreSQL-9.4 has reached end-of-life
+EXPIRATION_DATE=2020-07-24
 
 .include "${.CURDIR}/../postgresql12-docs/Makefile"

Modified: head/databases/postgresql94-pgtcl/Makefile
==============================================================================
--- head/databases/postgresql94-pgtcl/Makefile	Sun May 24 21:16:29 2020	(r536423)
+++ head/databases/postgresql94-pgtcl/Makefile	Sun May 24 21:29:25 2020	(r536424)
@@ -1,11 +1,14 @@
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 PKGNAMESUFFIX=	-postgresql94
 
 CONFLICTS=	pgtcl-[0-9]* pgtcl-postgresql9[0123]-[0-9]*
 
 PGTCL_SLAVE=	9.4
 MASTERDIR=	${.CURDIR}/../pgtcl
+
+DEPRECATED=	PostgreSQL-9.4 has reached end-of-life
+EXPIRATION_DATE=2020-07-24
 
 .include "${MASTERDIR}/Makefile"

Modified: head/databases/postgresql94-plperl/Makefile
==============================================================================
--- head/databases/postgresql94-plperl/Makefile	Sun May 24 21:16:29 2020	(r536423)
+++ head/databases/postgresql94-plperl/Makefile	Sun May 24 21:29:25 2020	(r536424)
@@ -1,8 +1,12 @@
 # Created by: Palle Girgensohn <girgen@partitur.se>
 # $FreeBSD$
 
+PORTREVISION=	1
 WANT_PGSQL_VER=	9.4
 
 INSTALL_DIRS=	src/pl/plperl
+
+DEPRECATED=	PostgreSQL-9.4 has reached end-of-life
+EXPIRATION_DATE=2020-07-24
 
 .include "${.CURDIR}/../postgresql12-plperl/Makefile"

Modified: head/databases/postgresql94-plpython/Makefile
==============================================================================
--- head/databases/postgresql94-plpython/Makefile	Sun May 24 21:16:29 2020	(r536423)
+++ head/databases/postgresql94-plpython/Makefile	Sun May 24 21:29:25 2020	(r536424)
@@ -1,7 +1,11 @@
 # $FreeBSD$
 
+PORTREVISION=	1
 WANT_PGSQL_VER=	9.4
 
 INSTALL_DIRS=	src/pl/plpython
+
+DEPRECATED=	PostgreSQL-9.4 has reached end-of-life
+EXPIRATION_DATE=2020-07-24
 
 .include "${.CURDIR}/../postgresql12-plpython/Makefile"

Modified: head/databases/postgresql94-pltcl/Makefile
==============================================================================
--- head/databases/postgresql94-pltcl/Makefile	Sun May 24 21:16:29 2020	(r536423)
+++ head/databases/postgresql94-pltcl/Makefile	Sun May 24 21:29:25 2020	(r536424)
@@ -1,6 +1,10 @@
 # Created by: Palle Girgensohn <girgen@partitur.se>
 # $FreeBSD$
 
+PORTREVISION=	1
 WANT_PGSQL_VER=	9.4
+
+DEPRECATED=	PostgreSQL-9.4 has reached end-of-life
+EXPIRATION_DATE=2020-07-24
 
 .include "${.CURDIR}/../postgresql12-pltcl/Makefile"



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