diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-02-05 22:26:31 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-02-05 22:26:31 +0000 |
commit | c731105b7f8e403a3db33599a7d7f1ce9257f375 (patch) | |
tree | 23d3f49a5183d8fbc5324dad9a1ae399f457b1d7 /devel/hs-filestore | |
parent | 32ca3ee61e3889801319024959589312eb652bfa (diff) |
Notes
Diffstat (limited to 'devel/hs-filestore')
-rw-r--r-- | devel/hs-filestore/Makefile | 6 | ||||
-rw-r--r-- | devel/hs-filestore/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-filestore/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/hs-filestore/Makefile b/devel/hs-filestore/Makefile index aac684ca66ff..4eb97934adc0 100644 --- a/devel/hs-filestore/Makefile +++ b/devel/hs-filestore/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= filestore -PORTVERSION= 0.5.0.1 +PORTVERSION= 0.6 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -9,8 +9,8 @@ COMMENT= Interface for versioning file stores LICENSE= BSD -USE_CABAL= Diff>=0.1.2 HUnit>=1.2 mtl parsec>=2 split>=0.1 utf8-string>=0.3 \ - xml>=1.3 +USE_CABAL= Diff>=0.2 filestore HUnit>=1.2 mtl parsec>=2 split>=0.1 \ + utf8-string>=0.3 xml>=1.3 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/devel/hs-filestore/distinfo b/devel/hs-filestore/distinfo index 174cc9c4f3f5..b8ee3facc877 100644 --- a/devel/hs-filestore/distinfo +++ b/devel/hs-filestore/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/filestore-0.5.0.1.tar.gz) = f4dc9ec0e49abcd138328eec6495df034f656979d0f6936e8a98ad35f5e071f1 -SIZE (cabal/filestore-0.5.0.1.tar.gz) = 29263 +SHA256 (cabal/filestore-0.6.tar.gz) = 6076b3cb8e702520d0c98526babd96d9942a87cf5af10e604887e33873c7baae +SIZE (cabal/filestore-0.6.tar.gz) = 29622 diff --git a/devel/hs-filestore/pkg-descr b/devel/hs-filestore/pkg-descr index f5a82fb20949..bd532ee1dc4e 100644 --- a/devel/hs-filestore/pkg-descr +++ b/devel/hs-filestore/pkg-descr @@ -3,4 +3,4 @@ store, and modules that instantiate this interface. Currently Git, Darcs, and Mercurial modules are provided, and other VCSs or databases could be added. -WWW: http://johnmacfarlane.net/repos/filestore +WWW: http://hackage.haskell.org/package/filestore |