diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
commit | f6f83c9efc2c46d2970746758e2c682bb8a518ec (patch) | |
tree | 290f2ea61305744bf0f477895c56b92acaeb361f /www/hs-HTTP | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) |
Notes
Diffstat (limited to 'www/hs-HTTP')
-rw-r--r-- | www/hs-HTTP/Makefile | 9 | ||||
-rw-r--r-- | www/hs-HTTP/distinfo | 4 | ||||
-rw-r--r-- | www/hs-HTTP/pkg-descr | 2 |
3 files changed, 5 insertions, 10 deletions
diff --git a/www/hs-HTTP/Makefile b/www/hs-HTTP/Makefile index 57aa23b922f4..a54291edd46d 100644 --- a/www/hs-HTTP/Makefile +++ b/www/hs-HTTP/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: hs-HTTP -# Date created: December 20 2009 -# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> -# +# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> # $FreeBSD$ -# PORTNAME= HTTP -PORTVERSION= 4000.2.3 -PORTREVISION= 1 +PORTVERSION= 4000.2.5 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-HTTP/distinfo b/www/hs-HTTP/distinfo index 1bba87af8362..ae66c473fc49 100644 --- a/www/hs-HTTP/distinfo +++ b/www/hs-HTTP/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/HTTP-4000.2.3.tar.gz) = 00f59f751a53a0cd766d59cffb3a97fc001189797861ce4aa28d4bea672efafc -SIZE (cabal/HTTP-4000.2.3.tar.gz) = 60708 +SHA256 (cabal/HTTP-4000.2.5.tar.gz) = 67dd0e6b5b97657dcef8d906d329f73243b75b33ffeb90454783b0e9e70f320e +SIZE (cabal/HTTP-4000.2.5.tar.gz) = 66587 diff --git a/www/hs-HTTP/pkg-descr b/www/hs-HTTP/pkg-descr index 0e98e315a884..0f391dc0f467 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: https://github.com/haskell/HTTP +WWW: https://github.com/haskell/HTTP |