svn commit: r313315 - head/graphics/rubygem-opengl
Steve Wills
swills at FreeBSD.org
Sun Mar 3 01:31:16 UTC 2013
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 at 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/
More information about the svn-ports-all
mailing list