svn commit: r508087 - head/net/turses

Antoine Brodin antoine at FreeBSD.org
Sun Aug 4 10:00:44 UTC 2019


Author: antoine
Date: Sun Aug  4 10:00:43 2019
New Revision: 508087
URL: https://svnweb.freebsd.org/changeset/ports/508087

Log:
  Chase py-tweepy expiration

Modified:
  head/net/turses/Makefile

Modified: head/net/turses/Makefile
==============================================================================
--- head/net/turses/Makefile	Sun Aug  4 09:56:51 2019	(r508086)
+++ head/net/turses/Makefile	Sun Aug  4 10:00:43 2019	(r508087)
@@ -13,6 +13,9 @@ COMMENT=	Python Twitter client for the console
 
 LICENSE=	GPLv3
 
+DEPRECATED=	Depends on expiring net/py-tweepy
+EXPIRATION_DATE=	2019-09-04
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}urwid>=1.3.0:devel/py-urwid@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tweepy>=3.1.0:net/py-tweepy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}future>=0.14.3:devel/py-future@${PY_FLAVOR}


More information about the svn-ports-all mailing list