aboutsummaryrefslogtreecommitdiffstats
path: root/www/hs-fastcgi
diff options
context:
space:
mode:
authorashish <ashish@FreeBSD.org>2011-05-09 13:28:57 +0800
committerashish <ashish@FreeBSD.org>2011-05-09 13:28:57 +0800
commitc7a47a981222b062ac48e4edc5cae32fbed2b9c7 (patch)
treea1af1f5739f0a44d179f6f44b2ea70e07401da25 /www/hs-fastcgi
parent63b87600f00dd6e3a998a1862f7c209aa5e62523 (diff)
downloadfreebsd-ports-gnome-c7a47a981222b062ac48e4edc5cae32fbed2b9c7.tar.gz
freebsd-ports-gnome-c7a47a981222b062ac48e4edc5cae32fbed2b9c7.tar.zst
freebsd-ports-gnome-c7a47a981222b062ac48e4edc5cae32fbed2b9c7.zip
- Please welcome GHC 7.0.3
GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports are also updated to their corresponding Haskell Platform versions, or latest versions. We would like to acknowledge the support of the FreeBSD Donations Team and Eotvos Lorand University, Faculty of Informatics who contributed to the server that we used for testing. We would also like to thank all the testers who tested FreeBSD Haskell ports and provided their feedback. PR: ports/156642 Approved by: tabthorpe (mentor) Obtained from: FreeBSD Haskell
Diffstat (limited to 'www/hs-fastcgi')
-rw-r--r--www/hs-fastcgi/Makefile5
-rw-r--r--www/hs-fastcgi/files/patch-fastcgi.cabal11
-rw-r--r--www/hs-fastcgi/pkg-plist14
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