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-filesystem-conduit | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) |
Notes
Diffstat (limited to 'devel/hs-filesystem-conduit')
-rw-r--r-- | devel/hs-filesystem-conduit/Makefile | 10 | ||||
-rw-r--r-- | devel/hs-filesystem-conduit/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-filesystem-conduit/pkg-descr | 2 |
3 files changed, 5 insertions, 11 deletions
diff --git a/devel/hs-filesystem-conduit/Makefile b/devel/hs-filesystem-conduit/Makefile index 1c495a701ae4..502d84789f63 100644 --- a/devel/hs-filesystem-conduit/Makefile +++ b/devel/hs-filesystem-conduit/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-filesystem-conduit -# Date created: June 10, 2012 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= filesystem-conduit -PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTVERSION= 0.5.0.2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -15,7 +9,7 @@ COMMENT= Use system-filepath data types with conduits LICENSE= BSD -USE_CABAL= conduit>=0.4 system-fileio>=0.3.3 system-filepath>=0.4.3 \ +USE_CABAL= conduit>=0.5 system-fileio>=0.3.3 system-filepath>=0.4.3 \ text>=0.11 transformers>=0.2.2 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/devel/hs-filesystem-conduit/distinfo b/devel/hs-filesystem-conduit/distinfo index 2e9b30424de3..1a2488ca2681 100644 --- a/devel/hs-filesystem-conduit/distinfo +++ b/devel/hs-filesystem-conduit/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/filesystem-conduit-0.4.0.tar.gz) = ceec0adf0bc5b77b2a0b91c1e1b720ce1d7124ee41d891b9ecc5a7f694ca4582 -SIZE (cabal/filesystem-conduit-0.4.0.tar.gz) = 3125 +SHA256 (cabal/filesystem-conduit-0.5.0.2.tar.gz) = d8f934889839492f04c2e5812aefa62af1a53c67c94f8b22dd641c33c5a0fd6e +SIZE (cabal/filesystem-conduit-0.5.0.2.tar.gz) = 3075 diff --git a/devel/hs-filesystem-conduit/pkg-descr b/devel/hs-filesystem-conduit/pkg-descr index 2c077d0d98a3..38f1a13f1c69 100644 --- a/devel/hs-filesystem-conduit/pkg-descr +++ b/devel/hs-filesystem-conduit/pkg-descr @@ -1,4 +1,4 @@ Provides ability to traverse a folder structure efficiently, as well as convenience wrappers for reading from and writing to files. -WWW: http://github.com/snoyberg/conduit +WWW: http://github.com/snoyberg/conduit |