aboutsummaryrefslogtreecommitdiff
path: root/lang/py-hy/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-11-28 20:44:33 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-11-28 20:44:33 +0000
commita23a6192290d11c5d8ff069e38d4b814aa5fecee (patch)
tree23c0a0eef4c4bd6f7689d9d10dabf0a7a001ffd7 /lang/py-hy/Makefile
parent37b8caf796b60d255ced2775952a3cadd2eeb5b9 (diff)
downloadports-a23a6192290d11c5d8ff069e38d4b814aa5fecee.tar.gz
ports-a23a6192290d11c5d8ff069e38d4b814aa5fecee.zip
Notes
Diffstat (limited to 'lang/py-hy/Makefile')
-rw-r--r--lang/py-hy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/py-hy/Makefile b/lang/py-hy/Makefile
index e02f86760bd6..0e3700c41fd0 100644
--- a/lang/py-hy/Makefile
+++ b/lang/py-hy/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= hy
-PORTVERSION= 0.17.0
+PORTVERSION= 0.19.0
CATEGORIES= lang python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astor>=0.8:devel/py-astor@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}clint>=0.4:devel/py-clint@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fastentrypoints>0:devel/py-fastentrypoints@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}funcparserlib>=0.3.6:devel/py-funcparserlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rply>=0.7.7:devel/py-rply@${PY_FLAVOR}