aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/hs-xmonad
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 /x11-wm/hs-xmonad
parent928c146cb33b0b4c1fa5471d848a391e0287c3be (diff)
downloadfreebsd-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-wm/hs-xmonad')
-rw-r--r--x11-wm/hs-xmonad/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/hs-xmonad/Makefile b/x11-wm/hs-xmonad/Makefile
index d1dd26110ee..e917b89d57a 100644
--- a/x11-wm/hs-xmonad/Makefile
+++ b/x11-wm/hs-xmonad/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xmonad
PORTVERSION= 0.10
+PORTREVISION= 1
CATEGORIES= x11-wm haskell
MAINTAINER= haskell@FreeBSD.org
@@ -22,7 +23,5 @@ MAN1SRC= man
EXECUTABLE= xmonad
-PORTDATA= *
-
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>