Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 2020 06:39:45 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541164 - head/sysutils/angrysearch
Message-ID:  <202007040639.0646djNX033330@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Sat Jul  4 06:39:45 2020
New Revision: 541164
URL: https://svnweb.freebsd.org/changeset/ports/541164

Log:
  Add missing run-time dependency on Python SQLite3 bindings.

Modified:
  head/sysutils/angrysearch/Makefile

Modified: head/sysutils/angrysearch/Makefile
==============================================================================
--- head/sysutils/angrysearch/Makefile	Sat Jul  4 06:13:22 2020	(r541163)
+++ head/sysutils/angrysearch/Makefile	Sat Jul  4 06:39:45 2020	(r541164)
@@ -3,6 +3,7 @@
 
 PORTNAME=	angrysearch
 PORTVERSION=	1.0.2 # untagged, but specified in the setup.py
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 
 MAINTAINER=	danfe@FreeBSD.org
@@ -10,7 +11,8 @@ COMMENT=	Quick search GUI tool for Unix-like systems
 
 LICENSE=	GPLv2
 
-RUN_DEPENDS=	xdg-open:devel/xdg-utils
+RUN_DEPENDS=	xdg-open:devel/xdg-utils \
+		${PYTHON_LIBDIR}/lib-dynload/_sqlite3.so:databases/py-sqlite3@${PY_FLAVOR}
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	DoTheEvo



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