aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-03-30 17:39:36 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-03-30 17:39:36 +0000
commit6fa27dcfe7ac69f01374c8c7f7088b0cb2d64a61 (patch)
treec8099d50b52c68c614a102b5d8f340a42015134b /archivers
parentb450fe30b66236f48f8e78e5f662e08efb3cd48e (diff)
downloadports-6fa27dcfe7ac69f01374c8c7f7088b0cb2d64a61.tar.gz
ports-6fa27dcfe7ac69f01374c8c7f7088b0cb2d64a61.zip
Notes
Diffstat (limited to 'archivers')
-rw-r--r--archivers/hs-tar/Makefile3
-rw-r--r--archivers/hs-zip-archive/Makefile3
-rw-r--r--archivers/hs-zlib-bindings/Makefile3
-rw-r--r--archivers/hs-zlib/Makefile3
4 files changed, 12 insertions, 0 deletions
diff --git a/archivers/hs-tar/Makefile b/archivers/hs-tar/Makefile
index 75ba704830c4..ebe2ecaebdaf 100644
--- a/archivers/hs-tar/Makefile
+++ b/archivers/hs-tar/Makefile
@@ -10,5 +10,8 @@ COMMENT= Reading, writing, and manipulating ".tar" archive files
LICENSE= BSD3CLAUSE
+DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org
+EXPIRATION_DATE= 2019-04-14
+
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/archivers/hs-zip-archive/Makefile b/archivers/hs-zip-archive/Makefile
index 56d3b6624070..5487ed7b1fea 100644
--- a/archivers/hs-zip-archive/Makefile
+++ b/archivers/hs-zip-archive/Makefile
@@ -10,6 +10,9 @@ COMMENT= Library for creating and modifying zip archives
LICENSE= BSD3CLAUSE
+DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org
+EXPIRATION_DATE= 2019-04-14
+
USE_CABAL= digest>=0.0.0.1 mtl old-time zlib
FLAGS_DEFINE= EXECUTABLE
diff --git a/archivers/hs-zlib-bindings/Makefile b/archivers/hs-zlib-bindings/Makefile
index 33b4de3df748..f93adfa4a9fa 100644
--- a/archivers/hs-zlib-bindings/Makefile
+++ b/archivers/hs-zlib-bindings/Makefile
@@ -10,6 +10,9 @@ COMMENT= Low-level bindings to the zlib package
LICENSE= BSD3CLAUSE
+DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org
+EXPIRATION_DATE= 2019-04-14
+
USE_CABAL= zlib>=0.5.2.0
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
diff --git a/archivers/hs-zlib/Makefile b/archivers/hs-zlib/Makefile
index ebe2f073c2c8..0a11be2ffd72 100644
--- a/archivers/hs-zlib/Makefile
+++ b/archivers/hs-zlib/Makefile
@@ -11,5 +11,8 @@ COMMENT= Compression and decompression in the gzip and zlib formats
LICENSE= BSD3CLAUSE
+DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org
+EXPIRATION_DATE= 2019-04-14
+
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>