aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-02-13 11:49:32 +0800
committerpgj <pgj@FreeBSD.org>2012-02-13 11:49:32 +0800
commit07aa9b00440a2c57356aff67f194359a28298175 (patch)
tree275e4e6ec1de52d9789359048a5003b55c50df4e /audio
parent928c146cb33b0b4c1fa5471d848a391e0287c3be (diff)
downloadfreebsd-ports-gnome-07aa9b00440a2c57356aff67f194359a28298175.tar.gz
freebsd-ports-gnome-07aa9b00440a2c57356aff67f194359a28298175.tar.zst
freebsd-ports-gnome-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 'audio')
-rw-r--r--audio/hs-ALUT/Makefile3
-rw-r--r--audio/hs-OpenAL/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/audio/hs-ALUT/Makefile b/audio/hs-ALUT/Makefile
index 441b15ade238..29986a65f1f6 100644
--- a/audio/hs-ALUT/Makefile
+++ b/audio/hs-ALUT/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ALUT
PORTVERSION= 2.2.0.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio haskell
MAINTAINER= haskell@FreeBSD.org
@@ -19,7 +19,6 @@ CABAL_SETUP= Setup.hs
USE_CABAL= OpenAL StateVar
USE_OPENAL= al alut
-PORTEXAMPLES= *
INSTALL_PORTEXAMPLES= @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
diff --git a/audio/hs-OpenAL/Makefile b/audio/hs-OpenAL/Makefile
index 55a7d8d6103e..34cdee537b72 100644
--- a/audio/hs-OpenAL/Makefile
+++ b/audio/hs-OpenAL/Makefile
@@ -7,7 +7,7 @@
PORTNAME= OpenAL
PORTVERSION= 1.4.0.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio haskell
MAINTAINER= haskell@FreeBSD.org
@@ -19,7 +19,6 @@ CABAL_SETUP= Setup.hs
USE_CABAL= ObjectName StateVar Tensor
USE_OPENAL= al
-PORTEXAMPLES= *
INSTALL_PORTEXAMPLES= @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"