diff options
author | pgj <pgj@FreeBSD.org> | 2014-03-29 00:52:54 +0000 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2014-03-29 00:52:54 +0000 |
commit | 43e85f045160cde4e9f221f2b7036ca7ed6bb478 (patch) | |
tree | ddc21a13929c289330620e015fcff9a9b5d452e3 /x11 | |
parent | 8d18fcb8da6b6921891b78fe19abb842f423f2f3 (diff) | |
download | FreeBSD-ports-43e85f045160cde4e9f221f2b7036ca7ed6bb478.zip FreeBSD-ports-43e85f045160cde4e9f221f2b7036ca7ed6bb478.tar.gz |
- 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')
-rw-r--r-- | x11/hs-X11-xft/Makefile | 2 | ||||
-rw-r--r-- | x11/hs-X11/Makefile | 2 | ||||
-rw-r--r-- | x11/hs-xmobar/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11/hs-X11-xft/Makefile b/x11/hs-X11-xft/Makefile index b647611..2ec8de5 100644 --- a/x11/hs-X11-xft/Makefile +++ b/x11/hs-X11-xft/Makefile @@ -2,7 +2,7 @@ PORTNAME= X11-xft PORTVERSION= 0.3.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11/hs-X11/Makefile b/x11/hs-X11/Makefile index 7f92461..bc978bc1 100644 --- a/x11/hs-X11/Makefile +++ b/x11/hs-X11/Makefile @@ -3,7 +3,7 @@ PORTNAME= X11 PORTVERSION= 1.6.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11/hs-xmobar/Makefile b/x11/hs-xmobar/Makefile index bb0e208..0c9cda6 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 |