aboutsummaryrefslogtreecommitdiffstats
path: root/www/hs-HTTP
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-06-04 06:36:47 +0800
committerpgj <pgj@FreeBSD.org>2012-06-04 06:36:47 +0800
commit6c9d0f01aa281e09b21a3d888ba2de0f54c387b7 (patch)
tree9c7b3f77fcc855ccbc1e18de56fcfb2646b15e30 /www/hs-HTTP
parent7c37c39782e43b7b9507876ce4b0cd7b03db8467 (diff)
downloadfreebsd-ports-gnome-6c9d0f01aa281e09b21a3d888ba2de0f54c387b7.tar.gz
freebsd-ports-gnome-6c9d0f01aa281e09b21a3d888ba2de0f54c387b7.tar.zst
freebsd-ports-gnome-6c9d0f01aa281e09b21a3d888ba2de0f54c387b7.zip
- Update to 4000.2.3
Obtained from: FreeBSD Haskell
Diffstat (limited to 'www/hs-HTTP')
-rw-r--r--www/hs-HTTP/Makefile2
-rw-r--r--www/hs-HTTP/distinfo4
-rw-r--r--www/hs-HTTP/pkg-descr2
3 files changed, 4 insertions, 4 deletions
diff --git a/www/hs-HTTP/Makefile b/www/hs-HTTP/Makefile
index 6793cf627e05..c3cc6af0c489 100644
--- a/www/hs-HTTP/Makefile
+++ b/www/hs-HTTP/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= HTTP
-PORTVERSION= 4000.1.2
+PORTVERSION= 4000.2.3
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-HTTP/distinfo b/www/hs-HTTP/distinfo
index 3b5aa10b46d2..1bba87af8362 100644
--- a/www/hs-HTTP/distinfo
+++ b/www/hs-HTTP/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/HTTP-4000.1.2.tar.gz) = c8725620a1566bcc6ded1304cced716b6d1f6e78da78aa580076671b3bf26ca7
-SIZE (cabal/HTTP-4000.1.2.tar.gz) = 59835
+SHA256 (cabal/HTTP-4000.2.3.tar.gz) = 00f59f751a53a0cd766d59cffb3a97fc001189797861ce4aa28d4bea672efafc
+SIZE (cabal/HTTP-4000.2.3.tar.gz) = 60708
diff --git a/www/hs-HTTP/pkg-descr b/www/hs-HTTP/pkg-descr
index 1890989c6fed..0e98e315a884 100644
--- a/www/hs-HTTP/pkg-descr
+++ b/www/hs-HTTP/pkg-descr
@@ -15,4 +15,4 @@ of a type class, letting you pick the representation of requests and
responses that best fits your use. Some pre-packaged, common instances
are provided for you (ByteString, String.)
-WWW: http://projects.haskell.org/http/
+WWW: https://github.com/haskell/HTTP