aboutsummaryrefslogtreecommitdiff
path: root/www/hs-yesod-auth
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2013-06-04 18:53:40 +0000
committerGabor Pali <pgj@FreeBSD.org>2013-06-04 18:53:40 +0000
commit109269205e521bb1d2d87678a391e5adefff88d6 (patch)
tree93f1f9278a9a48902904b7ff4a5ce711c10efe08 /www/hs-yesod-auth
parentad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff)
Notes
Diffstat (limited to 'www/hs-yesod-auth')
-rw-r--r--www/hs-yesod-auth/Makefile18
-rw-r--r--www/hs-yesod-auth/distinfo4
-rw-r--r--www/hs-yesod-auth/pkg-descr6
3 files changed, 16 insertions, 12 deletions
diff --git a/www/hs-yesod-auth/Makefile b/www/hs-yesod-auth/Makefile
index 4a3052d080bc..0cb83a657f15 100644
--- a/www/hs-yesod-auth/Makefile
+++ b/www/hs-yesod-auth/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= yesod-auth
-PORTVERSION= 1.1.5.3
+PORTVERSION= 1.2.0
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
@@ -10,14 +10,14 @@ COMMENT= Authentication for Yesod
LICENSE= MIT
USE_CABAL= aeson>=0.5 authenticate>=1.3 blaze-html>=0.5 \
- blaze-markup>=0.5.1 file-embed hamlet>=1.1 http-conduit>=1.5 \
- http-types 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
+ blaze-markup>=0.5.1 data-default email-validate>=1.0 \
+ file-embed hamlet>=1.1 http-conduit>=1.5 http-types \
+ lifted-base>=0.1 mime-mail>=0.3 network persistent>=1.2 \
+ persistent-template>=1.2 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.4 yesod-core>=1.2 yesod-form>=1.3 \
+ yesod-persistent>=1.2
.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 8d428aaf0669..c07f593a5174 100644
--- a/www/hs-yesod-auth/distinfo
+++ b/www/hs-yesod-auth/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/yesod-auth-1.1.5.3.tar.gz) = 02fdd42abcb77a18f84f01855281a3f7cd04ab891945de051a1cd9793ff9591f
-SIZE (cabal/yesod-auth-1.1.5.3.tar.gz) = 23041
+SHA256 (cabal/yesod-auth-1.2.0.tar.gz) = 0740b3fc8825ca9d97ae3589cb86ff9d81e87c1703f8d2341fd45b9ed728b7aa
+SIZE (cabal/yesod-auth-1.2.0.tar.gz) = 26852
diff --git a/www/hs-yesod-auth/pkg-descr b/www/hs-yesod-auth/pkg-descr
index 84cc25320cd6..b3ba19883de8 100644
--- a/www/hs-yesod-auth/pkg-descr
+++ b/www/hs-yesod-auth/pkg-descr
@@ -1,3 +1,7 @@
-Authentication for Yesod.
+This package provides a pluggable mechanism for allowing users to
+authenticate with your site. It comes with a number of common plugins,
+such as OpenID, BrowserID (a.k.a., Mozilla Persona), and email. Other
+packages are available from Hackage as well. If you've written such an
+add-on, please notify me so that it can be added to this description.
WWW: http://www.yesodweb.com/