Fix dependencies and bump.

This commit is contained in:
kili 2013-07-18 22:03:58 +00:00
parent 469adcc7e0
commit c8a4899630
2 changed files with 14 additions and 12 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.5 2013/03/11 10:50:08 espie Exp $
# $OpenBSD: Makefile,v 1.6 2013/07/18 22:04:52 kili Exp $
COMMENT = framework for running and organising tests
DISTNAME = test-framework-0.6
REVISION = 2
REVISION = 3
CATEGORIES = devel
HOMEPAGE = http://batterseapower.github.com/test-framework/
@ -18,11 +18,12 @@ MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/hs-ansi-terminal>=0.4.0 \
devel/hs-ansi-wl-pprint>=0.5.1 \
devel/hs-random>=1.0 \
devel/hs-regex-posix>=0.72 \
RUN_DEPENDS = net/hs-hostname>=1.0 \
textproc/hs-xml>=1.3.5 \
net/hs-hostname>=1.0
devel/hs-ansi-terminal>=0.4.0 \
devel/hs-ansi-wl-pprint>=0.5.1 \
devel/hs-extensible-exceptions>=0.1.1 \
devel/hs-random>=1.0 \
devel/hs-regex-posix>=0.72
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.41 2013/06/17 10:07:40 dcoppa Exp $
# $OpenBSD: Makefile,v 1.42 2013/07/18 22:03:58 kili Exp $
COMMENT-main = tiling window manager
COMMENT-lib = libraries for runtime configuration
@ -6,8 +6,8 @@ COMMENT-lib = libraries for runtime configuration
DISTNAME = xmonad-0.11
PKGNAME-main = ${DISTNAME}
PKGNAME-lib = ${DISTNAME:S,-,-lib-,}
REVISION = 0
REVISION-lib = 0
REVISION = 1
REVISION-lib = 1
CATEGORIES = x11
HOMEPAGE = http://www.xmonad.org/
@ -24,9 +24,10 @@ MODULES = lang/ghc converters/libiconv
MODGHC_BUILD = cabal hackage haddock register nort
BUILD_DEPENDS = ${RUN_DEPENDS-lib}
RUN_DEPENDS-lib = devel/hs-mtl \
RUN_DEPENDS-lib = devel/hs-extensible-exceptions \
devel/hs-mtl \
devel/hs-syb \
x11/hs-X11>=1.5.0.0
x11/hs-X11>=1.5,<1.7
LIB_DEPENDS-main = ${LIB_DEPENDS}
# Instead of adding `nort' to MODGHC_BUILD for -main, explicitely set