aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-06-04 06:55:29 +0800
committerpgj <pgj@FreeBSD.org>2012-06-04 06:55:29 +0800
commit6d8f9ac8ed42b1b11d65eecf6bfb28d4aab2fa4b (patch)
tree54d7f0034fbaae382ab4d3ff32fd1944efbb1892 /x11-toolkits
parenteac546c3d42562f5910426d5056181d7d835db0b (diff)
downloadfreebsd-ports-graphics-6d8f9ac8ed42b1b11d65eecf6bfb28d4aab2fa4b.tar.gz
freebsd-ports-graphics-6d8f9ac8ed42b1b11d65eecf6bfb28d4aab2fa4b.tar.zst
freebsd-ports-graphics-6d8f9ac8ed42b1b11d65eecf6bfb28d4aab2fa4b.zip
- Update to 2.2.3.1
Obtained from: FreeBSD Haskell
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/hs-OpenGL/Makefile5
-rw-r--r--x11-toolkits/hs-OpenGL/distinfo4
-rw-r--r--x11-toolkits/hs-OpenGL/pkg-descr13
3 files changed, 11 insertions, 11 deletions
diff --git a/x11-toolkits/hs-OpenGL/Makefile b/x11-toolkits/hs-OpenGL/Makefile
index 29b2ce57fd3..d85f549d61c 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 3ab10bce68c..81626a748a8 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 d4979028de6..37862b0989f 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: <http://www.opengl.org/>.
+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/