svn commit: r301920 - head/www/hs-snap

Gabor Pali pgj at FreeBSD.org
Fri Aug 3 03:20:37 UTC 2012


Author: pgj
Date: Fri Aug  3 03:20:36 2012
New Revision: 301920
URL: http://svn.freebsd.org/changeset/ports/301920

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

Modified:
  head/www/hs-snap/Makefile
  head/www/hs-snap/distinfo

Modified: head/www/hs-snap/Makefile
==============================================================================
--- head/www/hs-snap/Makefile	Fri Aug  3 03:19:34 2012	(r301919)
+++ head/www/hs-snap/Makefile	Fri Aug  3 03:20:36 2012	(r301920)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	snap
-PORTVERSION=	0.8.1
+PORTVERSION=	0.9.0.1
 CATEGORIES=	www haskell
 
 MAINTAINER=	haskell at FreeBSD.org
@@ -20,7 +20,7 @@ USE_CABAL=	aeson>=0.6 attoparsec>=0.10 c
 		configurator>=0.1 data-lens>=2.0.1 data-lens-template>=2.1 \
 		directory-tree>=0.10 hashable>=1.1 heist>=0.7 logict>=0.4.2 \
 		MonadCatchIO-transformers>=0.2 mtl>2.0 mwc-random>=0.8 \
-		pwstore-fast>=2.2 snap-core>=0.8.1 snap-server>=0.8.1 stm>=2.2 \
+		pwstore-fast>=2.2 snap-core>=0.9 snap-server>=0.9 stm>=2.2 \
 		syb>=0.1 text>=0.11 transformers>=0.2 unordered-containers>=0.1.4 \
 		utf8-string>=0.3 vector>=0.7.1 vector-algorithms>=0.4 \
 		xmlhtml>=0.1

Modified: head/www/hs-snap/distinfo
==============================================================================
--- head/www/hs-snap/distinfo	Fri Aug  3 03:19:34 2012	(r301919)
+++ head/www/hs-snap/distinfo	Fri Aug  3 03:20:36 2012	(r301920)
@@ -1,2 +1,2 @@
-SHA256 (cabal/snap-0.8.1.tar.gz) = 94a3b37856b8d6acacaf563280d3f738cded828f4f296484f5668a5476f6abec
-SIZE (cabal/snap-0.8.1.tar.gz) = 76665
+SHA256 (cabal/snap-0.9.0.1.tar.gz) = f05567d7adbdd7ff09a94034ce0f0b1a3e909968e7d06a0a1bba318cb7af7858
+SIZE (cabal/snap-0.9.0.1.tar.gz) = 72908



More information about the svn-ports-all mailing list