svn commit: r541164 - head/sysutils/angrysearch

Alexey Dokuchaev danfe at FreeBSD.org
Sat Jul 4 06:39:46 UTC 2020


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 at 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


More information about the svn-ports-all mailing list