aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2019-03-31 01:39:36 +0800
committertcberner <tcberner@FreeBSD.org>2019-03-31 01:39:36 +0800
commitf84f90dc28e919d64b4c426d0e00e337a41d9f86 (patch)
treec8099d50b52c68c614a102b5d8f340a42015134b /net-p2p
parent5af281f5f6f515e77de0c7a937dc3d2147b2f1db (diff)
downloadfreebsd-ports-gnome-f84f90dc28e919d64b4c426d0e00e337a41d9f86.tar.gz
freebsd-ports-gnome-f84f90dc28e919d64b4c426d0e00e337a41d9f86.tar.zst
freebsd-ports-gnome-f84f90dc28e919d64b4c426d0e00e337a41d9f86.zip
Mark almost all Haskell ports for expiration by mid April
Ports for Haskell *libraries* are going to be removed from the ports tree. Haskell *applications* are going to be statically linked with all dependencies ( https://reviews.freebsd.org/D19730 ), so there is no reason to keep Haskell libraries in tree. If you think a port is wrongly marked and should stay, please contact haskell@ Submitted by: arrowd Differential Revision: https://reviews.freebsd.org/D19244
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/hs-torrent/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/hs-torrent/Makefile b/net-p2p/hs-torrent/Makefile
index 707653202cf1..c094035aa438 100644
--- a/net-p2p/hs-torrent/Makefile
+++ b/net-p2p/hs-torrent/Makefile
@@ -10,6 +10,9 @@ COMMENT= BitTorrent file parser and generator
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= bencode>=0.2 syb
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"