Fix dependencies and bump.
This commit is contained in:
parent
c00317eb6b
commit
755d8a934c
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2013/03/11 10:50:08 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2013/07/19 07:02:08 kili Exp $
|
||||
|
||||
COMMENT = QuickCheck2 support for hs-test-framework
|
||||
|
||||
DISTNAME = test-framework-quickcheck2-0.2.12.3
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://batterseapower.github.com/test-framework/
|
||||
@ -18,7 +18,8 @@ MODULES = lang/ghc
|
||||
MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = devel/hs-QuickCheck>=2.4,<2.6 \
|
||||
RUN_DEPENDS = devel/hs-QuickCheck>=2.4 \
|
||||
devel/hs-extensible-exceptions>=0.1.1,<0.2.0 \
|
||||
devel/hs-random>=1 \
|
||||
devel/hs-test-framework>=0.6
|
||||
|
||||
|
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-test-framework-quickcheck2_cabal,v 1.1 2013/07/19 07:02:08 kili Exp $
|
||||
|
||||
Works with newer QuickCheck.
|
||||
|
||||
--- test-framework-quickcheck2.cabal.orig Sat Jul 13 20:55:50 2013
|
||||
+++ test-framework-quickcheck2.cabal Sat Jul 13 20:56:06 2013
|
||||
@@ -22,7 +22,7 @@ Flag Base3
|
||||
Library
|
||||
Exposed-Modules: Test.Framework.Providers.QuickCheck2
|
||||
|
||||
- Build-Depends: test-framework >= 0.6, QuickCheck >= 2.4 && < 2.6, extensible-exceptions >= 0.1.1 && < 0.2.0
|
||||
+ Build-Depends: test-framework >= 0.6, QuickCheck >= 2.4, extensible-exceptions >= 0.1.1 && < 0.2.0
|
||||
if flag(base3)
|
||||
Build-Depends: base >= 3 && < 4, random >= 1
|
||||
else
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2013/06/25 07:28:54 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2013/07/19 07:04:06 kili Exp $
|
||||
|
||||
COMMENT = Haskell implementation of the D-Bus protocol
|
||||
|
||||
DISTNAME = dbus-0.10.4
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
CATEGORIES = devel x11
|
||||
|
||||
HOMEPAGE = https://john-millikin.com/software/haskell-dbus/
|
||||
@ -18,11 +18,14 @@ MODULES = lang/ghc
|
||||
MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
RUN_DEPENDS = devel/hs-cereal>=0.3.4,<0.4 \
|
||||
devel/hs-network>=2.3.0.13p0,<2.4 \
|
||||
devel/hs-random \
|
||||
devel/hs-transformers \
|
||||
devel/hs-vector \
|
||||
textproc/hs-libxml-sax>=0.7,<0.8
|
||||
devel/hs-network>=2.2.3 \
|
||||
devel/hs-parsec>=2.0,<3.2 \
|
||||
devel/hs-random>=1.0,<1.1 \
|
||||
devel/hs-text>=0.11.1.5,<0.12 \
|
||||
devel/hs-transformers>=0.2,<0.4 \
|
||||
devel/hs-vector>=0.7,<0.11 \
|
||||
textproc/hs-libxml-sax>=0.7,<0.8 \
|
||||
textproc/hs-xml-types>=0.3,<0.4
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user