From owner-svn-ports-all@freebsd.org Sun May 24 21:29:26 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9AE0D2DA6CC; Sun, 24 May 2020 21:29:26 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49VYJk3Zs4z3STZ; Sun, 24 May 2020 21:29:26 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 76353278C0; Sun, 24 May 2020 21:29:26 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04OLTQnS076338; Sun, 24 May 2020 21:29:26 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04OLTPiv076334; Sun, 24 May 2020 21:29:25 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <202005242129.04OLTPiv076334@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Sun, 24 May 2020 21:29:25 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: in head/databases: postgresql94-docs postgresql94-pgtcl postgresql94-plperl postgresql94-plpython postgresql94-pltcl X-SVN-Commit-Revision: 536424 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 May 2020 21:29:26 -0000 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 # $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 # $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 # $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"