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 /devel/hs-pool-conduit | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) |
Notes
Diffstat (limited to 'devel/hs-pool-conduit')
-rw-r--r-- | devel/hs-pool-conduit/Makefile | 10 | ||||
-rw-r--r-- | devel/hs-pool-conduit/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-pool-conduit/pkg-descr | 2 |
3 files changed, 5 insertions, 11 deletions
diff --git a/devel/hs-pool-conduit/Makefile b/devel/hs-pool-conduit/Makefile index 45d47ca7d347..ca69f42eb3ad 100644 --- a/devel/hs-pool-conduit/Makefile +++ b/devel/hs-pool-conduit/Makefile @@ -1,19 +1,13 @@ -# New ports collection makefile for: hs-pool-conduit -# Date created: April 7, 2012 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= pool-conduit -PORTVERSION= 0.1.0.2 -PORTREVISION= 1 +PORTVERSION= 0.1.0.3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Resource pool allocations via ResourceT -LICENSE= BSD +LICENSE= MIT USE_CABAL= resource-pool>=0.2.1 resourcet>=0.3 transformers>=0.2.1 diff --git a/devel/hs-pool-conduit/distinfo b/devel/hs-pool-conduit/distinfo index 046b521b3a9f..3a7f2c111cf1 100644 --- a/devel/hs-pool-conduit/distinfo +++ b/devel/hs-pool-conduit/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/pool-conduit-0.1.0.2.tar.gz) = 7efaa2e776359d3f75ee2d981b0e84a2f53a34d857b810804d936dbda79e42bb -SIZE (cabal/pool-conduit-0.1.0.2.tar.gz) = 2066 +SHA256 (cabal/pool-conduit-0.1.0.3.tar.gz) = a9abd59d2b63dc6de99d73381fde66777485a9d671fdc5ac4acd75700e592561 +SIZE (cabal/pool-conduit-0.1.0.3.tar.gz) = 2067 diff --git a/devel/hs-pool-conduit/pkg-descr b/devel/hs-pool-conduit/pkg-descr index 84fca905d372..b870847700ae 100644 --- a/devel/hs-pool-conduit/pkg-descr +++ b/devel/hs-pool-conduit/pkg-descr @@ -1,4 +1,4 @@ Allocate resources from a pool, guaranteeing resource handling via the ResourceT transformer. -WWW: http://www.yesodweb.com/book/persistent +WWW: http://www.yesodweb.com/book/persistent |