diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-03-03 09:31:15 +0800 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-03-03 09:31:15 +0800 |
commit | d4ef06fde3901a0f91c8192d646bef28e2c002a7 (patch) | |
tree | b82147be984bbb33985704d9b7a3e6c30e9d8f09 /graphics | |
parent | 230eb1488fc399c4dd12c57a4dc11486385a41a3 (diff) | |
download | freebsd-ports-gnome-d4ef06fde3901a0f91c8192d646bef28e2c002a7.tar.gz freebsd-ports-gnome-d4ef06fde3901a0f91c8192d646bef28e2c002a7.tar.zst freebsd-ports-gnome-d4ef06fde3901a0f91c8192d646bef28e2c002a7.zip |
- Bump PORTEPOCH due to version number going backwards
- Update COMMENT and pkg-descr
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rubygem-opengl/Makefile | 3 | ||||
-rw-r--r-- | graphics/rubygem-opengl/pkg-descr | 4 |
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/ |