diff options
author | pgj <pgj@FreeBSD.org> | 2014-08-26 02:23:53 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2014-08-26 02:23:53 +0800 |
commit | ca2d6c3fe15c416f890f0a4ac743eb61d953c9ef (patch) | |
tree | 5bfd088e38cdcdddab551548d573194541f05676 /www | |
parent | 3d8736ae97086343a4a41b0dd87da419e5ae5634 (diff) | |
download | freebsd-ports-gnome-ca2d6c3fe15c416f890f0a4ac743eb61d953c9ef.tar.gz freebsd-ports-gnome-ca2d6c3fe15c416f890f0a4ac743eb61d953c9ef.tar.zst freebsd-ports-gnome-ca2d6c3fe15c416f890f0a4ac743eb61d953c9ef.zip |
- Update to 1.0.1
Obtained from: FreeBSD Haskell
Diffstat (limited to 'www')
-rw-r--r-- | www/hs-DAV/Makefile | 10 | ||||
-rw-r--r-- | www/hs-DAV/distinfo | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/hs-DAV/Makefile b/www/hs-DAV/Makefile index 7322b201b148..0bdbd3ed8f14 100644 --- a/www/hs-DAV/Makefile +++ b/www/hs-DAV/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= DAV -PORTVERSION= 0.8 +PORTVERSION= 1.0.1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -9,10 +9,10 @@ COMMENT= RFC 4918 WebDAV support LICENSE= GPLv3 -USE_CABAL= case-insensitive>=0.4 either>=4.1 errors http-client>=0.2 \ - http-client-tls>=0.2 http-types>=0.7 lens>=3.0 \ - lifted-base>=0.1 monad-control>=0.3.2 mtl>=2.1 network>=2.3 \ - optparse-applicative>=0.5.0 transformers-base \ +USE_CABAL= case-insensitive>=0.4 data-default either>=4.1 errors \ + exceptions http-client>=0.2 http-client-tls>=0.2 \ + http-types>=0.7 lens>=3.0 mtl>=2.1 network>=2.3 \ + optparse-applicative>=0.5.0 transformers-base utf8-string \ xml-conduit>=1.0 xml-hamlet>=0.4 EXECUTABLE= hdav diff --git a/www/hs-DAV/distinfo b/www/hs-DAV/distinfo index 653a5b45ceca..d20c96428dd0 100644 --- a/www/hs-DAV/distinfo +++ b/www/hs-DAV/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/DAV-0.8.tar.gz) = 1901a62748916d37413b7cacf1eec97845e2158277b164fb60c429254b8b124e -SIZE (cabal/DAV-0.8.tar.gz) = 19976 +SHA256 (cabal/DAV-1.0.1.tar.gz) = 938cb0beeecc1eaf8a844ba7191e749b7664fdfb0415d5ccae71fa56223c1f49 +SIZE (cabal/DAV-1.0.1.tar.gz) = 20133 |