Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102876410
D9548.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
5 KB
Referenced Files
None
Subscribers
None
D9548.diff
View Options
Index: head/devel/Makefile
===================================================================
--- head/devel/Makefile
+++ head/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
Index: head/devel/hs-directory/Makefile
===================================================================
--- head/devel/hs-directory/Makefile
+++ head/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>
Index: head/devel/hs-directory/distinfo
===================================================================
--- head/devel/hs-directory/distinfo
+++ head/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
Index: head/devel/hs-directory/pkg-descr
===================================================================
--- head/devel/hs-directory/pkg-descr
+++ head/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
Index: head/lang/ghc/bsd.hackage.mk
===================================================================
--- head/lang/ghc/bsd.hackage.mk
+++ head/lang/ghc/bsd.hackage.mk
@@ -141,6 +141,7 @@
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
Index: head/x11-wm/hs-xmonad-contrib/Makefile
===================================================================
--- head/x11-wm/hs-xmonad-contrib/Makefile
+++ head/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 @@
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
Index: head/x11-wm/hs-xmonad-contrib/distinfo
===================================================================
--- head/x11-wm/hs-xmonad-contrib/distinfo
+++ head/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
Index: head/x11-wm/hs-xmonad/Makefile
===================================================================
--- head/x11-wm/hs-xmonad/Makefile
+++ head/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 @@
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
Index: head/x11-wm/hs-xmonad/distinfo
===================================================================
--- head/x11-wm/hs-xmonad/distinfo
+++ head/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
Index: head/x11/hs-X11/Makefile
===================================================================
--- head/x11/hs-X11/Makefile
+++ head/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
Index: head/x11/hs-X11/distinfo
===================================================================
--- head/x11/hs-X11/distinfo
+++ head/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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 8:01 AM (48 m, 47 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14712888
Default Alt Text
D9548.diff (5 KB)
Attached To
Mode
D9548: Update x11-wm/hs-xmonad and x11-wm/hs-xmonad-contrib to 0.13
Attached
Detach File
Event Timeline
Log In to Comment