From owner-svn-ports-all@FreeBSD.ORG Thu Jan 3 13:43:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 91D811B0; Thu, 3 Jan 2013 13:43:15 +0000 (UTC) (envelope-from decke@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 8442B8C5; Thu, 3 Jan 2013 13:43:15 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r03DhF11015882; Thu, 3 Jan 2013 13:43:15 GMT (envelope-from decke@svn.freebsd.org) Received: (from decke@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r03DhFII015881; Thu, 3 Jan 2013 13:43:15 GMT (envelope-from decke@svn.freebsd.org) Message-Id: <201301031343.r03DhFII015881@svn.freebsd.org> From: Bernhard Froehlich Date: Thu, 3 Jan 2013 13:43:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309878 - 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: Thu, 03 Jan 2013 13:43:15 -0000 Author: decke Date: Thu Jan 3 13:43:14 2013 New Revision: 309878 URL: http://svnweb.freebsd.org/changeset/ports/309878 Log: - Add note for virtualbox update Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Jan 3 13:42:26 2013 (r309877) +++ head/UPDATING Thu Jan 3 13:43:14 2013 (r309878) @@ -5,6 +5,17 @@ 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. +20130103: + AFFECTS: users of emulators/virtualbox-ose + AUTHOR: decke@FreeBSD.org + + VirtualBox has been updated and does now depend on devel/kBuild instead + of devel/kBuild-devel. Both are in conflict with each other so this has + to be resolved manually. kBuild is only a build dependency so it is safe + to remove installed kBuild before updating. + + # pkg_delete -f kBuild-\* + 20130102: AFFECTS: users of mail/opensmtpd AUTHOR: ashish@FreeBSD.org