diff options
author | pgj <pgj@FreeBSD.org> | 2012-08-03 10:56:31 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-08-03 10:56:31 +0800 |
commit | 0b23e0f880e6cb7dba2432ed6969162f02c074a4 (patch) | |
tree | bc28becc03a5caff8a07594a346ffe3022f0de5a /devel/hs-hspec | |
parent | 6683c3c4142798aaf02c045456cef5466a643b00 (diff) | |
download | freebsd-ports-gnome-0b23e0f880e6cb7dba2432ed6969162f02c074a4.tar.gz freebsd-ports-gnome-0b23e0f880e6cb7dba2432ed6969162f02c074a4.tar.zst freebsd-ports-gnome-0b23e0f880e6cb7dba2432ed6969162f02c074a4.zip |
- Update to 1.2.0.1
- Use the new options framework
Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel/hs-hspec')
-rw-r--r-- | devel/hs-hspec/Makefile | 4 | ||||
-rw-r--r-- | devel/hs-hspec/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/hs-hspec/Makefile b/devel/hs-hspec/Makefile index b63acfcfcce1..821804fd044b 100644 --- a/devel/hs-hspec/Makefile +++ b/devel/hs-hspec/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hspec -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0.1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -14,7 +14,7 @@ COMMENT= Behavior Driven Development for Haskell LICENSE= BSD -USE_CABAL= ansi-terminal==0.5.5_3 HUnit>=1 QuickCheck>=2.4.0.1 \ +USE_CABAL= ansi-terminal==0.5.5_4 HUnit>=1 QuickCheck>=2.4.0.1 \ silently>=1.1.1 transformers>=0.2.0 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/devel/hs-hspec/distinfo b/devel/hs-hspec/distinfo index c095fd74b6b9..9ae122ccaed0 100644 --- a/devel/hs-hspec/distinfo +++ b/devel/hs-hspec/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/hspec-1.1.1.tar.gz) = 13ed4d0dba0b1f3e21b5b33bb2fea3dca7b2e8687e508352b74c460b11fe0098 -SIZE (cabal/hspec-1.1.1.tar.gz) = 11710 +SHA256 (cabal/hspec-1.2.0.1.tar.gz) = ae9a078103a639061e20d4fe5d51f1d3fa7bfe3be6e34ba01cf90623b8f0a912 +SIZE (cabal/hspec-1.2.0.1.tar.gz) = 10370 |