Date: Tue, 10 Jan 2017 20:53:15 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431134 - in head/net-im/qTox: . files Message-ID: <201701102053.v0AKrFuh077784@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Tue Jan 10 20:53:15 2017 New Revision: 431134 URL: https://svnweb.freebsd.org/changeset/ports/431134 Log: Chase toxcore and upgrade to 1.7.1. PR: 215556 Submitted by: maintainer (Yuri Victorovich) Deleted: head/net-im/qTox/files/patch-src_platform_camera_v4l2.cpp head/net-im/qTox/files/patch-src_platform_camera_v4l2.h head/net-im/qTox/files/patch-src_video_cameradevice.cpp Modified: head/net-im/qTox/Makefile head/net-im/qTox/distinfo head/net-im/qTox/files/patch-qtox.pro head/net-im/qTox/files/patch-src_main.cpp head/net-im/qTox/files/patch-src_video_videomode.cpp head/net-im/qTox/files/patch-src_widget_form_settings_aboutsettings.ui Modified: head/net-im/qTox/Makefile ============================================================================== --- head/net-im/qTox/Makefile Tue Jan 10 20:52:40 2017 (r431133) +++ head/net-im/qTox/Makefile Tue Jan 10 20:53:15 2017 (r431134) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= qTox -PORTVERSION= 1.6.0 +PORTVERSION= 1.7.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= net-im net-p2p MAINTAINER= yuri@rawbw.com Modified: head/net-im/qTox/distinfo ============================================================================== --- head/net-im/qTox/distinfo Tue Jan 10 20:52:40 2017 (r431133) +++ head/net-im/qTox/distinfo Tue Jan 10 20:53:15 2017 (r431134) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480684987 -SHA256 (qTox-qTox-v1.6.0_GH0.tar.gz) = 7450e751da5cc6dce00b58df6d06a309e2674c7bd9311de6af21e53c36c3f155 -SIZE (qTox-qTox-v1.6.0_GH0.tar.gz) = 3481328 +TIMESTAMP = 1483083785 +SHA256 (qTox-qTox-v1.7.1_GH0.tar.gz) = 0d2a94be6f470e64f2722d261b9294b6ecc3418e374c47f722ca1a24058486e8 +SIZE (qTox-qTox-v1.7.1_GH0.tar.gz) = 3563251 Modified: head/net-im/qTox/files/patch-qtox.pro ============================================================================== --- head/net-im/qTox/files/patch-qtox.pro Tue Jan 10 20:52:40 2017 (r431133) +++ head/net-im/qTox/files/patch-qtox.pro Tue Jan 10 20:53:15 2017 (r431134) @@ -1,6 +1,6 @@ ---- qtox.pro.orig 2016-11-13 15:20:00 UTC +--- qtox.pro.orig 2016-12-25 17:46:01 UTC +++ qtox.pro -@@ -53,11 +53,11 @@ include(translations/i18n.pri) +@@ -68,11 +68,11 @@ include(translations/i18n.pri) system($$fromfile(translations/i18n.pri, updateallqm)) isEmpty(GIT_VERSION) { @@ -14,7 +14,7 @@ } DEFINES += GIT_DESCRIBE=\"\\\"$$quote($$GIT_DESCRIBE)\\\"\" # date works on linux/mac, but it would hangs qmake on windows -@@ -493,3 +493,15 @@ SOURCES += \ +@@ -510,3 +510,15 @@ SOURCES += \ src/widget/form/groupinviteform.cpp \ src/widget/tool/profileimporter.cpp \ src/widget/passwordedit.cpp Modified: head/net-im/qTox/files/patch-src_main.cpp ============================================================================== --- head/net-im/qTox/files/patch-src_main.cpp Tue Jan 10 20:52:40 2017 (r431133) +++ head/net-im/qTox/files/patch-src_main.cpp Tue Jan 10 20:53:15 2017 (r431134) @@ -1,4 +1,4 @@ ---- src/main.cpp.orig 2016-11-13 15:20:00 UTC +--- src/main.cpp.orig 2016-12-25 17:46:01 UTC +++ src/main.cpp @@ -317,3 +317,10 @@ int main(int argc, char *argv[]) #endif Modified: head/net-im/qTox/files/patch-src_video_videomode.cpp ============================================================================== --- head/net-im/qTox/files/patch-src_video_videomode.cpp Tue Jan 10 20:52:40 2017 (r431133) +++ head/net-im/qTox/files/patch-src_video_videomode.cpp Tue Jan 10 20:53:15 2017 (r431134) @@ -1,4 +1,4 @@ ---- src/video/videomode.cpp.orig 2016-11-13 15:20:00 UTC +--- src/video/videomode.cpp.orig 2016-12-25 17:46:01 UTC +++ src/video/videomode.cpp @@ -18,6 +18,7 @@ */ Modified: head/net-im/qTox/files/patch-src_widget_form_settings_aboutsettings.ui ============================================================================== --- head/net-im/qTox/files/patch-src_widget_form_settings_aboutsettings.ui Tue Jan 10 20:52:40 2017 (r431133) +++ head/net-im/qTox/files/patch-src_widget_form_settings_aboutsettings.ui Tue Jan 10 20:53:15 2017 (r431134) @@ -1,4 +1,4 @@ ---- src/widget/form/settings/aboutsettings.ui.orig 2016-11-13 15:20:00 UTC +--- src/widget/form/settings/aboutsettings.ui.orig 2016-12-25 17:46:01 UTC +++ src/widget/form/settings/aboutsettings.ui @@ -111,6 +111,9 @@ <property name="text">
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701102053.v0AKrFuh077784>