Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Apr 2019 09:43:30 +0000 (UTC)
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497473 - head/devel/hs-hspec
Message-ID:  <201904010943.x319hUnl099330@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arrowd
Date: Mon Apr  1 09:43:30 2019
New Revision: 497473
URL: https://svnweb.freebsd.org/changeset/ports/497473

Log:
  devel/hs-hspec: Add deprecation notice.
  
  Differential Revision:	https://reviews.freebsd.org/D19244

Modified:
  head/devel/hs-hspec/Makefile

Modified: head/devel/hs-hspec/Makefile
==============================================================================
--- head/devel/hs-hspec/Makefile	Mon Apr  1 09:32:57 2019	(r497472)
+++ head/devel/hs-hspec/Makefile	Mon Apr  1 09:43:30 2019	(r497473)
@@ -10,6 +10,9 @@ COMMENT=	Testing Framework for Haskell
 
 LICENSE=	MIT
 
+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=	hspec-core>=2.1.10 hspec-discover>=2.1.10 \
 		hspec-expectations>=0.7.1 HUnit>=1.2.5 QuickCheck>=2.5.1
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904010943.x319hUnl099330>