From owner-svn-ports-head@FreeBSD.ORG Sat Sep 8 07:17:12 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4EDC9106566B; Sat, 8 Sep 2012 07:17:12 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3A8848FC08; Sat, 8 Sep 2012 07:17:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q887HBvc042279; Sat, 8 Sep 2012 07:17:11 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q887HB2h042277; Sat, 8 Sep 2012 07:17:11 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <201209080717.q887HB2h042277@svn.freebsd.org> From: Doug Barton Date: Sat, 8 Sep 2012 07:17:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303873 - head X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 08 Sep 2012 07:17:12 -0000 Author: dougb Date: Sat Sep 8 07:17:11 2012 New Revision: 303873 URL: http://svn.freebsd.org/changeset/ports/303873 Log: Document the libotr changes Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Sep 8 07:03:21 2012 (r303872) +++ head/UPDATING Sat Sep 8 07:17:11 2012 (r303873) @@ -5,6 +5,24 @@ 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. +20120908: + AFFECTS: users of irc/bitlbee, irc/irssi-otr, net-im/climm, net-im/mcabber, net/kdenetwork4, security/kopete-otr, security/py-otr + AUTHOR: Doug Barton + + The libotr library has been bumped in version 4.0.0, and the new version is + not compatible with the old. In order to make it possible for both versions + to coexist in the short term the old version has been moved to a new port. + + If you are currently using pidgin-otr: + # pkg_delete -f pidgin-otr\* + + Then: + # portmaster -o security/libotr3 security/libotr + # portmaster -r libotr + or + # portugrade -o security/libotr3 security/libotr + # portugrade -r libotr + 20120902: AFFECTS: users of math/cantor and math/kalgebra AUTHOR: kde@FreeBSD.org