Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2013 20:03:51 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313289 - head/graphics/rubygem-opengl
Message-ID:  <201303022003.r22K3pUh023275@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Mar  2 20:03:50 2013
New Revision: 313289
URL: http://svnweb.freebsd.org/changeset/ports/313289

Log:
  - Fix build, at least with Ruby 1.9

Modified:
  head/graphics/rubygem-opengl/Makefile   (contents, props changed)
  head/graphics/rubygem-opengl/distinfo   (contents, props changed)

Modified: head/graphics/rubygem-opengl/Makefile
==============================================================================
--- head/graphics/rubygem-opengl/Makefile	Sat Mar  2 19:46:37 2013	(r313288)
+++ head/graphics/rubygem-opengl/Makefile	Sat Mar  2 20:03:50 2013	(r313289)
@@ -1,26 +1,17 @@
-# New ports collection makefile for:	ruby-opengl
-# Date created:		2011-03-14
 # Whom:			Steve Wills <steve@meatwad.mouf.net>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	opengl
-PORTVERSION=	0.60.1
-PORTREVISION=	1
+PORTVERSION=	0.8.0
 CATEGORIES=	graphics ruby
 MASTER_SITES=	RG
-DISTNAME=	ruby-${PORTNAME}-${PORTVERSION}
 DIST_SUBDIR=	ruby
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	OpenGL/GLU/GLUT interface modules for Ruby
 
-RUN_DEPENDS=	rubygem-mkrf>=0.2.3:${PORTSDIR}/devel/rubygem-mkrf
-
 USE_RUBY=	yes
 USE_RAKE=	yes
-GEM_NAME=	ruby-${PORTNAME}-${PORTVERSION}
 USE_RUBYGEMS=	yes
 USE_GL=		glut
 RUBYGEM_AUTOPLIST=	yes

Modified: head/graphics/rubygem-opengl/distinfo
==============================================================================
--- head/graphics/rubygem-opengl/distinfo	Sat Mar  2 19:46:37 2013	(r313288)
+++ head/graphics/rubygem-opengl/distinfo	Sat Mar  2 20:03:50 2013	(r313289)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/ruby-opengl-0.60.1.gem) = aeeeac200acc0e7dad0f59dc47426ed7d3254c77f560cf3dfdecbdee5fa4ab7e
-SIZE (rubygem/ruby-opengl-0.60.1.gem) = 245248
+SHA256 (rubygem/opengl-0.8.0.gem) = cf6bed386dcf59749e089c3b9c4bfa9e7dae125b2e83d157e497ef332afcfd23
+SIZE (rubygem/opengl-0.8.0.gem) = 458240



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303022003.r22K3pUh023275>