diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-09 01:01:46 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-09 01:01:46 +0800 |
commit | 5ae8688c07b2294395a124e0b2da3a0f00d4aba0 (patch) | |
tree | 326c7ae1133b16e8be2a37e24472b70a0574fcaa /news/rawdog | |
parent | fb717d0e60d518f1df0a66b382e11ff5a1d0f53b (diff) | |
download | freebsd-ports-gnome-5ae8688c07b2294395a124e0b2da3a0f00d4aba0.tar.gz freebsd-ports-gnome-5ae8688c07b2294395a124e0b2da3a0f00d4aba0.tar.zst freebsd-ports-gnome-5ae8688c07b2294395a124e0b2da3a0f00d4aba0.zip |
Deprecate some ports using deprecated version of python
With hat: portmgr
Diffstat (limited to 'news/rawdog')
-rw-r--r-- | news/rawdog/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |