aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-opengl
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-03-03 01:31:15 +0000
committerSteve Wills <swills@FreeBSD.org>2013-03-03 01:31:15 +0000
commitd4ef06fde3901a0f91c8192d646bef28e2c002a7 (patch)
treeb82147be984bbb33985704d9b7a3e6c30e9d8f09 /graphics/rubygem-opengl
parent230eb1488fc399c4dd12c57a4dc11486385a41a3 (diff)
downloadports-d4ef06fde3901a0f91c8192d646bef28e2c002a7.tar.gz
ports-d4ef06fde3901a0f91c8192d646bef28e2c002a7.zip
- Bump PORTEPOCH due to version number going backwards
- Update COMMENT and pkg-descr
Notes
Notes: svn path=/head/; revision=313315
Diffstat (limited to 'graphics/rubygem-opengl')
-rw-r--r--graphics/rubygem-opengl/Makefile3
-rw-r--r--graphics/rubygem-opengl/pkg-descr4
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/rubygem-opengl/Makefile b/graphics/rubygem-opengl/Makefile
index b378046e374c..d1fa2d7dd8d5 100644
--- a/graphics/rubygem-opengl/Makefile
+++ b/graphics/rubygem-opengl/Makefile
@@ -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
diff --git a/graphics/rubygem-opengl/pkg-descr b/graphics/rubygem-opengl/pkg-descr
index 47d63d747265..b01343665965 100644
--- a/graphics/rubygem-opengl/pkg-descr
+++ b/graphics/rubygem-opengl/pkg-descr
@@ -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/