diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-03-29 08:52:54 +0800 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-03-29 08:52:54 +0800 |
commit | 8b1c9714975c2175c8c2da424bfafb3143af3a12 (patch) | |
tree | ddc21a13929c289330620e015fcff9a9b5d452e3 /x11/hs-xmobar | |
parent | 5e1d6a20495d4c74bc0cd8952e2846cbbd7d60f3 (diff) | |
download | freebsd-ports-gnome-8b1c9714975c2175c8c2da424bfafb3143af3a12.tar.gz freebsd-ports-gnome-8b1c9714975c2175c8c2da424bfafb3143af3a12.tar.zst freebsd-ports-gnome-8b1c9714975c2175c8c2da424bfafb3143af3a12.zip |
- Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and
9.x in order to prevent run-time breakage after the recent changes in
libiconv
- Bump port revision for lang/ghc and all dependents, as a consequence
Obtained from: FreeBSD Haskell
Diffstat (limited to 'x11/hs-xmobar')
-rw-r--r-- | x11/hs-xmobar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/hs-xmobar/Makefile b/x11/hs-xmobar/Makefile index bb0e20833a13..0c9cda673d12 100644 --- a/x11/hs-xmobar/Makefile +++ b/x11/hs-xmobar/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmobar PORTVERSION= 0.17 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org |