diff options
author | pgj <pgj@FreeBSD.org> | 2010-07-30 17:06:45 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2010-07-30 17:06:45 +0800 |
commit | 5e9bcf768f368548a3dde6a313a957905b351719 (patch) | |
tree | c71dc00b878d0ff1fa2c66be816b1a457908e562 /www/hs-fastcgi | |
parent | 4096b079fbe662d05d85dff0cc868b5bf53a5de4 (diff) | |
download | freebsd-ports-gnome-5e9bcf768f368548a3dde6a313a957905b351719.tar.gz freebsd-ports-gnome-5e9bcf768f368548a3dde6a313a957905b351719.tar.zst freebsd-ports-gnome-5e9bcf768f368548a3dde6a313a957905b351719.zip |
- Update to 3001.0.2.3
Diffstat (limited to 'www/hs-fastcgi')
-rw-r--r-- | www/hs-fastcgi/Makefile | 2 | ||||
-rw-r--r-- | www/hs-fastcgi/distinfo | 6 | ||||
-rw-r--r-- | www/hs-fastcgi/files/patch-fastcgi.cabal | 11 |
3 files changed, 15 insertions, 4 deletions
diff --git a/www/hs-fastcgi/Makefile b/www/hs-fastcgi/Makefile index 69299884be88..c36393feab80 100644 --- a/www/hs-fastcgi/Makefile +++ b/www/hs-fastcgi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fastcgi -PORTVERSION= 3001.0.2.2 +PORTVERSION= 3001.0.2.3 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-fastcgi/distinfo b/www/hs-fastcgi/distinfo index 90c54c551ef5..467c112b3968 100644 --- a/www/hs-fastcgi/distinfo +++ b/www/hs-fastcgi/distinfo @@ -1,3 +1,3 @@ -MD5 (fastcgi-3001.0.2.2.tar.gz) = 72b52e9655e1568973f94dc78c098875 -SHA256 (fastcgi-3001.0.2.2.tar.gz) = 67f56fecd3db490e986df64806e1c14de89990ede20a2c4f76ef739970b6b7d1 -SIZE (fastcgi-3001.0.2.2.tar.gz) = 4506 +MD5 (fastcgi-3001.0.2.3.tar.gz) = 6be42d56c0e751f24fa8417ddc33385a +SHA256 (fastcgi-3001.0.2.3.tar.gz) = 4a88ba6c93f64f539bc2ef8d27f39b7b2ef48cbd41a4134f49f1e36d75c335f7 +SIZE (fastcgi-3001.0.2.3.tar.gz) = 4490 diff --git a/www/hs-fastcgi/files/patch-fastcgi.cabal b/www/hs-fastcgi/files/patch-fastcgi.cabal new file mode 100644 index 000000000000..9f8e26ac9b32 --- /dev/null +++ b/www/hs-fastcgi/files/patch-fastcgi.cabal @@ -0,0 +1,11 @@ +--- ./fastcgi.cabal.orig 2010-06-23 20:23:46.000000000 +0200 ++++ ./fastcgi.cabal 2010-07-29 20:31:01.000000000 +0200 +@@ -18,7 +18,7 @@ + description: Choose the new smaller, split-up base package. + + library +- build-depends: base >= 4 && < 5, cgi >= 3000.0.0, bytestring >= 0.9.1.5 ++ build-depends: base >= 4 && < 5, cgi >= 3000.0.0, bytestring + Extensions: ForeignFunctionInterface, EmptyDataDecls, ScopedTypeVariables + Exposed-Modules: + Network.FastCGI |