diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
commit | f6f83c9efc2c46d2970746758e2c682bb8a518ec (patch) | |
tree | 290f2ea61305744bf0f477895c56b92acaeb361f /www/hs-yesod-persistent | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) |
Notes
Diffstat (limited to 'www/hs-yesod-persistent')
-rw-r--r-- | www/hs-yesod-persistent/Makefile | 12 | ||||
-rw-r--r-- | www/hs-yesod-persistent/distinfo | 4 | ||||
-rw-r--r-- | www/hs-yesod-persistent/pkg-descr | 2 |
3 files changed, 6 insertions, 12 deletions
diff --git a/www/hs-yesod-persistent/Makefile b/www/hs-yesod-persistent/Makefile index 609ab4460463..b0d1162e0272 100644 --- a/www/hs-yesod-persistent/Makefile +++ b/www/hs-yesod-persistent/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-yesod-persistent -# Date created: December 26, 2011 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= yesod-persistent -PORTVERSION= 1.0.0.1 -PORTREVISION= 1 +PORTVERSION= 1.1.0 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -15,8 +9,8 @@ COMMENT= Some helpers for using Persistent from Yesod LICENSE= MIT -USE_CABAL= persistent>=0.9 persistent-template>=0.9 transformers>=0.2.2 \ - yesod-core>=1.0 +USE_CABAL= persistent>=1.0 persistent-template>=1.0 transformers>=0.2.2 \ + yesod-core>=1.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-yesod-persistent/distinfo b/www/hs-yesod-persistent/distinfo index 5a5a5141c1db..39d9f7cdaa41 100644 --- a/www/hs-yesod-persistent/distinfo +++ b/www/hs-yesod-persistent/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/yesod-persistent-1.0.0.1.tar.gz) = bd1214a5944ad8c2ac3b7da360343c6aa9d194ca412505a85f45899e1eb991ec -SIZE (cabal/yesod-persistent-1.0.0.1.tar.gz) = 1801 +SHA256 (cabal/yesod-persistent-1.1.0.tar.gz) = 52a9252b613b0b05c663bd3c83a2f0b6d96850f496f97420503d26ff04db0c31 +SIZE (cabal/yesod-persistent-1.1.0.tar.gz) = 1796 diff --git a/www/hs-yesod-persistent/pkg-descr b/www/hs-yesod-persistent/pkg-descr index 512178d23527..bca41c3d7655 100644 --- a/www/hs-yesod-persistent/pkg-descr +++ b/www/hs-yesod-persistent/pkg-descr @@ -1,3 +1,3 @@ Some helpers for using Persistent from Yesod. -WWW: http://www.yesodweb.com/ +WWW: http://www.yesodweb.com/ |