From owner-svn-ports-all@FreeBSD.ORG Fri Jun 12 14:16:46 2015 Return-Path: Delivered-To: svn-ports-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2655D388; Fri, 12 Jun 2015 14:16:46 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15015797; Fri, 12 Jun 2015 14:16:46 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5CEGjje019535; Fri, 12 Jun 2015 14:16:45 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5CEGj6k019534; Fri, 12 Jun 2015 14:16:45 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201506121416.t5CEGj6k019534@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Fri, 12 Jun 2015 14:16:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389272 - head X-SVN-Group: ports-head 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.20 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: Fri, 12 Jun 2015 14:16:46 -0000 Author: girgen Date: Fri Jun 12 14:16:45 2015 New Revision: 389272 URL: https://svnweb.freebsd.org/changeset/ports/389272 Log: Document the removal of PostgreSQL and where to find update instructions. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Jun 12 14:13:29 2015 (r389271) +++ head/UPDATING Fri Jun 12 14:16:45 2015 (r389272) @@ -5,6 +5,16 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20150610: + AFFECTS: users of databases/postgresql84-server + AUTHOR: girgen@FreeBSD.org + + PostgreSQL-8.4 EOL was reached in July 2014. To upgrade to a later version of + choice, you need to do a dump+restore of the database. + Please follow the instructions at: + + http://www.postgresql.org/docs/8.4/static/install-upgrading.html + 20150527: AFFECTS: users of sysutils/xfce4-power-manager AUTHOR: olivierd@FreeBSD.org