diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
commit | f6f83c9efc2c46d2970746758e2c682bb8a518ec (patch) | |
tree | 290f2ea61305744bf0f477895c56b92acaeb361f /devel/hs-test-framework | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) | |
download | ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip |
Notes
Diffstat (limited to 'devel/hs-test-framework')
-rw-r--r-- | devel/hs-test-framework/Makefile | 8 | ||||
-rw-r--r-- | devel/hs-test-framework/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-test-framework/pkg-descr | 2 |
3 files changed, 4 insertions, 10 deletions
diff --git a/devel/hs-test-framework/Makefile b/devel/hs-test-framework/Makefile index 3cd00840fa0a..fa45e73a88a0 100644 --- a/devel/hs-test-framework/Makefile +++ b/devel/hs-test-framework/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-test-framework -# Date created: May 21, 2010 -# Whom: Gabor Pali <pgj@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= test-framework -PORTVERSION= 0.6 -PORTREVISION= 1 +PORTVERSION= 0.8 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-test-framework/distinfo b/devel/hs-test-framework/distinfo index 5aba8042a9d0..c68e5ba7aa4f 100644 --- a/devel/hs-test-framework/distinfo +++ b/devel/hs-test-framework/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/test-framework-0.6.tar.gz) = 439c1ffb4dcdf3efb8947dc3191ea9696878fe6df066b2be80b595c6ddc005aa -SIZE (cabal/test-framework-0.6.tar.gz) = 19299 +SHA256 (cabal/test-framework-0.8.tar.gz) = 94c958a5bc6e81d0da4643ae82a5beecf0ecbf5eb6e46d3661f79f32b02d09f1 +SIZE (cabal/test-framework-0.8.tar.gz) = 20253 diff --git a/devel/hs-test-framework/pkg-descr b/devel/hs-test-framework/pkg-descr index 87b265f6da67..fed515745e17 100644 --- a/devel/hs-test-framework/pkg-descr +++ b/devel/hs-test-framework/pkg-descr @@ -4,4 +4,4 @@ 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/ |