Skip to content

Commit cf2eeb2

Browse files
committed
www/hs-hS3: 0.5.8 --> 0.5.9
1 parent 13f45da commit cf2eeb2

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

www/hs-hS3/Makefile

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# $FreeBSD$
22

33
PORTNAME= hS3
4-
PORTVERSION= 0.5.8
5-
PORTREVISION= 1
4+
PORTVERSION= 0.5.9
65
CATEGORIES= www haskell
76

87
MAINTAINER= [email protected]
@@ -11,9 +10,12 @@ COMMENT= Interface to Amazon's Simple Storage Service (S3)
1110
LICENSE= BSD3CLAUSE
1211

1312
USE_CABAL= Crypto>=4.1.0 dataenc HTTP>=4000.0.0 hxt>=9.0.0 \
14-
MissingH>=0.18.6 network random regex-compat utf8-string
13+
MissingH>=0.18.6 network>=2.6 network-uri>=2.6 random \
14+
regex-compat utf8-string
1515

1616
EXECUTABLE= hs3
1717

18+
FLAGS_ENABLE= network-uri
19+
1820
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
1921
.include <bsd.port.mk>

www/hs-hS3/distinfo

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SHA256 (cabal/hS3-0.5.8.tar.gz) = 759d37a56f0f3b2f1177c03da75410f8ee2b6f41c3f648cbc99062f269cdb9f2
2-
SIZE (cabal/hS3-0.5.8.tar.gz) = 19878
1+
SHA256 (cabal/hS3-0.5.9.tar.gz) = 7ee0ba24b01cdefc02f683aef16d33ac146928ae75a00e566673be12960cc759
2+
SIZE (cabal/hS3-0.5.9.tar.gz) = 19981

0 commit comments

Comments
 (0)