From owner-svn-ports-head@FreeBSD.ORG Mon Mar 31 08:26:25 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2AD1FA05; Mon, 31 Mar 2014 08:26:25 +0000 (UTC) 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 17273AA7; Mon, 31 Mar 2014 08:26:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2V8QOT8071263; Mon, 31 Mar 2014 08:26:24 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2V8QO9m071262; Mon, 31 Mar 2014 08:26:24 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201403310826.s2V8QO9m071262@svn.freebsd.org> From: Boris Samorodov Date: Mon, 31 Mar 2014 08:26:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349712 - 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-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2014 08:26:25 -0000 Author: bsam Date: Mon Mar 31 08:26:24 2014 New Revision: 349712 URL: http://svnweb.freebsd.org/changeset/ports/349712 QAT: https://qat.redports.org/buildarchive/r349712/ Log: CUPS ports have been updated to version 1.7.1. A file has migrated from cups-image port to cups-client. Add a note about upgrading. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Mar 31 07:31:18 2014 (r349711) +++ head/UPDATING Mon Mar 31 08:26:24 2014 (r349712) @@ -5,6 +5,22 @@ 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. +20140331: + AFFECTS: users of print/cups-client and print/cups-image + AUTHOR: bsam@FreeBSD.org + + CUPS ports have been updated to version 1.7.1. A file has migrated from + cups-image port to cups-client. Before upgrading you should force the + removal of cups-image port, otherwise it will conflict with the new one. + + pkg users: + # pkg delete -f cups-image\* + + other users: + # pkg_delete -f cups-image\* + + 2. Install/upgrade other cups* packages. + 20140327: AFFECTS: users of lang/php5 and lang/php55 with Apache module AUTHOR: ale@FreeBSD.org