From owner-svn-ports-head@FreeBSD.ORG Tue Aug 7 08:19:43 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 3A889106566B; Tue, 7 Aug 2012 08:19:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 248D28FC0C; Tue, 7 Aug 2012 08:19:43 +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 q778JgOn039064; Tue, 7 Aug 2012 08:19:42 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q778Jgdc039062; Tue, 7 Aug 2012 08:19:42 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201208070819.q778Jgdc039062@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 7 Aug 2012 08:19:42 +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: r302228 - 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: Tue, 07 Aug 2012 08:19:43 -0000 Author: sunpoet Date: Tue Aug 7 08:19:42 2012 New Revision: 302228 URL: http://svn.freebsd.org/changeset/ports/302228 Log: - Fix 20120804 entry: - Add ports category - Use offical name (lower-case freeglut) Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Aug 7 08:06:22 2012 (r302227) +++ head/UPDATING Tue Aug 7 08:19:42 2012 (r302228) @@ -6,10 +6,10 @@ You should get into the habit of checkin you update your ports collection, before attempting any port upgrades. 20120804: - AFFECTS: users of libglut. + AFFECTS: users of graphics/libglut AUTHOR: x11@FreeBSD.org - The libglut library is replaced by the Freeglut library. + The libglut library is replaced by the freeglut library. Due to shlib version bump all glut users should be rebuild. Please follow the instructions below to upgrade.