summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2017-03-02 18:02:57 +0000
committertcberner <tcberner@FreeBSD.org>2017-03-02 18:02:57 +0000
commit9626fff211ec71fe4b94601c371414312d6dc9bf (patch)
treeee2b233084c835e02503d7fb012b1a7c540eb2a8
parent745725c6f5ebc10cc8604097af736456afd8063d (diff)
downloadFreeBSD-ports-9626fff211ec71fe4b94601c371414312d6dc9bf.zip
FreeBSD-ports-9626fff211ec71fe4b94601c371414312d6dc9bf.tar.gz
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
-rw-r--r--devel/Makefile1
-rw-r--r--devel/hs-directory/Makefile13
-rw-r--r--devel/hs-directory/distinfo3
-rw-r--r--devel/hs-directory/pkg-descr4
-rw-r--r--lang/ghc/bsd.hackage.mk1
-rw-r--r--x11-wm/hs-xmonad-contrib/Makefile4
-rw-r--r--x11-wm/hs-xmonad-contrib/distinfo6
-rw-r--r--x11-wm/hs-xmonad/Makefile4
-rw-r--r--x11-wm/hs-xmonad/distinfo6
-rw-r--r--x11/hs-X11/Makefile3
-rw-r--r--x11/hs-X11/distinfo5
11 files changed, 36 insertions, 14 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 5945a61..751f34f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -934,6 +934,7 @@
SUBDIR += hs-date-cache
SUBDIR += hs-datetime
SUBDIR += hs-deepseq-generics
+ SUBDIR += hs-directory
SUBDIR += hs-directory-tree
SUBDIR += hs-dlist
SUBDIR += hs-dlist-instances
diff --git a/devel/hs-directory/Makefile b/devel/hs-directory/Makefile
new file mode 100644
index 0000000..f2e2710
--- /dev/null
+++ b/devel/hs-directory/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTNAME= directory
+PORTVERSION= 1.3.0.1
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Library for manipulating files and directories in a portable way
+
+LICENSE= BSD3CLAUSE
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/devel/hs-directory/distinfo b/devel/hs-directory/distinfo
new file mode 100644
index 0000000..68dd5f3
--- /dev/null
+++ b/devel/hs-directory/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1486844627
+SHA256 (cabal/directory-1.3.0.1.tar.gz) = b2b444aea7faac750efa23c994d9a16f207f12b2009cf38ba39fc7334f373f3c
+SIZE (cabal/directory-1.3.0.1.tar.gz) = 69401
diff --git a/devel/hs-directory/pkg-descr b/devel/hs-directory/pkg-descr
new file mode 100644
index 0000000..734cb00
--- /dev/null
+++ b/devel/hs-directory/pkg-descr
@@ -0,0 +1,4 @@
+This library provides a basic set of operations for manipulating files
+and directories in a portable way.
+
+WWW: https://github.com/haskell/directory
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk
index 2d5426d..41d8ac47 100644
--- a/lang/ghc/bsd.hackage.mk
+++ b/lang/ghc/bsd.hackage.mk
@@ -141,6 +141,7 @@ dia-base_port= graphics/hs-dia-base
dia-functions_port= graphics/hs-dia-functions
Diff_port= textproc/hs-Diff
digest_port= security/hs-digest
+directory_port= devel/hs-directory
directory-tree_port= devel/hs-directory-tree
distributive_port= math/hs-distributive
dlist_port= devel/hs-dlist
diff --git a/x11-wm/hs-xmonad-contrib/Makefile b/x11-wm/hs-xmonad-contrib/Makefile
index e4fd390..1499d49 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 182afb3..6de387f 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 5e312e7..611a9fa 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 1f355c0..c5c0fb4 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
diff --git a/x11/hs-X11/Makefile b/x11/hs-X11/Makefile
index cc6f165..7408c7b 100644
--- a/x11/hs-X11/Makefile
+++ b/x11/hs-X11/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= X11
-PORTVERSION= 1.6.1.2
-PORTREVISION= 2
+PORTVERSION= 1.8
CATEGORIES= x11 haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/x11/hs-X11/distinfo b/x11/hs-X11/distinfo
index c82724f..72f1c88 100644
--- a/x11/hs-X11/distinfo
+++ b/x11/hs-X11/distinfo
@@ -1,2 +1,3 @@
-SHA256 (cabal/X11-1.6.1.2.tar.gz) = 5216d485f807bd53bf34fba170896a8930290a6ac28b8e611c28e751ad67f2cf
-SIZE (cabal/X11-1.6.1.2.tar.gz) = 188612
+TIMESTAMP = 1486838578
+SHA256 (cabal/X11-1.8.tar.gz) = 541b166aab1e05a92dc8f42a511d827e7aad373af12ae283b9df9982ccc09d8e
+SIZE (cabal/X11-1.8.tar.gz) = 191331
OpenPOWER on IntegriCloud