diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-05-09 05:28:57 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-05-09 05:28:57 +0000 |
commit | 0c76a8384fc1de4958eb1228befbee727f00c596 (patch) | |
tree | 28680b3da252da7f45a2d25108e4e2a6e41a77e5 /www/hs-fastcgi | |
parent | f2febc81eeab0d296325ecc49e1825762e5cd5d7 (diff) | |
download | ports-0c76a8384fc1de4958eb1228befbee727f00c596.tar.gz ports-0c76a8384fc1de4958eb1228befbee727f00c596.zip |
Notes
Diffstat (limited to 'www/hs-fastcgi')
-rw-r--r-- | www/hs-fastcgi/Makefile | 5 | ||||
-rw-r--r-- | www/hs-fastcgi/files/patch-fastcgi.cabal | 11 | ||||
-rw-r--r-- | www/hs-fastcgi/pkg-plist | 14 |
3 files changed, 4 insertions, 26 deletions
diff --git a/www/hs-fastcgi/Makefile b/www/hs-fastcgi/Makefile index c36393feab80..246037cba8c6 100644 --- a/www/hs-fastcgi/Makefile +++ b/www/hs-fastcgi/Makefile @@ -7,12 +7,15 @@ PORTNAME= fastcgi PORTVERSION= 3001.0.2.3 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= A Haskell library for writing FastCGI programs -USE_HACKAGE= cgi>=3000.0.0 +LICENSE= BSD + +USE_CABAL= cgi>=3000 LIB_DEPENDS= fcgi.0:${PORTSDIR}/www/fcgi .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/www/hs-fastcgi/files/patch-fastcgi.cabal b/www/hs-fastcgi/files/patch-fastcgi.cabal deleted file mode 100644 index 9f8e26ac9b32..000000000000 --- a/www/hs-fastcgi/files/patch-fastcgi.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- ./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 diff --git a/www/hs-fastcgi/pkg-plist b/www/hs-fastcgi/pkg-plist deleted file mode 100644 index 0da51a56d321..000000000000 --- a/www/hs-fastcgi/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -@comment $FreeBSD$ -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HS%%PORTNAME%%-%%PORTVERSION%%.o -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Network/FastCGI.hi -%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/libHS%%PORTNAME%%-%%PORTVERSION%%.a -%%LIBDIR_REL%%/register.sh -%%NOPORTDOCS%%%%DOCSDIR%%/LICENSE -%%NOPORTDOCS%%@dirrmtry %%DOCSDIR%% -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Network -@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%% -@dirrm %%LIBDIR_REL%% -@exec /bin/sh %D/%%LIBDIR_REL%%/register.sh -@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old -@unexec %D/bin/ghc-pkg unregister %%PORTNAME%%-%%PORTVERSION%% -@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old |