aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/py-hy/Makefile3
-rw-r--r--lang/py-hy/distinfo6
-rw-r--r--lang/py-hy/pkg-descr2
3 files changed, 6 insertions, 5 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}
diff --git a/lang/py-hy/distinfo b/lang/py-hy/distinfo
index 7e7936f1005a..37716ba6f9c7 100644
--- a/lang/py-hy/distinfo
+++ b/lang/py-hy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578161900
-SHA256 (hy-0.17.0.tar.gz) = d17d203f3ea4fdd0d69f153b528d7633e8cf55f1f55ccb8118b2379da3c6abbd
-SIZE (hy-0.17.0.tar.gz) = 86096
+TIMESTAMP = 1604792792
+SHA256 (hy-0.19.0.tar.gz) = 3a5a1d76ddeb2f1d5de71ad1b1167799850db955b5eb0258e351fb182b2e6016
+SIZE (hy-0.19.0.tar.gz) = 86558
diff --git a/lang/py-hy/pkg-descr b/lang/py-hy/pkg-descr
index efe533e7664b..feb384b61973 100644
--- a/lang/py-hy/pkg-descr
+++ b/lang/py-hy/pkg-descr
@@ -3,4 +3,4 @@ Hy is a wonderful dialect of Lisp that's embedded in Python.
Since Hy transforms its Lisp code into the Python Abstract Syntax Tree, you
have the whole beautiful world of Python at your fingertips, in Lisp form!
-WWW: http://docs.hylang.org/en/stable/
+WWW: https://docs.hylang.org/en/stable/