diff options
author | tcberner <tcberner@FreeBSD.org> | 2017-03-03 02:02:57 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2017-03-03 02:02:57 +0800 |
commit | 9626fff211ec71fe4b94601c371414312d6dc9bf (patch) | |
tree | ee2b233084c835e02503d7fb012b1a7c540eb2a8 /x11-wm | |
parent | 745725c6f5ebc10cc8604097af736456afd8063d (diff) | |
download | freebsd-ports-gnome-9626fff211ec71fe4b94601c371414312d6dc9bf.tar.gz freebsd-ports-gnome-9626fff211ec71fe4b94601c371414312d6dc9bf.tar.zst freebsd-ports-gnome-9626fff211ec71fe4b94601c371414312d6dc9bf.zip |
Update x11-wm/hs-xmonad and x11-wm/hs-xmonad-contirb to 0.13
* Update xmonad to 0.13
* New required ports devel/hs-directory
* Required update of x11/hs-X11 to 0.13
PR: 217012
Reviewed by: mat
Approved by: maintainer timeout (2 weeks), rakcuo (mentor)
Differential Revision: https://reviews.freebsd.org/D9548
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/hs-xmonad-contrib/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/hs-xmonad-contrib/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/hs-xmonad/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/hs-xmonad/distinfo | 6 |
4 files changed, 10 insertions, 10 deletions
diff --git a/x11-wm/hs-xmonad-contrib/Makefile b/x11-wm/hs-xmonad-contrib/Makefile index e4fd39042396..1499d49dfa34 100644 --- a/x11-wm/hs-xmonad-contrib/Makefile +++ b/x11-wm/hs-xmonad-contrib/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xmonad-contrib -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= x11-wm haskell MAINTAINER= haskell@FreeBSD.org @@ -11,7 +11,7 @@ COMMENT= Third-party extensions for xmonad LICENSE= BSD3CLAUSE USE_CABAL= extensible-exceptions mtl>=1 old-time random utf8-string \ - X11>=1.6.1 X11-xft>=0.2 xmonad==0.12 + X11>=1.6.1 X11-xft>=0.2 xmonad==0.13 USE_XORG= x11 RUN_DEPENDS+= bash:shells/bash diff --git a/x11-wm/hs-xmonad-contrib/distinfo b/x11-wm/hs-xmonad-contrib/distinfo index 182afb3ef95e..6de387ff2b8e 100644 --- a/x11-wm/hs-xmonad-contrib/distinfo +++ b/x11-wm/hs-xmonad-contrib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475870490 -SHA256 (cabal/xmonad-contrib-0.12.tar.gz) = 131d31c471ac02ece9c7e920497b4839a45df786a2096f56adb1f2de1221f311 -SIZE (cabal/xmonad-contrib-0.12.tar.gz) = 464978 +TIMESTAMP = 1486836834 +SHA256 (cabal/xmonad-contrib-0.13.tar.gz) = a760827fe5b1f99d783f52ccbb72b272d02d53daa26757363cde3ceba014476e +SIZE (cabal/xmonad-contrib-0.13.tar.gz) = 485351 diff --git a/x11-wm/hs-xmonad/Makefile b/x11-wm/hs-xmonad/Makefile index 5e312e72aa69..611a9fa82a71 100644 --- a/x11-wm/hs-xmonad/Makefile +++ b/x11-wm/hs-xmonad/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xmonad -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= x11-wm haskell MAINTAINER= haskell@FreeBSD.org @@ -10,7 +10,7 @@ COMMENT= Tiling window manager LICENSE= BSD3CLAUSE -USE_CABAL= extensible-exceptions mtl setlocale utf8-string>=0.3 X11>=1.5 +USE_CABAL= extensible-exceptions mtl setlocale utf8-string>=0.3 X11>=1.8 directory>=1.2.3 USE_XORG= x11 MAN1PAGES= xmonad.1 diff --git a/x11-wm/hs-xmonad/distinfo b/x11-wm/hs-xmonad/distinfo index 1f355c048615..c5c0fb45f0e3 100644 --- a/x11-wm/hs-xmonad/distinfo +++ b/x11-wm/hs-xmonad/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475869373 -SHA256 (cabal/xmonad-0.12.tar.gz) = e8f649dbd4a8d5f75fdac9ceb5ee38b64fd351910ade81c188f5dd7bc21dfdd7 -SIZE (cabal/xmonad-0.12.tar.gz) = 61436 +TIMESTAMP = 1486836802 +SHA256 (cabal/xmonad-0.13.tar.gz) = f9f81b63569f18c777a939741024ec3ae34e4ec84015e5cc50f6622034a303ca +SIZE (cabal/xmonad-0.13.tar.gz) = 72034 |