Date: Sat, 26 Aug 2023 09:30:59 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7ba88fea95fa - main - devel/py-websockify: Update to 0.11.0 Message-ID: <202308260930.37Q9Ux4D090407@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ba88fea95fab59db14b87bcbe8945ed463e2fcc commit 7ba88fea95fab59db14b87bcbe8945ed463e2fcc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-26 09:27:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-26 09:27:39 +0000 devel/py-websockify: Update to 0.11.0 Changes: https://github.com/novnc/websockify/releases --- devel/py-websockify/Makefile | 9 ++++++--- devel/py-websockify/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/devel/py-websockify/Makefile b/devel/py-websockify/Makefile index 84be80a6fb6b..b37b5dcd0f02 100644 --- a/devel/py-websockify/Makefile +++ b/devel/py-websockify/Makefile @@ -1,6 +1,5 @@ PORTNAME= websockify -PORTVERSION= 0.10.0 -PORTREVISION= 1 +PORTVERSION= 0.11.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +10,11 @@ WWW= https://github.com/novnc/websockify LICENSE= LGPL3 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jwcrypto>=0:security/py-jwcrypto@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}redis>=0:databases/py-redis@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-websockify/distinfo b/devel/py-websockify/distinfo index 6c321314203c..b39883820ccc 100644 --- a/devel/py-websockify/distinfo +++ b/devel/py-websockify/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627120856 -SHA256 (websockify-0.10.0.tar.gz) = 6c4cc1bc132abb4a99834bcb1b4bd72f51d35a08d08093a817646ecc226ac44e -SIZE (websockify-0.10.0.tar.gz) = 40733 +TIMESTAMP = 1692812432 +SHA256 (websockify-0.11.0.tar.gz) = ef10ed32fa2abea2af6fd068de63d8bc3c5b780af8c128e9460d91173003cf8f +SIZE (websockify-0.11.0.tar.gz) = 47191
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308260930.37Q9Ux4D090407>