From owner-svn-ports-all@FreeBSD.ORG Tue Dec 11 05:45:17 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1735244B; Tue, 11 Dec 2012 05:45:17 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F03598FC13; Tue, 11 Dec 2012 05:45:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBB5jGd1009994; Tue, 11 Dec 2012 05:45:16 GMT (envelope-from ume@svn.freebsd.org) Received: (from ume@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBB5jGjR009992; Tue, 11 Dec 2012 05:45:16 GMT (envelope-from ume@svn.freebsd.org) Message-Id: <201212110545.qBB5jGjR009992@svn.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 11 Dec 2012 05:45:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308663 - 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.14 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: Tue, 11 Dec 2012 05:45:17 -0000 Author: ume Date: Tue Dec 11 05:45:16 2012 New Revision: 308663 URL: http://svnweb.freebsd.org/changeset/ports/308663 Log: Save old library (libsasl2.so.2) during deinstall cyrus-sasl2. It seems that it fails to upgrade in some cases without this. Spotted by: Franci Nabalanci Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Dec 11 05:37:54 2012 (r308662) +++ head/UPDATING Tue Dec 11 05:45:16 2012 (r308663) @@ -13,7 +13,7 @@ you update your ports collection, before rebuild all ports that depend on it. If you use portmaster: - portmaster -r cyrus-sasl- + portmaster -r -w cyrus-sasl- If you use portupgrade: portupgrade -fr security/cyrus-sasl2