aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-seqdiag
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-02-23 15:25:53 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-02-23 15:25:53 +0000
commit41a5348a3b6a9d16a7808a76f3b3935dbdb9eb49 (patch)
treedc94bc3df22b218498c473b644b9ddf5d9c9342d /graphics/py-seqdiag
parentd7d7b4eebbb16e530100e9fc57ee92890921ae86 (diff)
downloadports-41a5348a3b6a9d16a7808a76f3b3935dbdb9eb49.tar.gz
ports-41a5348a3b6a9d16a7808a76f3b3935dbdb9eb49.zip
Deprecate a few ports
With hat: portmgr
Notes
Notes: svn path=/head/; revision=526925
Diffstat (limited to 'graphics/py-seqdiag')
-rw-r--r--graphics/py-seqdiag/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/py-seqdiag/Makefile b/graphics/py-seqdiag/Makefile
index 1cd7dcf00150..1942a93dda4d 100644
--- a/graphics/py-seqdiag/Makefile
+++ b/graphics/py-seqdiag/Makefile
@@ -13,6 +13,9 @@ COMMENT= Simple sequence-diagram image generator
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=2.2.1:graphics/py-pillow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}funcparserlib>=0.3.6:devel/py-funcparserlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}blockdiag>=1.5.0:graphics/py-blockdiag@${PY_FLAVOR}