Date: Fri, 25 Jan 2019 23:12:53 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491210 - head/net-p2p/qbittorrent Message-ID: <201901252312.x0PNCriI092033@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Fri Jan 25 23:12:52 2019 New Revision: 491210 URL: https://svnweb.freebsd.org/changeset/ports/491210 Log: net-p2p/qbittorrent: Remove dependency on libGeoIP.so:net/GeoIP It has been replaced with GeoLite2-Country some time back. Modified: head/net-p2p/qbittorrent/Makefile Modified: head/net-p2p/qbittorrent/Makefile ============================================================================== --- head/net-p2p/qbittorrent/Makefile Fri Jan 25 23:08:24 2019 (r491209) +++ head/net-p2p/qbittorrent/Makefile Fri Jan 25 23:12:52 2019 (r491210) @@ -3,7 +3,7 @@ PORTNAME= qbittorrent DISTVERSION= 4.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -18,7 +18,6 @@ LIB_DEPENDS= libtorrent-rasterbar.so:net-p2p/libtorren FLAVORS= default nox FLAVOR?= ${FLAVORS:[1]} -default_LIB_DEPENDS= libGeoIP.so:net/GeoIP nox_PKGNAMESUFFIX= -nox nox_PLIST= ${NONEXISTENT} @@ -29,9 +28,6 @@ CONFIGURE_ARGS= CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLA DESTDIRNAME= INSTALL_ROOT .if ${FLAVOR} == default -DEPRECATED= Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible -EXPIRATION_DATE=2019-02-15 - USES+= desktop-file-utils gl USE_QT+= concurrent gui svg widgets USE_GL= gl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901252312.x0PNCriI092033>