Index: head/x11-toolkits/hs-OpenGL/Makefile =================================================================== --- head/x11-toolkits/hs-OpenGL/Makefile (revision 298307) +++ head/x11-toolkits/hs-OpenGL/Makefile (revision 298308) @@ -1,22 +1,21 @@ # New ports collection makefile for: hs-opengl-ghc # Date created: 2008-09-04 # Whom: Volker Stolz # # $FreeBSD$ PORTNAME= OpenGL -PORTVERSION= 2.2.3.0 -PORTREVISION= 2 +PORTVERSION= 2.2.3.1 PORTEPOCH= 1 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= OpenGL bindings for Haskell programs +COMMENT= A binding for the OpenGL graphics system LICENSE= BSD CABAL_SETUP= Setup.hs USE_GL= gl glut .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Property changes on: head/x11-toolkits/hs-OpenGL/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/x11-toolkits/hs-OpenGL/distinfo =================================================================== --- head/x11-toolkits/hs-OpenGL/distinfo (revision 298307) +++ head/x11-toolkits/hs-OpenGL/distinfo (revision 298308) @@ -1,2 +1,2 @@ -SHA256 (cabal/OpenGL-2.2.3.0.tar.gz) = a75c3277bb20fda9a4ac1eb0e838fe4b5baf92f5539466b92bd255626afb0502 -SIZE (cabal/OpenGL-2.2.3.0.tar.gz) = 189240 +SHA256 (cabal/OpenGL-2.2.3.1.tar.gz) = 9f8425e36994f6602b66059490d00f5f7d7d59dbb97185c2054c5673688885ee +SIZE (cabal/OpenGL-2.2.3.1.tar.gz) = 189728 Property changes on: head/x11-toolkits/hs-OpenGL/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/x11-toolkits/hs-OpenGL/pkg-descr =================================================================== --- head/x11-toolkits/hs-OpenGL/pkg-descr (revision 298307) +++ head/x11-toolkits/hs-OpenGL/pkg-descr (revision 298308) @@ -1,7 +1,8 @@ -The OpenGL package contains a Haskell binding for the OpenGL graphics system. -OpenGL is the industry's most widely used and supported 2D and 3D graphics -application programming interface (API), incorporating a broad set of rendering, -texture mapping, special effects, and other powerful visualization functions. -For more information about OpenGL, please see: . +A Haskell binding for the OpenGL graphics system (GL, version 2.1) and +its accompanying utility library (GLU, version 1.3). OpenGL is the +industry's most widely used and supported 2D and 3D graphics application +programming interface (API), incorporating a broad set of rendering, +texture mapping, special effects, and other powerful visualization +functions. -WWW: http://www.haskell.org/HOpenGL/ +WWW: http://www.haskell.org/HOpenGL/ Property changes on: head/x11-toolkits/hs-OpenGL/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property