diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
commit | 39b8e49140afdb1d1d001c477befb4b05efa7fc3 (patch) | |
tree | 607a5ca77efd301a2b4dc49b05d108829fcffa77 /x11-toolkits/hs-OpenGL | |
parent | 75b64b1cb42c127b71646f039269eb7bd560d8ef (diff) |
Notes
Diffstat (limited to 'x11-toolkits/hs-OpenGL')
-rw-r--r-- | x11-toolkits/hs-OpenGL/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/hs-OpenGL/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/hs-OpenGL/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-toolkits/hs-OpenGL/Makefile b/x11-toolkits/hs-OpenGL/Makefile index dc6f5385c398..2e92500d312f 100644 --- a/x11-toolkits/hs-OpenGL/Makefile +++ b/x11-toolkits/hs-OpenGL/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= OpenGL -PORTVERSION= 2.9.2.0 -PORTREVISION= 1 +PORTVERSION= 2.12.0.1 PORTEPOCH= 1 CATEGORIES= x11-toolkits haskell @@ -12,7 +11,8 @@ COMMENT= Binding for the OpenGL graphics system LICENSE= BSD3CLAUSE -USE_CABAL= GLURaw>=1.3.0.0 OpenGLRaw>=1.4.1.0 text +USE_CABAL= GLURaw>=1.3 ObjectName>=1.1 OpenGLRaw>=2.1 StateVar>=1.1 \ + text>=0.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/x11-toolkits/hs-OpenGL/distinfo b/x11-toolkits/hs-OpenGL/distinfo index a5b42d42f719..5966cccf59d6 100644 --- a/x11-toolkits/hs-OpenGL/distinfo +++ b/x11-toolkits/hs-OpenGL/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/OpenGL-2.9.2.0.tar.gz) = 1758f6cacc9ea8f0d410fd0abc1a19f2a50dffdb62736d66d4e62b20619545e9 -SIZE (cabal/OpenGL-2.9.2.0.tar.gz) = 122514 +SHA256 (cabal/OpenGL-2.12.0.1.tar.gz) = 8b7cfc07cb4cc4a6c45910eeb9fdfe114be1f64090fa0705c3e550794c588ed5 +SIZE (cabal/OpenGL-2.12.0.1.tar.gz) = 125419 diff --git a/x11-toolkits/hs-OpenGL/pkg-descr b/x11-toolkits/hs-OpenGL/pkg-descr index dfe00572bbc4..92ed6418f07d 100644 --- a/x11-toolkits/hs-OpenGL/pkg-descr +++ b/x11-toolkits/hs-OpenGL/pkg-descr @@ -1,4 +1,4 @@ -A Haskell binding for the OpenGL graphics system (GL, version 3.2) and +A Haskell binding for the OpenGL graphics system (GL, version 4.5) and its accompanying utility library (GLU, version 1.3). OpenGL is the industry's most widely used and supported 2D and 3D |