1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update to 0.9.2

- Add LICENSE
- Remove USE_RAKE
- Update WWW

Changes:	https://github.com/larskanis/opengl/blob/master/History.rdoc
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-05-25 19:54:40 +00:00
parent 1236d8c588
commit ccd44d562d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387409
3 changed files with 8 additions and 8 deletions

View File

@ -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@FreeBSD.org
COMMENT= OpenGL wrapper for Ruby
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
LICENSE= MIT
USE_GL= glut
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -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

View File

@ -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