From owner-svn-ports-head@FreeBSD.ORG Sun Mar 3 01:31:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 09D3DAE7; Sun, 3 Mar 2013 01:31:16 +0000 (UTC) (envelope-from swills@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 D8EB8CE9; Sun, 3 Mar 2013 01:31:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r231VFwK025995; Sun, 3 Mar 2013 01:31:15 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r231VFeK025993; Sun, 3 Mar 2013 01:31:15 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201303030131.r231VFeK025993@svn.freebsd.org> From: Steve Wills Date: Sun, 3 Mar 2013 01:31:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313315 - head/graphics/rubygem-opengl 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: Sun, 03 Mar 2013 01:31:16 -0000 Author: swills Date: Sun Mar 3 01:31:15 2013 New Revision: 313315 URL: http://svnweb.freebsd.org/changeset/ports/313315 Log: - Bump PORTEPOCH due to version number going backwards - Update COMMENT and pkg-descr Modified: head/graphics/rubygem-opengl/Makefile head/graphics/rubygem-opengl/pkg-descr (contents, props changed) Modified: head/graphics/rubygem-opengl/Makefile ============================================================================== --- head/graphics/rubygem-opengl/Makefile Sun Mar 3 01:28:07 2013 (r313314) +++ head/graphics/rubygem-opengl/Makefile Sun Mar 3 01:31:15 2013 (r313315) @@ -3,12 +3,13 @@ PORTNAME= opengl PORTVERSION= 0.8.0 +PORTEPOCH= 1 CATEGORIES= graphics ruby MASTER_SITES= RG DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org -COMMENT= OpenGL/GLU/GLUT interface modules for Ruby +COMMENT= OpenGL wrapper for Ruby USE_RUBY= yes USE_RAKE= yes Modified: head/graphics/rubygem-opengl/pkg-descr ============================================================================== --- head/graphics/rubygem-opengl/pkg-descr Sun Mar 3 01:28:07 2013 (r313314) +++ head/graphics/rubygem-opengl/pkg-descr Sun Mar 3 01:31:15 2013 (r313315) @@ -1,4 +1,4 @@ -ruby-opengl consists of Ruby extension modules that are bindings for the -OpenGL, GLU, and GLUT libraries. +An OpenGL wrapper for Ruby. ruby-opengl contains bindings for OpenGL and the +GLU and GLUT libraries. WWW: http://ruby-opengl.rubyforge.org/