svn commit: r497312 - head/net/hs-network

Tobias C. Berner tcberner at FreeBSD.org
Sat Mar 30 17:44:07 UTC 2019


Author: tcberner
Date: Sat Mar 30 17:44:06 2019
New Revision: 497312
URL: https://svnweb.freebsd.org/changeset/ports/497312

Log:
  net/hs-network: remove deprecation notice
  
  This port will most likely still be required after the hs-port overhaul.
  
  Differential Revision:	https://reviews.freebsd.org/D19244

Modified:
  head/net/hs-network/Makefile

Modified: head/net/hs-network/Makefile
==============================================================================
--- head/net/hs-network/Makefile	Sat Mar 30 17:39:36 2019	(r497311)
+++ head/net/hs-network/Makefile	Sat Mar 30 17:44:06 2019	(r497312)
@@ -10,8 +10,5 @@ COMMENT=	Low-level networking interface
 
 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 at FreeBSD.org
-EXPIRATION_DATE=	2019-04-14
-
 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list