From owner-svn-ports-head@FreeBSD.ORG Mon May 25 19:54:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54824296; Mon, 25 May 2015 19:54:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28AA675A; Mon, 25 May 2015 19:54:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4PJsg1j025814; Mon, 25 May 2015 19:54:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4PJsfWO025810; Mon, 25 May 2015 19:54:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505251954.t4PJsfWO025810@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 May 2015 19:54:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387409 - head/graphics/rubygem-opengl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2015 19:54:42 -0000 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@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 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