aboutsummaryrefslogtreecommitdiffstats
path: root/math
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 /math
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 'math')
-rw-r--r--math/hs-categories/Makefile1
-rw-r--r--math/hs-distributive/Makefile1
-rw-r--r--math/hs-erf/Makefile1
-rw-r--r--math/hs-math-functions/Makefile3
4 files changed, 4 insertions, 2 deletions
diff --git a/math/hs-categories/Makefile b/math/hs-categories/Makefile
index 3344e11a3c6f..1d0db9612569 100644
--- a/math/hs-categories/Makefile
+++ b/math/hs-categories/Makefile
@@ -7,6 +7,7 @@
PORTNAME= categories
PORTVERSION= 0.58.0.5
+PORTREVISION= 1
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/math/hs-distributive/Makefile b/math/hs-distributive/Makefile
index 4b9db7ee8b13..a51c10ecea20 100644
--- a/math/hs-distributive/Makefile
+++ b/math/hs-distributive/Makefile
@@ -7,6 +7,7 @@
PORTNAME= distributive
PORTVERSION= 0.2.0.1
+PORTREVISION= 1
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/math/hs-erf/Makefile b/math/hs-erf/Makefile
index 188d9a5a1a9c..ea7648bebd15 100644
--- a/math/hs-erf/Makefile
+++ b/math/hs-erf/Makefile
@@ -7,6 +7,7 @@
PORTNAME= erf
PORTVERSION= 2.0.0.0
+PORTREVISION= 1
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/math/hs-math-functions/Makefile b/math/hs-math-functions/Makefile
index 0e10205c9dd6..8c3bd5197edb 100644
--- a/math/hs-math-functions/Makefile
+++ b/math/hs-math-functions/Makefile
@@ -7,6 +7,7 @@
PORTNAME= math-functions
PORTVERSION= 0.1.1.0
+PORTREVISION= 1
CATEGORIES= math haskell
MAINTAINER= wen@FreeBSD.org
@@ -18,7 +19,5 @@ USE_CABAL= erf>=2 vector>=0.7
CABAL_SETUP= Setup.hs
-PORTDATA= *
-
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>