diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2019-06-02 17:02:21 +0800 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2019-06-02 17:02:21 +0800 |
commit | 55deb883531fa37982799d5b7847f89f09512b99 (patch) | |
tree | f52b7f3d48f5d5984ef6a3f3d029d39e5aaf3184 /x11-wm | |
parent | 062be3332d1e980c96c3b04acdff0aeed21626e3 (diff) | |
download | freebsd-ports-gnome-55deb883531fa37982799d5b7847f89f09512b99.tar.gz freebsd-ports-gnome-55deb883531fa37982799d5b7847f89f09512b99.tar.zst freebsd-ports-gnome-55deb883531fa37982799d5b7847f89f09512b99.zip |
lang/ghc: Update to 8.6.4 and bump PORTREVISIONs for Haskell ports.
While there, fix build with DOCS=off.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D20464
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/hs-xmonad-contrib/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/hs-xmonad/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/hs-xmonad-contrib/Makefile b/x11-wm/hs-xmonad-contrib/Makefile index bfb2062b463c..2169f1fda286 100644 --- a/x11-wm/hs-xmonad-contrib/Makefile +++ b/x11-wm/hs-xmonad-contrib/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmonad-contrib PORTVERSION= 0.15 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-wm/hs-xmonad/Makefile b/x11-wm/hs-xmonad/Makefile index 563fd9c34f56..e8caca419a5b 100644 --- a/x11-wm/hs-xmonad/Makefile +++ b/x11-wm/hs-xmonad/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmonad PORTVERSION= 0.15 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm haskell MAINTAINER= haskell@FreeBSD.org |