Hi ports@,

Here is a diff to remove an unnecessary RUN_DEPENDS on net/GeoIP in
qbittorrent.

It's there since the port was imported, but my guess is that it was
wrongfully included in order to pull in the GeoLite databases.

I checked the current version and the version used at the time the
port was imported, but in both cases the code only references GeoLite2
databases, and there are no dlopen() calls anywhere.

Comments? OK?

Index: qbittorrent/Makefile
===================================================================
RCS file: /cvs/ports/net/qbittorrent/qbittorrent/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- qbittorrent/Makefile        5 May 2019 15:44:13 -0000       1.6
+++ qbittorrent/Makefile        6 Nov 2019 14:13:38 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.6 2019/05/05 15:44:13 danj Exp $
 
 COMMENT =              BitTorrent client with Qt interface
-REVISION =             1
+REVISION =             2
 
 WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Network Qt5Xml boost_system
 WANTLIB += boost_system-mt c m torrent-rasterbar z
@@ -11,8 +11,7 @@ LIB_DEPENDS +=                net/libtorrent-rasterbar
                        devel/boost \
                        x11/qt5/qtsvg
 
-RUN_DEPENDS +=         net/GeoIP \
-                       lang/python/2.7 \
+RUN_DEPENDS +=         lang/python/2.7 \
                        x11/gtk+3,-guic \
                        devel/desktop-file-utils
 

Reply via email to