Friday, March 27, 2020

Re: UPDATE: net/qbittorrent 4.2.1 to 4.2.2

Index: Makefile.inc
===================================================================
RCS file: /cvs/ports/net/qbittorrent/Makefile.inc,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile.inc
--- Makefile.inc 6 Feb 2020 20:00:18 -0000 1.8
+++ Makefile.inc 27 Mar 2020 22:09:25 -0000
@@ -3,7 +3,7 @@
# qmake picks up gcrypt.h even though it's unused
DPB_PROPERTIES = nojunk

-VER = 4.2.1
+VER = 4.2.2
DISTNAME = qbittorrent-${VER}

DIST_SUBDIR = qbittorrent
Index: qbittorrent/Makefile
===================================================================
RCS file: /cvs/ports/net/qbittorrent/qbittorrent/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- qbittorrent/Makefile 6 Feb 2020 20:00:18 -0000 1.8
+++ qbittorrent/Makefile 27 Mar 2020 22:09:25 -0000
@@ -6,12 +6,16 @@ WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt
WANTLIB += boost_system-mt c crypto m ssl torrent-rasterbar z
WANTLIB += GL Qt5DBus Qt5Gui Qt5Svg Qt5Widgets

+MODULES = lang/python
+
+MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
+MODPY_BUILDDEP = No
+
LIB_DEPENDS += net/libtorrent-rasterbar \
devel/boost \
x11/qt5/qtsvg

-RUN_DEPENDS += lang/python/2.7 \
- x11/gtk+3,-guic \
+RUN_DEPENDS += x11/gtk+3,-guic \
devel/desktop-file-utils

# remove include directives which cause incorrect gmake behavior
Index: qbittorrent/distinfo
===================================================================
RCS file: /cvs/ports/net/qbittorrent/qbittorrent/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- qbittorrent/distinfo 6 Feb 2020 20:00:18 -0000 1.5
+++ qbittorrent/distinfo 27 Mar 2020 22:09:25 -0000
@@ -1,2 +1,2 @@
-SHA256 (qbittorrent/qbittorrent-4.2.1.tar.gz) = /9wg388BBqlBroQiHkXuL5F36xjuxsD8ULJhVvC6MSY=
-SIZE (qbittorrent/qbittorrent-4.2.1.tar.gz) = 7843513
+SHA256 (qbittorrent/qbittorrent-4.2.2.tar.gz) = 6TYap1X0fGBKLuLyxD+EpMRrGI4k+E6zY+MWfFf2UlM=
+SIZE (qbittorrent/qbittorrent-4.2.2.tar.gz) = 7967426
Index: qbittorrent-nox/distinfo
===================================================================
RCS file: /cvs/ports/net/qbittorrent/qbittorrent-nox/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- qbittorrent-nox/distinfo 6 Feb 2020 20:00:18 -0000 1.5
+++ qbittorrent-nox/distinfo 27 Mar 2020 22:09:25 -0000
@@ -1,2 +1,2 @@
-SHA256 (qbittorrent/qbittorrent-4.2.1.tar.gz) = /9wg388BBqlBroQiHkXuL5F36xjuxsD8ULJhVvC6MSY=
-SIZE (qbittorrent/qbittorrent-4.2.1.tar.gz) = 7843513
+SHA256 (qbittorrent/qbittorrent-4.2.2.tar.gz) = 6TYap1X0fGBKLuLyxD+EpMRrGI4k+E6zY+MWfFf2UlM=
+SIZE (qbittorrent/qbittorrent-4.2.2.tar.gz) = 7967426
> Please inline patches.
Sorry, using mail.google.com.
I will lookup for a client that doesn't break the format of the diff...
Bear with me on this one...

> Why not using the lang/python module as usual?
You are right, I should have used MODULES.
Is this OK with you?
I used MODPY_BUILDDEP = No to avoid the BUILD_DEPENDS on python.

On Fri, Mar 27, 2020 at 12:01 PM Klemens Nanni <kn@openbsd.org> wrote:
>
> On Wed, Mar 25, 2020 at 06:17:11AM -0300, Elias M. Mariani wrote:
> > Update for net/qbittorrent/qbittorrent and net/qbittorrent/qbittorrent-nox
> >
> > Changelog:
> > https://github.com/qbittorrent/qBittorrent/blob/release-4.2.2/Changelog
> >
> > Important change:
> > - SEARCH: Drop python2 support
> >
> > So jumping from lang/python/2.7 to lang/python/3.7, this is only a
> > RUN_DEPENDS for the search plugins.
> >
> > Tested OK on amd64.
> >
> > Taking MAINTAINER (again...)
> Please inline patches.
>
> Why not using the lang/python module as usual?

No comments:

Post a Comment