aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-03-08 17:01:46 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-03-08 17:01:46 +0000
commit5ae8688c07b2294395a124e0b2da3a0f00d4aba0 (patch)
tree326c7ae1133b16e8be2a37e24472b70a0574fcaa /deskutils
parentfb717d0e60d518f1df0a66b382e11ff5a1d0f53b (diff)
downloadports-5ae8688c07b2294395a124e0b2da3a0f00d4aba0.tar.gz
ports-5ae8688c07b2294395a124e0b2da3a0f00d4aba0.zip
Deprecate some ports using deprecated version of python
With hat: portmgr
Notes
Notes: svn path=/head/; revision=528058
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/calibre/Makefile3
-rw-r--r--deskutils/ljcharm/Makefile3
-rw-r--r--deskutils/mat/Makefile3
3 files changed, 9 insertions, 0 deletions
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile
index 74a269b121ce..9c1dee8019ca 100644
--- a/deskutils/calibre/Makefile
+++ b/deskutils/calibre/Makefile
@@ -11,6 +11,9 @@ COMMENT= Ebook management application
LICENSE= GPLv3
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-09-15
+
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libpoppler-qt5.so:graphics/poppler-qt5 \
libwmflite.so:graphics/libwmf \
diff --git a/deskutils/ljcharm/Makefile b/deskutils/ljcharm/Makefile
index a3f0bce4d1da..ec92f589d386 100644
--- a/deskutils/ljcharm/Makefile
+++ b/deskutils/ljcharm/Makefile
@@ -13,6 +13,9 @@ COMMENT= Menu-driven python-based livejournal client
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-09-15
+
USES= python:2.7
USE_PYTHON= autoplist distutils
NO_ARCH= yes
diff --git a/deskutils/mat/Makefile b/deskutils/mat/Makefile
index 600da9f7f579..f975bbaf7420 100644
--- a/deskutils/mat/Makefile
+++ b/deskutils/mat/Makefile
@@ -11,6 +11,9 @@ COMMENT= Metadata Anonymization Toolkit
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-09-15
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-distutils-extra>0:devel/py-python-distutils-extra@${PY_FLAVOR} \
intltool-update:textproc/intltool
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mutagen>=0:audio/py-mutagen@${PY_FLAVOR} \