svn commit: r516335 - head/graphics/rapid-photo-downloader

Tobias C. Berner tcberner at FreeBSD.org
Sat Nov 2 15:42:58 UTC 2019


Author: tcberner
Date: Sat Nov  2 15:42:57 2019
New Revision: 516335
URL: https://svnweb.freebsd.org/changeset/ports/516335

Log:
  graphics/rapid-photo-downloader: Missing runtime dependency on databases/py-sqlite3
  
  PR:		241415
  Submitted by:	m.ne at gmx.net  (maintainer)

Modified:
  head/graphics/rapid-photo-downloader/Makefile

Modified: head/graphics/rapid-photo-downloader/Makefile
==============================================================================
--- head/graphics/rapid-photo-downloader/Makefile	Sat Nov  2 15:31:03 2019	(r516334)
+++ head/graphics/rapid-photo-downloader/Makefile	Sat Nov  2 15:42:57 2019	(r516335)
@@ -2,6 +2,7 @@
 
 PORTNAME=	rapid-photo-downloader
 DISTVERSION=	0.9.17
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://launchpad.net/rapid/pyqt/${PORTVERSION}/+download/
 
@@ -27,6 +28,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}arrow>0:devel/py-a
 		${PYTHON_PKGNAMEPREFIX}rawkit>0:graphics/py-rawkit@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sortedcontainers>0:devel/py-sortedcontainers@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tenacity>0:devel/py-tenacity@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tornado>=4.1:www/py-tornado@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} \
@@ -36,8 +38,8 @@ USES=		desktop-file-utils gettext pyqt:5 python:3.4+ q
 USE_PYTHON=	autoplist distutils noflavors
 USE_QT=		imageformats_run
 USE_PYQT=	core gui network sip widgets
-
 BINARY_ALIAS=	python3=${PYTHON_VERSION}
+
 NO_ARCH=	yes
 
 OPTIONS_DEFINE=		COLOUR PROGRESS


More information about the svn-ports-all mailing list