diff --git a/x11-toolkits/hs-OpenGL/Makefile b/x11-toolkits/hs-OpenGL/Makefile index 29b2ce57fd38..d85f549d61cf 100644 --- a/x11-toolkits/hs-OpenGL/Makefile +++ b/x11-toolkits/hs-OpenGL/Makefile @@ -5,13 +5,12 @@ # $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 diff --git a/x11-toolkits/hs-OpenGL/distinfo b/x11-toolkits/hs-OpenGL/distinfo index 3ab10bce68c6..81626a748a80 100644 --- a/x11-toolkits/hs-OpenGL/distinfo +++ b/x11-toolkits/hs-OpenGL/distinfo @@ -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 diff --git a/x11-toolkits/hs-OpenGL/pkg-descr b/x11-toolkits/hs-OpenGL/pkg-descr index d4979028de6b..37862b0989f3 100644 --- a/x11-toolkits/hs-OpenGL/pkg-descr +++ b/x11-toolkits/hs-OpenGL/pkg-descr @@ -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/