aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-jc/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2020-09-04 02:32:46 +0000
committerSteve Wills <swills@FreeBSD.org>2020-09-04 02:32:46 +0000
commit498d0636892a0e55a0709ee86ece57531d739006 (patch)
tree8a7f4a444bd97a4dadbcddbcf80cf0a840cddf0f /textproc/py-jc/Makefile
parent31cc9455d21b207f4ed051fd6ad61fee1a3223fa (diff)
downloadports-498d0636892a0e55a0709ee86ece57531d739006.tar.gz
ports-498d0636892a0e55a0709ee86ece57531d739006.zip
textproc/py-jc: Update to 1.13.4
PR: 249081 Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer)
Notes
Notes: svn path=/head/; revision=547504
Diffstat (limited to 'textproc/py-jc/Makefile')
-rw-r--r--textproc/py-jc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-jc/Makefile b/textproc/py-jc/Makefile
index 7519fa842b4b..241501ce0e0d 100644
--- a/textproc/py-jc/Makefile
+++ b/textproc/py-jc/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= jc
-DISTVERSION= 1.11.6
+DISTVERSION= 1.13.4
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ COMMENT= Converts output of popular command-line tools and file-types to JSON
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=2.4.2:textproc/py-pygments@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=2.3.0:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.15.0:devel/py-ruamel.yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xmltodict>=0.12.0:devel/py-xmltodict@${PY_FLAVOR}