svn commit: r501739 - head/net/neubot

Thierry Thomas thierry at FreeBSD.org
Wed May 15 19:42:17 UTC 2019


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


More information about the svn-ports-all mailing list