From owner-svn-ports-head@FreeBSD.ORG Wed Feb 6 21:34:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 36516623; Wed, 6 Feb 2013 21:34:53 +0000 (UTC) (envelope-from nivit@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 271D7B5C; Wed, 6 Feb 2013 21:34:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r16LYrRK073525; Wed, 6 Feb 2013 21:34:53 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r16LYrUv073524; Wed, 6 Feb 2013 21:34:53 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201302062134.r16LYrUv073524@svn.freebsd.org> From: Nicola Vitale Date: Wed, 6 Feb 2013 21:34:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311797 - 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.14 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: Wed, 06 Feb 2013 21:34:53 -0000 Author: nivit Date: Wed Feb 6 21:34:52 2013 New Revision: 311797 URL: http://svnweb.freebsd.org/changeset/ports/311797 Log: - Add an entry for updating of x11/wbar Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Feb 6 21:06:01 2013 (r311796) +++ head/UPDATING Wed Feb 6 21:34:52 2013 (r311797) @@ -6,6 +6,22 @@ You should get into the habit of checkin you update your ports collection, before attempting any port upgrades. 20130206: + AFFECTS: users of x11/wbar + AUTHOR: nivit@FreeBSD.org + + wbar has been updated to 2.3.4. The new version uses a different icon + for the dock background, so you have to replace the old one in your + config file ~/.wbar + + Replace + + i: /usr/local/share/pixmaps/wbar/osxbarback.png + + with + + i: /usr/local/share/pixmaps/wbar/dock.png + +20130206: AFFECTS: users of security/libtasn1 and any port that depends on it AUTHOR: novel@FreeBSD.org