mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
- Update to 0.5
Obtained from: FreeBSD Haskell
This commit is contained in:
parent
77c2e8801a
commit
4de6bb5b6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298189
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= filestore
|
||||
PORTVERSION= 0.4.0.4
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= devel haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
@ -14,7 +14,8 @@ COMMENT= Interface for versioning file stores
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
USE_CABAL= Diff>=0.1.0.2 parsec split>=0.1 utf8-string>=0.3 xml>=1.3
|
||||
USE_CABAL= Diff>=0.1.2 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>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cabal/filestore-0.4.0.4.tar.gz) = 7de9868e3d5e50d29f69828931e3daeeb138f0a8647731f14dd3ca9790113793
|
||||
SIZE (cabal/filestore-0.4.0.4.tar.gz) = 25853
|
||||
SHA256 (cabal/filestore-0.5.tar.gz) = 07d3dcd54b2c411ef5ac81bddbf240bcc58519f0ce3b3509b48d7c3d23aaf732
|
||||
SIZE (cabal/filestore-0.5.tar.gz) = 29379
|
||||
|
@ -1,6 +1,6 @@
|
||||
The filestore library provides an abstract interface for a versioning
|
||||
file store, and modules that instatiate this interface. Currently Git,
|
||||
Darcs, and Mercurial modules are provided, and other VCSs or databases
|
||||
could be added.
|
||||
The filestore library provides an abstract interface for a versioning file
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user