Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2023 16:20:57 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: 31b4f5ee72a4 - main - www/py-autobahn: Remove superfluous space
Message-ID:  <202309291620.38TGKvT8066666@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=31b4f5ee72a43662a6aa7b8e60a3ce5c6e93c4c1

commit 31b4f5ee72a43662a6aa7b8e60a3ce5c6e93c4c1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-29 16:15:18 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-29 16:15:18 +0000

    www/py-autobahn: Remove superfluous space
    
    Approved by:    portmgr (blanket)
---
 www/py-autobahn/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/py-autobahn/Makefile b/www/py-autobahn/Makefile
index 342726298dfb..586e15ca17dd 100644
--- a/www/py-autobahn/Makefile
+++ b/www/py-autobahn/Makefile
@@ -11,7 +11,7 @@ WWW=		https://github.com/crossbario/autobahn-python
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	 ${PYTHON_PKGNAMEPREFIX}hyperlink>=21.0.0:www/py-hyperlink@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hyperlink>=21.0.0:www/py-hyperlink@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}txaio>=21.2.1:devel/py-txaio@${PY_FLAVOR}
 
 USES=		cpe python



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309291620.38TGKvT8066666>