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-GLUT | |
parent | 75b64b1cb42c127b71646f039269eb7bd560d8ef (diff) | |
download | ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.tar.gz ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.zip |
Notes
Diffstat (limited to 'x11-toolkits/hs-GLUT')
-rw-r--r-- | x11-toolkits/hs-GLUT/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/hs-GLUT/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/x11-toolkits/hs-GLUT/Makefile b/x11-toolkits/hs-GLUT/Makefile index a660b1c1b648..ae1e82665344 100644 --- a/x11-toolkits/hs-GLUT/Makefile +++ b/x11-toolkits/hs-GLUT/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= GLUT -PORTVERSION= 2.5.1.1 -PORTREVISION= 1 +PORTVERSION= 2.7.0.1 PORTEPOCH= 1 CATEGORIES= x11-toolkits haskell @@ -12,7 +11,7 @@ COMMENT= Binding for the OpenGL Utility Toolkit LICENSE= BSD3CLAUSE -USE_CABAL= OpenGL>=2.8.0.0 OpenGLRaw>=1.3.0.0 +USE_CABAL= OpenGL>=2.12 OpenGLRaw>=2.3 StateVar>=1.1 USE_GL= glut .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/x11-toolkits/hs-GLUT/distinfo b/x11-toolkits/hs-GLUT/distinfo index 802a7539d530..edb9934c8dda 100644 --- a/x11-toolkits/hs-GLUT/distinfo +++ b/x11-toolkits/hs-GLUT/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/GLUT-2.5.1.1.tar.gz) = 4a8177e154ead5a7bcc110f8fe408f9cf720783dde024ac1936cd95b659b2d59 -SIZE (cabal/GLUT-2.5.1.1.tar.gz) = 655292 +SHA256 (cabal/GLUT-2.7.0.1.tar.gz) = fb1ed80beed6dbf1b373839224d11932c20d1c1b571bef81101483099c459c4d +SIZE (cabal/GLUT-2.7.0.1.tar.gz) = 660437 |