diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-08 17:01:46 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-08 17:01:46 +0000 |
commit | 5ae8688c07b2294395a124e0b2da3a0f00d4aba0 (patch) | |
tree | 326c7ae1133b16e8be2a37e24472b70a0574fcaa /news | |
parent | fb717d0e60d518f1df0a66b382e11ff5a1d0f53b (diff) |
Deprecate some ports using deprecated version of python
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=528058
Diffstat (limited to 'news')
-rw-r--r-- | news/nzbhydra2/Makefile | 3 | ||||
-rw-r--r-- | news/rawdog/Makefile | 3 | ||||
-rw-r--r-- | news/sabnzbdplus/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/news/nzbhydra2/Makefile b/news/nzbhydra2/Makefile index 4c7992f0d7ca..e7828f18cf14 100644 --- a/news/nzbhydra2/Makefile +++ b/news/nzbhydra2/Makefile @@ -12,6 +12,9 @@ COMMENT= Usenet meta search LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + ONLY_FOR_ARCHS= amd64 USES= python:2.7 shebangfix zip diff --git a/news/rawdog/Makefile b/news/rawdog/Makefile index 06286aa5271f..11544cf9dc34 100644 --- a/news/rawdog/Makefile +++ b/news/rawdog/Makefile @@ -12,6 +12,9 @@ COMMENT= Simple RSS aggregator LICENSE= GPLv2 +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/feedparser.py:textproc/py-feedparser@${PY_FLAVOR} USES= python:2.7 diff --git a/news/sabnzbdplus/Makefile b/news/sabnzbdplus/Makefile index 1291ade4fad2..2dc8a035e632 100644 --- a/news/sabnzbdplus/Makefile +++ b/news/sabnzbdplus/Makefile @@ -10,6 +10,9 @@ COMMENT= Web-interface based binary newsgrabber in python, with nzb support LICENSE= BSD2CLAUSE BSD3CLAUSE GPLv2+ ISCL MIT PSFL LICENSE_COMB= multi +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + RUN_DEPENDS= cheetah:devel/py-cheetah@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/pythonutils/configobj.py:devel/py-utils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} |