diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-13 12:47:04 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-13 12:47:04 +0800 |
commit | 449332e205f8d45f424d6a4574b6ed34c3ee3b1b (patch) | |
tree | 09a9e81c456168469bc6dc4a9c88276639664ed0 /devel | |
parent | 63cbf734b88dcaea81c4848a642e8777b4ce520e (diff) | |
download | freebsd-ports-gnome-449332e205f8d45f424d6a4574b6ed34c3ee3b1b.tar.gz freebsd-ports-gnome-449332e205f8d45f424d6a4574b6ed34c3ee3b1b.tar.zst freebsd-ports-gnome-449332e205f8d45f424d6a4574b6ed34c3ee3b1b.zip |
- Update to 0.5
Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hs-test-framework/Makefile | 9 | ||||
-rw-r--r-- | devel/hs-test-framework/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-test-framework/pkg-descr | 10 |
3 files changed, 10 insertions, 13 deletions
diff --git a/devel/hs-test-framework/Makefile b/devel/hs-test-framework/Makefile index e0ec6b7e7670..b35660ce01fc 100644 --- a/devel/hs-test-framework/Makefile +++ b/devel/hs-test-framework/Makefile @@ -6,19 +6,16 @@ # PORTNAME= test-framework -PORTVERSION= 0.4.0 -PORTREVISION= 2 +PORTVERSION= 0.5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Framework for running and organising tests +COMMENT= Framework for running and organising tests, with HUnit and QuickCheck support LICENSE= BSD -USE_CABAL= ansi-terminal>=0.4 ansi-wl-pprint>=0.5.1 hostname>=1 \ +USE_CABAL= ansi-terminal>=0.4.0 ansi-wl-pprint>=0.5.1 hostname>=1.0 \ regex-posix>=0.72 xml>=1.3.5 -CONFIGURE_ARGS+= --flags="-Tests" - .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/devel/hs-test-framework/distinfo b/devel/hs-test-framework/distinfo index b39106fb0330..90a7df2a1021 100644 --- a/devel/hs-test-framework/distinfo +++ b/devel/hs-test-framework/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/test-framework-0.4.0.tar.gz) = 74fdee066d3b3c522a7e5a8c41345aa6a72189150ccc15dd9fc364e69b6db97f -SIZE (cabal/test-framework-0.4.0.tar.gz) = 19286 +SHA256 (cabal/test-framework-0.5.tar.gz) = ff531cd8e00e3a09435a66051e6b45488b544fe4f389e6b388184a0f5b4ff5a7 +SIZE (cabal/test-framework-0.5.tar.gz) = 19237 diff --git a/devel/hs-test-framework/pkg-descr b/devel/hs-test-framework/pkg-descr index 0ef7278ec329..87b265f6da67 100644 --- a/devel/hs-test-framework/pkg-descr +++ b/devel/hs-test-framework/pkg-descr @@ -1,7 +1,7 @@ Allows tests such as QuickCheck properties and HUnit test cases to be -assembled into test groups, run in parallel (but reported in -deterministic order, to aid diff interpretation) and filtered and -controlled by command line options. All of this comes with colored test -output, progress reporting and test statistics output. +assembled into test groups, run in parallel (but reported in deterministic +order, to aid diff interpretation) and filtered and controlled by command +line options. All of this comes with colored test output, progress reporting +and test statistics output. -WWW: http://batterseapower.github.com/test-framework/ +WWW: http://batterseapower.github.com/test-framework/ |