aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/hs-GLUT
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2013-06-04 18:53:40 +0000
committerGabor Pali <pgj@FreeBSD.org>2013-06-04 18:53:40 +0000
commit109269205e521bb1d2d87678a391e5adefff88d6 (patch)
tree93f1f9278a9a48902904b7ff4a5ce711c10efe08 /x11-toolkits/hs-GLUT
parentad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff)
downloadports-109269205e521bb1d2d87678a391e5adefff88d6.tar.gz
ports-109269205e521bb1d2d87678a391e5adefff88d6.zip
Notes
Diffstat (limited to 'x11-toolkits/hs-GLUT')
-rw-r--r--x11-toolkits/hs-GLUT/Makefile9
-rw-r--r--x11-toolkits/hs-GLUT/distinfo4
-rw-r--r--x11-toolkits/hs-GLUT/files/patch-Graphics__UI__GLUT__Types.hs16
-rw-r--r--x11-toolkits/hs-GLUT/pkg-descr6
4 files changed, 8 insertions, 27 deletions
diff --git a/x11-toolkits/hs-GLUT/Makefile b/x11-toolkits/hs-GLUT/Makefile
index 5916874a3780..5ad7c8bcc750 100644
--- a/x11-toolkits/hs-GLUT/Makefile
+++ b/x11-toolkits/hs-GLUT/Makefile
@@ -2,19 +2,16 @@
# $FreeBSD$
PORTNAME= GLUT
-PORTVERSION= 2.1.2.1
-PORTREVISION= 7
+PORTVERSION= 2.4.0.0
PORTEPOCH= 1
CATEGORIES= x11-toolkits haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= A Haskell binding for the OpenGL Utility Toolkit
+COMMENT= Haskell binding for the OpenGL Utility Toolkit
LICENSE= BSD
-CABAL_SETUP= Setup.hs
-
-USE_CABAL= OpenGL>=2.2
+USE_CABAL= OpenGL>=2.8 OpenGLRaw>=1.3
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 a1190aaca3ac..976142b55474 100644
--- a/x11-toolkits/hs-GLUT/distinfo
+++ b/x11-toolkits/hs-GLUT/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/GLUT-2.1.2.1.tar.gz) = 0230bfacbfb85c126f1fba45fcd8d02f20da9ee19180b5ada698224362d17264
-SIZE (cabal/GLUT-2.1.2.1.tar.gz) = 720222
+SHA256 (cabal/GLUT-2.4.0.0.tar.gz) = 100df2d724dfad26b0c8d47b17d4cef9dcbc12a75cce7a096046c27485b4cbbc
+SIZE (cabal/GLUT-2.4.0.0.tar.gz) = 643788
diff --git a/x11-toolkits/hs-GLUT/files/patch-Graphics__UI__GLUT__Types.hs b/x11-toolkits/hs-GLUT/files/patch-Graphics__UI__GLUT__Types.hs
deleted file mode 100644
index f25bc339120c..000000000000
--- a/x11-toolkits/hs-GLUT/files/patch-Graphics__UI__GLUT__Types.hs
+++ /dev/null
@@ -1,16 +0,0 @@
---- ./Graphics/UI/GLUT/Types.hs.orig 2009-05-02 18:14:39.000000000 +0200
-+++ ./Graphics/UI/GLUT/Types.hs 2012-05-17 00:04:47.000000000 +0200
-@@ -32,11 +32,10 @@
-
- -- | An opaque identifier for a top-level window or a subwindow.
-
--newtype Window = Window CInt
-- deriving ( Eq, Ord, Show )
-+type Window = CInt
-
- makeWindow :: CInt -> Window
--makeWindow = Window
-+makeWindow = id
-
- --------------------------------------------------------------------------------
-
diff --git a/x11-toolkits/hs-GLUT/pkg-descr b/x11-toolkits/hs-GLUT/pkg-descr
index 76b9b61e75b1..2cac6daac6db 100644
--- a/x11-toolkits/hs-GLUT/pkg-descr
+++ b/x11-toolkits/hs-GLUT/pkg-descr
@@ -1,4 +1,4 @@
-The GLUT package contains a Haskell binding for the OpenGL Utility Toolkit, a
-window system independent toolkit for writing OpenGL programs.
+A Haskell binding for the OpenGL Utility Toolkit, a window system
+independent toolkit for writing OpenGL programs.
-WWW: http://www.haskell.org/HOpenGL/
+WWW: http://www.haskell.org/haskellwiki/Opengl