Index: head/devel/hs-test-framework/Makefile =================================================================== --- head/devel/hs-test-framework/Makefile (revision 291187) +++ head/devel/hs-test-framework/Makefile (revision 291188) @@ -1,24 +1,21 @@ # New ports collection makefile for: hs-test-framework # Date created: May 21, 2010 # Whom: Gabor Pali # # $FreeBSD$ # 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 Property changes on: head/devel/hs-test-framework/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/devel/hs-test-framework/distinfo =================================================================== --- head/devel/hs-test-framework/distinfo (revision 291187) +++ head/devel/hs-test-framework/distinfo (revision 291188) @@ -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 Property changes on: head/devel/hs-test-framework/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/devel/hs-test-framework/pkg-descr =================================================================== --- head/devel/hs-test-framework/pkg-descr (revision 291187) +++ head/devel/hs-test-framework/pkg-descr (revision 291188) @@ -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/ Property changes on: head/devel/hs-test-framework/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property