diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-13 11:49:32 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-13 11:49:32 +0800 |
commit | 07aa9b00440a2c57356aff67f194359a28298175 (patch) | |
tree | 275e4e6ec1de52d9789359048a5003b55c50df4e /x11-toolkits | |
parent | 928c146cb33b0b4c1fa5471d848a391e0287c3be (diff) | |
download | freebsd-ports-graphics-07aa9b00440a2c57356aff67f194359a28298175.tar.gz freebsd-ports-graphics-07aa9b00440a2c57356aff67f194359a28298175.tar.zst freebsd-ports-graphics-07aa9b00440a2c57356aff67f194359a28298175.zip |
- Please welcome GHC 7.0.4
GHC in the ports tree has been updated to version 7.0.4 and the port revision
for all the Haskell ports without version changes are bumped. Other per-port
updates are coming soon.
This update also incorporates some improvements for bsd.cabal.mk that makes
working with Haskell ports even easier.
Thanks ashish@ for the help!
Obtained from: FreeBSD Haskell
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/hs-GLUT/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/hs-OpenGL/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/hs-GLUT/Makefile b/x11-toolkits/hs-GLUT/Makefile index 0c6f4fee3e0..22a1c4ada89 100644 --- a/x11-toolkits/hs-GLUT/Makefile +++ b/x11-toolkits/hs-GLUT/Makefile @@ -6,7 +6,7 @@ PORTNAME= GLUT PORTVERSION= 2.1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= x11-toolkits haskell diff --git a/x11-toolkits/hs-OpenGL/Makefile b/x11-toolkits/hs-OpenGL/Makefile index 653587d1978..29b2ce57fd3 100644 --- a/x11-toolkits/hs-OpenGL/Makefile +++ b/x11-toolkits/hs-OpenGL/Makefile @@ -6,7 +6,7 @@ PORTNAME= OpenGL PORTVERSION= 2.2.3.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= x11-toolkits haskell |