svn commit: r301893 - head/devel/hs-hspec

Gabor Pali pgj at FreeBSD.org
Fri Aug 3 02:56:32 UTC 2012


Author: pgj
Date: Fri Aug  3 02:56:31 2012
New Revision: 301893
URL: http://svn.freebsd.org/changeset/ports/301893

Log:
  - Update to 1.2.0.1
  - Use the new options framework
  
  Obtained from:	FreeBSD Haskell

Modified:
  head/devel/hs-hspec/Makefile
  head/devel/hs-hspec/distinfo

Modified: head/devel/hs-hspec/Makefile
==============================================================================
--- head/devel/hs-hspec/Makefile	Fri Aug  3 02:55:00 2012	(r301892)
+++ head/devel/hs-hspec/Makefile	Fri Aug  3 02:56:31 2012	(r301893)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	hspec
-PORTVERSION=	1.1.1
+PORTVERSION=	1.2.0.1
 CATEGORIES=	devel haskell
 
 MAINTAINER=	haskell at FreeBSD.org
@@ -14,7 +14,7 @@ COMMENT=	Behavior Driven Development for
 
 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"

Modified: head/devel/hs-hspec/distinfo
==============================================================================
--- head/devel/hs-hspec/distinfo	Fri Aug  3 02:55:00 2012	(r301892)
+++ head/devel/hs-hspec/distinfo	Fri Aug  3 02:56:31 2012	(r301893)
@@ -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



More information about the svn-ports-all mailing list