Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2019 19:42:16 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501739 - head/net/neubot
Message-ID:  <201905151942.x4FJgGt3008696@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Wed May 15 19:42:16 2019
New Revision: 501739
URL: https://svnweb.freebsd.org/changeset/ports/501739

Log:
  Mark deprecated.
  
  The neubot client has been retired: see
  http://www.neubot.org/2019/01/retiring-neubot-client.html

Modified:
  head/net/neubot/Makefile

Modified: head/net/neubot/Makefile
==============================================================================
--- head/net/neubot/Makefile	Wed May 15 18:50:58 2019	(r501738)
+++ head/net/neubot/Makefile	Wed May 15 19:42:16 2019	(r501739)
@@ -13,6 +13,10 @@ COMMENT=	Measures neutrality of your network connectio
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+# Retiring the Neubot Client - See http://www.neubot.org/2019/01/retiring-neubot-client.html
+DEPRECATED=	Yes
+EXPIRATION_DATE=2019-05-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
 
 USES=		python:2.7 shebangfix



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