Update to hs-xmonad-contrib-0.11.4 and adjust dependencies.
From Jona Joachim (maintainer). Thanks. (I added a missing file to pkg/PLIST and set MODGHC_PACKAGE_KEY to reduce the noise for future updates)
This commit is contained in:
parent
0f34728285
commit
b2ba857eaf
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2014/12/14 09:31:20 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2015/10/02 20:46:41 kili Exp $
|
||||
|
||||
COMMENT = third party xmonad extensions
|
||||
|
||||
DISTNAME = xmonad-contrib-0.11.3
|
||||
DISTNAME = xmonad-contrib-0.11.4
|
||||
CATEGORIES = x11
|
||||
HOMEPAGE = http://www.xmonad.org/
|
||||
|
||||
@ -14,9 +14,13 @@ PERMIT_PACKAGE_CDROM = Yes
|
||||
MODULES = lang/ghc
|
||||
MODGHC_BUILD = cabal hackage register haddock
|
||||
|
||||
MODGHC_PACKAGE_KEY = 72MfOW2h7Gf6PeQm3wduZc
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = devel/hs-extensible-exceptions \
|
||||
devel/hs-mtl>=1,<3 \
|
||||
devel/hs-old-locale \
|
||||
devel/hs-old-time \
|
||||
devel/hs-random \
|
||||
devel/hs-utf8-string \
|
||||
shells/bash \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ghc/xmonad-contrib-0.11.3.tar.gz) = quOeEWgf6Oh2PSA+1pZKfhixVY2LgyK5rl5SP0beCZI=
|
||||
SIZE (ghc/xmonad-contrib-0.11.3.tar.gz) = 401707
|
||||
SHA256 (ghc/xmonad-contrib-0.11.4.tar.gz) = o3mz1PLT2Hk9bHaBLpDLsFX6BZjPupRK9HE5u3firLw=
|
||||
SIZE (ghc/xmonad-contrib-0.11.4.tar.gz) = 401743
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2014/12/14 09:31:20 kili Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2015/10/02 20:46:41 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}-${MODGHC_PACKAGE_KEY}.o
|
||||
lib/ghc/${DISTNAME}/XMonad/
|
||||
lib/ghc/${DISTNAME}/XMonad/Actions/
|
||||
lib/ghc/${DISTNAME}/XMonad/Actions/BluetileCommands.hi
|
||||
@ -462,8 +463,8 @@ lib/ghc/${DISTNAME}/XMonad/Util/XSelection.hi
|
||||
lib/ghc/${DISTNAME}/XMonad/Util/XSelection.p_hi
|
||||
lib/ghc/${DISTNAME}/XMonad/Util/XUtils.hi
|
||||
lib/ghc/${DISTNAME}/XMonad/Util/XUtils.p_hi
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}.a
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}_p.a
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}-${MODGHC_PACKAGE_KEY}.a
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}-${MODGHC_PACKAGE_KEY}_p.a
|
||||
lib/ghc/${DISTNAME}/register.sh
|
||||
share/doc/hs-${DISTNAME}/
|
||||
share/doc/hs-${DISTNAME}/LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user