aboutsummaryrefslogtreecommitdiff
path: root/www/hs-yesod-auth
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-12-20 02:23:04 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-12-20 02:23:04 +0000
commitf6f83c9efc2c46d2970746758e2c682bb8a518ec (patch)
tree290f2ea61305744bf0f477895c56b92acaeb361f /www/hs-yesod-auth
parentaf071cfdc1f8578bd1523b823e683074a3139a34 (diff)
downloadports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz
ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip
Notes
Diffstat (limited to 'www/hs-yesod-auth')
-rw-r--r--www/hs-yesod-auth/Makefile23
-rw-r--r--www/hs-yesod-auth/distinfo4
-rw-r--r--www/hs-yesod-auth/pkg-descr2
3 files changed, 12 insertions, 17 deletions
diff --git a/www/hs-yesod-auth/Makefile b/www/hs-yesod-auth/Makefile
index 6f60d16be9d3..b1b77e177eb3 100644
--- a/www/hs-yesod-auth/Makefile
+++ b/www/hs-yesod-auth/Makefile
@@ -1,13 +1,7 @@
-# New ports collection makefile for: hs-yesod-auth
-# Date created: December 26, 2011
-# Whom: haskell@FreeBSD.org
-#
# $FreeBSD$
-#
PORTNAME= yesod-auth
-PORTVERSION= 1.0.2.1
-PORTREVISION= 1
+PORTVERSION= 1.1.2
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
@@ -15,13 +9,14 @@ COMMENT= Authentication for Yesod
LICENSE= MIT
-USE_CABAL= aeson>=0.5 authenticate>=1.2 blaze-html>=0.5 blaze-markup>=0.5.1 \
- hamlet>=1.0 http-conduit>=1.4.1.1 lifted-base>=0.1 \
- mime-mail>=0.3 persistent>=0.9 persistent-template>=0.9 \
- pureMD5>=2.0 pwstore-fast>=2.2 random>=1.0.0.2 SHA>=1.4.1.3 \
- shakespeare-css>=1.0 text>=0.7 transformers>=0.2.2 \
- unordered-containers wai>=1.2 yesod-core>=1.0 yesod-form>=1.0 \
- yesod-json>=1.0 yesod-persistent>=1.0
+USE_CABAL= aeson>=0.5 authenticate>=1.3 blaze-html>=0.5 \
+ blaze-markup>=0.5.1 hamlet>=1.1 http-conduit>=1.5 \
+ lifted-base>=0.1 mime-mail>=0.3 network persistent>=1.0 \
+ persistent-template>=1.0 pureMD5>=2.0 pwstore-fast>=2.2 \
+ random>=1.0.0.2 SHA>=1.4.1.3 shakespeare-css>=1.0 \
+ shakespeare-js>=1.0.2 text>=0.7 transformers>=0.2.2 \
+ unordered-containers wai>=1.3 yesod-core>=1.1 yesod-form>=1.1 \
+ yesod-json>=1.1 yesod-persistent>=1.1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/www/hs-yesod-auth/distinfo b/www/hs-yesod-auth/distinfo
index e6b9ebba3e58..916879f1456b 100644
--- a/www/hs-yesod-auth/distinfo
+++ b/www/hs-yesod-auth/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/yesod-auth-1.0.2.1.tar.gz) = 796397582e4d54d4592a83ff32ff722569a326392e9cd3cec9307db4fc4e733a
-SIZE (cabal/yesod-auth-1.0.2.1.tar.gz) = 15268
+SHA256 (cabal/yesod-auth-1.1.2.tar.gz) = 86866b63163bbf0fc79743dd27cf57c04748ddd6b06f22791b5c834271be814b
+SIZE (cabal/yesod-auth-1.1.2.tar.gz) = 17477
diff --git a/www/hs-yesod-auth/pkg-descr b/www/hs-yesod-auth/pkg-descr
index 3ce2218ee91e..84cc25320cd6 100644
--- a/www/hs-yesod-auth/pkg-descr
+++ b/www/hs-yesod-auth/pkg-descr
@@ -1,3 +1,3 @@
Authentication for Yesod.
-WWW: http://www.yesodweb.com/
+WWW: http://www.yesodweb.com/