Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Feb 2021 12:59:35 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r566292 - head/graphics/qtqr
Message-ID:  <202102221259.11MCxZJ5030576@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Mon Feb 22 12:59:34 2021
New Revision: 566292
URL: https://svnweb.freebsd.org/changeset/ports/566292

Log:
  graphics/qtqr: Add missing dependencies
  
  PR:		253753
  Submitted by:	yuri
  MFH:		2021Q1

Modified:
  head/graphics/qtqr/Makefile

Modified: head/graphics/qtqr/Makefile
==============================================================================
--- head/graphics/qtqr/Makefile	Mon Feb 22 12:56:50 2021	(r566291)
+++ head/graphics/qtqr/Makefile	Mon Feb 22 12:59:34 2021	(r566292)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qtqr
 DISTVERSION=	2.0.bzr39
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics python
 MASTER_SITES=	LOCAL/ehaupt
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,9 @@ COMMENT=	GUI that makes it easy to create and decode Q
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zbar-py>=1.0.4:graphics/py-zbar-py@${PY_FLAVOR}
+RUN_DEPENDS=	${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}zbar-py>=1.0.4:graphics/py-zbar-py@${PY_FLAVOR}
 
 USES=		desktop-file-utils pyqt:5 python:3.6+ shebangfix
 USE_PYQT=	core_run gui_run network_run widgets_run



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