aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-cabal-install
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 21:36:14 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 21:36:14 +0000
commit2d4b546a2efa81118fbea6bc2d2f4f88ec144020 (patch)
tree2fa52f52628e2ab307d6f1060926aca113a09f89 /devel/hs-cabal-install
parent0a56f55375978c29bb7262276551f9591f3c5dd1 (diff)
downloadports-2d4b546a2efa81118fbea6bc2d2f4f88ec144020.tar.gz
ports-2d4b546a2efa81118fbea6bc2d2f4f88ec144020.zip
Notes
Diffstat (limited to 'devel/hs-cabal-install')
-rw-r--r--devel/hs-cabal-install/Makefile6
-rw-r--r--devel/hs-cabal-install/distinfo4
-rw-r--r--devel/hs-cabal-install/pkg-descr6
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/hs-cabal-install/Makefile b/devel/hs-cabal-install/Makefile
index a4ad91f162d2..45fbdbf9e22d 100644
--- a/devel/hs-cabal-install/Makefile
+++ b/devel/hs-cabal-install/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= cabal-install
-PORTVERSION= 0.10.2
-PORTREVISION= 1
+PORTVERSION= 0.14.0
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
@@ -16,7 +15,8 @@ COMMENT= The command-line interface for Cabal and Hackage
LICENSE= BSD
CABAL_SETUP= Setup.hs
-USE_CABAL= network>=1 HTTP>=4000.0.2 zlib>=0.4
+
+USE_CABAL= network>=1 random>=1 HTTP>=4000.0.2 zlib>=0.4
STANDALONE= yes
EXECUTABLE= cabal
diff --git a/devel/hs-cabal-install/distinfo b/devel/hs-cabal-install/distinfo
index a0de39e02e5f..a0b1dad82273 100644
--- a/devel/hs-cabal-install/distinfo
+++ b/devel/hs-cabal-install/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/cabal-install-0.10.2.tar.gz) = 6357c8b984d193a30bb2a05e03dbd551650a0ddea17f7d1033e6564f5b7ff515
-SIZE (cabal/cabal-install-0.10.2.tar.gz) = 150699
+SHA256 (cabal/cabal-install-0.14.0.tar.gz) = f4f2b50269ff59d67b5f3d82d50f7706b6bad1117295a7c81f32bbe72add5bd8
+SIZE (cabal/cabal-install-0.14.0.tar.gz) = 193187
diff --git a/devel/hs-cabal-install/pkg-descr b/devel/hs-cabal-install/pkg-descr
index fa7ddc29711f..9ff898a5d4dd 100644
--- a/devel/hs-cabal-install/pkg-descr
+++ b/devel/hs-cabal-install/pkg-descr
@@ -1,5 +1,5 @@
-The 'cabal' command-line program simplifies the process of managing Haskell
-software by automating the fetching, configuration, compilation and
-installation of Haskell libraries and programs.
+The 'cabal' command-line program simplifies the process of managing
+Haskell software by automating the fetching, configuration, compilation
+and installation of Haskell libraries and programs.
WWW: http://www.haskell.org/cabal/