Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Mar 2013 01:31:15 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313315 - head/graphics/rubygem-opengl
Message-ID:  <201303030131.r231VFeK025993@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303030131.r231VFeK025993>