svn commit: r536424 - in head/databases: postgresql94-docs postgresql94-pgtcl postgresql94-plperl postgresql94-plpython postgresql94-pltcl

Palle Girgensohn girgen at FreeBSD.org
Sun May 24 21:29:26 UTC 2020


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 at 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 at 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 at 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"


More information about the svn-ports-head mailing list