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 /x11-fm/twander | |
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 'x11-fm/twander')
-rw-r--r-- | x11-fm/twander/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-fm/twander/Makefile b/x11-fm/twander/Makefile index 81b7c366c7fe..519326dd4f5d 100644 --- a/x11-fm/twander/Makefile +++ b/x11-fm/twander/Makefile @@ -15,6 +15,9 @@ LICENSE_NAME= TundraWare license LICENSE_FILE= ${WRKSRC}/twander-license.txt LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell no-auto-accept +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} |