Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2012 03:25:28 +0000 (UTC)
From:      Gabor Pali <pgj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301927 - head/www/hs-yesod-test
Message-ID:  <201208030325.q733PSEk065327@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pgj
Date: Fri Aug  3 03:25:27 2012
New Revision: 301927
URL: http://svn.freebsd.org/changeset/ports/301927

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

Modified:
  head/www/hs-yesod-test/Makefile
  head/www/hs-yesod-test/distinfo

Modified: head/www/hs-yesod-test/Makefile
==============================================================================
--- head/www/hs-yesod-test/Makefile	Fri Aug  3 03:24:31 2012	(r301926)
+++ head/www/hs-yesod-test/Makefile	Fri Aug  3 03:25:27 2012	(r301927)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	yesod-test
-PORTVERSION=	0.2.0.6
+PORTVERSION=	0.2.1
 CATEGORIES=	www haskell
 
 MAINTAINER=	haskell@FreeBSD.org
@@ -14,14 +14,12 @@ COMMENT=	integration testing for WAI/Yes
 
 LICENSE=	MIT
 
-USE_CABAL=	attoparsec>=0.10 blaze-html>=0.4 blaze-markup>=0.5.1 \
+USE_CABAL=	attoparsec>=0.10 blaze-html>=0.5 blaze-markup>=0.5.1 \
 		case-insensitive>=0.2 hspec>=1.1 html-conduit>=0.0.1 \
 		http-types>=0.6 HUnit>=1.2 hxt>=9.1.6 network>=2.2 \
 		persistent>=0.9 text transformers>=0.2.2 wai>=1.2 \
 		wai-test>=1.2 xml-conduit>=0.7 xml-types>=0.3 \
 		xml2html>=0.1.2.3
 
-CONFIGURE_ARGS+=	--flags="-blaze_html_0_5"
-
 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
 .include <bsd.port.mk>

Modified: head/www/hs-yesod-test/distinfo
==============================================================================
--- head/www/hs-yesod-test/distinfo	Fri Aug  3 03:24:31 2012	(r301926)
+++ head/www/hs-yesod-test/distinfo	Fri Aug  3 03:25:27 2012	(r301927)
@@ -1,2 +1,2 @@
-SHA256 (cabal/yesod-test-0.2.0.6.tar.gz) = 7654a20b8f59710bc5b9d4d4d3ebe30afaeab884199e5fe1469df6539c1eb2b5
-SIZE (cabal/yesod-test-0.2.0.6.tar.gz) = 10954
+SHA256 (cabal/yesod-test-0.2.1.tar.gz) = 693ef12005b3882fc7f13b4ff093acc19746d91a34a9afa3db84e3f581c047aa
+SIZE (cabal/yesod-test-0.2.1.tar.gz) = 10974



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208030325.q733PSEk065327>