svn commit: r410994 - head/dns/odsclient

Kurt Jaeger pi at FreeBSD.org
Sun Mar 13 15:07:21 UTC 2016


Author: pi
Date: Sun Mar 13 15:07:20 2016
New Revision: 410994
URL: https://svnweb.freebsd.org/changeset/ports/410994

Log:
  dns/odsclient: ODS shuts service done, deprecate port
  
  See http://www.ods.org/:
    ODS has stopped accepting payments and will be shutting down in 2015.

Modified:
  head/dns/odsclient/Makefile

Modified: head/dns/odsclient/Makefile
==============================================================================
--- head/dns/odsclient/Makefile	Sun Mar 13 15:03:02 2016	(r410993)
+++ head/dns/odsclient/Makefile	Sun Mar 13 15:07:20 2016	(r410994)
@@ -11,6 +11,9 @@ COMMENT=	ODS Dynamic DNS Client
 
 ALL_TARGET=	odsclient
 
+DEPRECATED=	ODS shuts service down, so client is probably useless
+EXPIRATION_DATE=	2016-04-30
+
 OPTIONS_DEFINE=	DOCS
 
 do-install:


More information about the svn-ports-all mailing list