Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Aug 2017 12:29:12 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448400 - head/dns/py-twistedNames
Message-ID:  <201708201229.v7KCTCe6001630@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 20 12:29:12 2017
New Revision: 448400
URL: https://svnweb.freebsd.org/changeset/ports/448400

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2017-09-30

Modified:
  head/dns/py-twistedNames/Makefile

Modified: head/dns/py-twistedNames/Makefile
==============================================================================
--- head/dns/py-twistedNames/Makefile	Sun Aug 20 12:29:07 2017	(r448399)
+++ head/dns/py-twistedNames/Makefile	Sun Aug 20 12:29:12 2017	(r448400)
@@ -14,6 +14,9 @@ COMMENT=	DNS protocol implementation with client and s
 
 LICENSE=	MIT
 
+DEPRECATED=	Use devel/py-twisted instead
+EXPIRATION_DATE=2017-09-30
+
 NO_ARCH=	yes
 USE_PYTHON=	autoplist distutils
 USES=		python:2 tar:bzip2 twisted



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