aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-10-23 10:14:09 +0000
committerRene Ladan <rene@FreeBSD.org>2018-10-23 10:14:09 +0000
commit72aaa3f72fa328203435e51a1885239fe5d700bc (patch)
tree777410f85a8f84fc6f5f1b45ce14395e9731f7b4 /www
parent4a6389abf2997b10097058b14bb996ff7f47e936 (diff)
downloadports-72aaa3f72fa328203435e51a1885239fe5d700bc.tar.gz
ports-72aaa3f72fa328203435e51a1885239fe5d700bc.zip
Remove expired ports:
2018-10-22 devel/hs-enumerator: Doesn't build with recent GHC version 2018-10-22 net-im/hs-haskell-xmpp: Doesn't build with recent GHC version 2018-10-22 security/hs-certificate: Doesn't build with recent GHC version 2018-10-22 textproc/hs-attoparsec-enumerator: Doesn't build with recent GHC version 2018-10-22 textproc/hs-HaXml: Doesn't build with recent GHC version 2018-10-22 www/hs-happstack: Doesn't build with recent GHC version 2018-10-22 x11-toolkits/hs-wxc: Doesn't build with recent GHC version 2018-10-22 x11-toolkits/hs-wx: Doesn't build with recent GHC version 2018-10-22 archivers/hs-zlib-enum: Doesn't build with recent GHC version 2018-10-22 x11-toolkits/hs-wxcore: Doesn't build with recent GHC version 2018-10-22 devel/hs-TypeCompose: Doesn't build with recent GHC version 2018-10-22 devel/hs-PSQueue: Doesn't build with recent GHC version 2018-10-22 devel/hs-blaze-builder-enumerator: Doesn't build with recent GHC version
Notes
Notes: svn path=/head/; revision=482824
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/hs-happstack/Makefile20
-rw-r--r--www/hs-happstack/distinfo3
-rw-r--r--www/hs-happstack/files/patch-happstack.cabal11
-rw-r--r--www/hs-happstack/pkg-descr3
5 files changed, 0 insertions, 38 deletions
diff --git a/www/Makefile b/www/Makefile
index b7a225f0bb65..fb9a1d77322c 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -259,7 +259,6 @@
SUBDIR += hs-css-text
SUBDIR += hs-fastcgi
SUBDIR += hs-gitit
- SUBDIR += hs-happstack
SUBDIR += hs-happstack-server
SUBDIR += hs-heist
SUBDIR += hs-hjsmin
diff --git a/www/hs-happstack/Makefile b/www/hs-happstack/Makefile
deleted file mode 100644
index c1079d5d7654..000000000000
--- a/www/hs-happstack/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= happstack
-PORTVERSION= 7.0.2
-PORTREVISION= 5
-CATEGORIES= www haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= The haskell application server stack + code generation
-
-LICENSE= BSD3CLAUSE
-
-USE_CABAL= happstack-server>=7.0
-
-IGNORE= Doesn't build with recent GHC version
-DEPRECATED= Doesn't build with recent GHC version
-EXPIRATION_DATE= 2018-10-22
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/www/hs-happstack/distinfo b/www/hs-happstack/distinfo
deleted file mode 100644
index f6376575c01e..000000000000
--- a/www/hs-happstack/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1499625373
-SHA256 (cabal/happstack-7.0.2.tar.gz) = d9d4f581718d4f0fedd5d1f41ce127a6e651545a9398619c0bee3debb377d5b5
-SIZE (cabal/happstack-7.0.2.tar.gz) = 2090
diff --git a/www/hs-happstack/files/patch-happstack.cabal b/www/hs-happstack/files/patch-happstack.cabal
deleted file mode 100644
index 6a12463b9e09..000000000000
--- a/www/hs-happstack/files/patch-happstack.cabal
+++ /dev/null
@@ -1,11 +0,0 @@
---- happstack.cabal.orig 2014-06-26 00:31:28 UTC
-+++ happstack.cabal
-@@ -29,7 +29,7 @@ Library
- other-modules: Paths_happstack
-
- build-depends: base >= 3 && <5,
-- happstack-server >= 7.0 && < 7.4
-+ happstack-server >= 7.0 && < 7.5
-
- if flag(tests)
- hs-source-dirs: tests
diff --git a/www/hs-happstack/pkg-descr b/www/hs-happstack/pkg-descr
deleted file mode 100644
index 7e2e1d5c4c6e..000000000000
--- a/www/hs-happstack/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-The Haskell application server stack.
-
-WWW: http://happstack.com/