svn commit: r387409 - head/graphics/rubygem-opengl
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon May 25 19:54:42 UTC 2015
Author: sunpoet
Date: Mon May 25 19:54:40 2015
New Revision: 387409
URL: https://svnweb.freebsd.org/changeset/ports/387409
Log:
- Update to 0.9.2
- Add LICENSE
- Remove USE_RAKE
- Update WWW
Changes: https://github.com/larskanis/opengl/blob/master/History.rdoc
Modified:
head/graphics/rubygem-opengl/Makefile
head/graphics/rubygem-opengl/distinfo
head/graphics/rubygem-opengl/pkg-descr
Modified: head/graphics/rubygem-opengl/Makefile
==============================================================================
--- head/graphics/rubygem-opengl/Makefile Mon May 25 19:54:36 2015 (r387408)
+++ head/graphics/rubygem-opengl/Makefile Mon May 25 19:54:40 2015 (r387409)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= opengl
-PORTVERSION= 0.9.0
-PORTREVISION= 1
+PORTVERSION= 0.9.2
PORTEPOCH= 1
CATEGORIES= graphics ruby
MASTER_SITES= RG
@@ -12,10 +11,11 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby at FreeBSD.org
COMMENT= OpenGL wrapper for Ruby
+LICENSE= MIT
+
+USE_GL= glut
USE_RUBY= yes
-USE_RAKE= yes
USE_RUBYGEMS= yes
-USE_GL= glut
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
Modified: head/graphics/rubygem-opengl/distinfo
==============================================================================
--- head/graphics/rubygem-opengl/distinfo Mon May 25 19:54:36 2015 (r387408)
+++ head/graphics/rubygem-opengl/distinfo Mon May 25 19:54:40 2015 (r387409)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/opengl-0.9.0.gem) = 4a7e7e9f9445f3dea075630011315043bafaf75337f758e3b4e9d5c64a85f046
-SIZE (rubygem/opengl-0.9.0.gem) = 443904
+SHA256 (rubygem/opengl-0.9.2.gem) = cf421841af7c8beb9768aaf755124e17a09f726ea7c91af0f8cd92941036f2cb
+SIZE (rubygem/opengl-0.9.2.gem) = 444416
Modified: head/graphics/rubygem-opengl/pkg-descr
==============================================================================
--- head/graphics/rubygem-opengl/pkg-descr Mon May 25 19:54:36 2015 (r387408)
+++ head/graphics/rubygem-opengl/pkg-descr Mon May 25 19:54:40 2015 (r387409)
@@ -1,4 +1,4 @@
An OpenGL wrapper for Ruby. ruby-opengl contains bindings for OpenGL and the
GLU and GLUT libraries.
-WWW: http://rubygems.org/gems/opengl/
+WWW: https://github.com/larskanis/opengl
More information about the svn-ports-all
mailing list