diff options
author | pgj <pgj@FreeBSD.org> | 2010-06-08 20:04:16 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2010-06-08 20:04:16 +0800 |
commit | 60845fb323db7833fb83dfe8e68a86ed779bc0e2 (patch) | |
tree | dbe672337152bc4fda12903eb06fba88d6e2c622 | |
parent | 8894bcd16cf44266dedff3671c5ee63f541692fa (diff) | |
download | freebsd-ports-gnome-60845fb323db7833fb83dfe8e68a86ed779bc0e2.tar.gz freebsd-ports-gnome-60845fb323db7833fb83dfe8e68a86ed779bc0e2.tar.zst freebsd-ports-gnome-60845fb323db7833fb83dfe8e68a86ed779bc0e2.zip |
- Update to 0.3.2
-rw-r--r-- | www/hs-scgi/Makefile | 4 | ||||
-rw-r--r-- | www/hs-scgi/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/hs-scgi/Makefile b/www/hs-scgi/Makefile index 1b4c429c1d27..a6f9c190123c 100644 --- a/www/hs-scgi/Makefile +++ b/www/hs-scgi/Makefile @@ -6,13 +6,13 @@ # PORTNAME= scgi -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= A Haskell library for writing SCGI programs -USE_HACKAGE= cgi +USE_HACKAGE= cgi network-bytestring .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-scgi/distinfo b/www/hs-scgi/distinfo index 4406cf412f5f..93e6fc09dd58 100644 --- a/www/hs-scgi/distinfo +++ b/www/hs-scgi/distinfo @@ -1,3 +1,3 @@ -MD5 (scgi-0.3.1.tar.gz) = 460f4f35a1a8ade0f7be86b5e4fd891b -SHA256 (scgi-0.3.1.tar.gz) = 05e0a311f98e673b7dba5d9f56534ac86c53819582131010442e637c0fbd8505 -SIZE (scgi-0.3.1.tar.gz) = 13957 +MD5 (scgi-0.3.2.tar.gz) = f71d24f6607077ed7a5c836ffc683a82 +SHA256 (scgi-0.3.2.tar.gz) = 8d03ef5577a12836806db84e5b1e8c72756b237f75df004a389a66945ca9e4e9 +SIZE (scgi-0.3.2.tar.gz) = 2973 |