diff options
Diffstat (limited to 'databases/hs-persistent')
-rw-r--r-- | databases/hs-persistent/Makefile | 20 | ||||
-rw-r--r-- | databases/hs-persistent/distinfo | 4 | ||||
-rw-r--r-- | databases/hs-persistent/pkg-descr | 2 |
3 files changed, 10 insertions, 16 deletions
diff --git a/databases/hs-persistent/Makefile b/databases/hs-persistent/Makefile index 4435bbeb003a..e8f39f774b8b 100644 --- a/databases/hs-persistent/Makefile +++ b/databases/hs-persistent/Makefile @@ -1,25 +1,19 @@ -# New ports collection makefile for: hs-persistent -# Date created: December 26, 2011 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= persistent -PORTVERSION= 0.9.0.4 -PORTREVISION= 1 +PORTVERSION= 1.0.2.2 CATEGORIES= databases haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Type-safe, multi-backend data serialization -LICENSE= BSD +LICENSE= MIT -USE_CABAL= aeson>=0.5 attoparsec base64-bytestring blaze-html>=0.4 \ - blaze-markup>=0.5.1 conduit>=0.4 lifted-base>=0.1 \ - monad-control>=0.3 path-pieces>=0.1 pool-conduit>=0.1 \ - resourcet>=0.3 text>=0.8 transformers>=0.2.1 transformers-base \ - unordered-containers vector +USE_CABAL= aeson>=0.5 attoparsec base64-bytestring blaze-html>=0.5 \ + blaze-markup>=0.5.1 conduit>=0.5 lifted-base>=0.1 \ + monad-control>=0.3 monad-logger>=0.2.1 path-pieces>=0.1 \ + pool-conduit>=0.1 resourcet>=0.3 text>=0.8 transformers>=0.2.1 \ + transformers-base unordered-containers vector .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/databases/hs-persistent/distinfo b/databases/hs-persistent/distinfo index 0f6217a963de..701618fa77fb 100644 --- a/databases/hs-persistent/distinfo +++ b/databases/hs-persistent/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/persistent-0.9.0.4.tar.gz) = 59a6c6f188ec883524229a0dfae8de6918bf71af04bb160e4aea2156a1a0f5c5 -SIZE (cabal/persistent-0.9.0.4.tar.gz) = 27921 +SHA256 (cabal/persistent-1.0.2.2.tar.gz) = d6a05aefa9ae1a3903009dd9ec89f8b249c7a4a2f7aa914ad7013000b64c5a69 +SIZE (cabal/persistent-1.0.2.2.tar.gz) = 29083 diff --git a/databases/hs-persistent/pkg-descr b/databases/hs-persistent/pkg-descr index 2fb730da959e..8814d00f5b17 100644 --- a/databases/hs-persistent/pkg-descr +++ b/databases/hs-persistent/pkg-descr @@ -1,4 +1,4 @@ Type-safe, data serialization. You must use a specific backend in order to make this useful. -WWW: http://www.yesodweb.com/book/persistent +WWW: http://www.yesodweb.com/book/persistent |