Date: Mon, 19 Apr 2021 03:32:27 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3d10d9af813c - main - misc/openhantek: Update 3.2.1 -> 3.2.2 Message-ID: <202104190332.13J3WRVY046692@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3d10d9af813c8f2d6c475f450a64f22b2d3d6fa3 commit 3d10d9af813c8f2d6c475f450a64f22b2d3d6fa3 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-04-19 02:11:28 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-04-19 03:32:25 +0000 misc/openhantek: Update 3.2.1 -> 3.2.2 --- misc/openhantek/Makefile | 2 +- misc/openhantek/distinfo | 6 +++--- misc/openhantek/files/patch-openhantek_src_main.cpp | 13 ------------- 3 files changed, 4 insertions(+), 17 deletions(-) diff --git a/misc/openhantek/Makefile b/misc/openhantek/Makefile index d484f3b54dd8..6e5f4bb7b146 100644 --- a/misc/openhantek/Makefile +++ b/misc/openhantek/Makefile @@ -1,5 +1,5 @@ PORTNAME= openhantek -DISTVERSION= 3.2.1 +DISTVERSION= 3.2.2 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/openhantek/distinfo b/misc/openhantek/distinfo index d6e60f2a0878..ac362f90e088 100644 --- a/misc/openhantek/distinfo +++ b/misc/openhantek/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617730196 -SHA256 (OpenHantek-OpenHantek6022-3.2.1_GH0.tar.gz) = ef37e5c8ae269df46b17d73b536732fa36ab269def3769eef033ba8b72c81116 -SIZE (OpenHantek-OpenHantek6022-3.2.1_GH0.tar.gz) = 19806171 +TIMESTAMP = 1618797814 +SHA256 (OpenHantek-OpenHantek6022-3.2.2_GH0.tar.gz) = e0abedc817425ff9912abd06cd9ebbd14f66861b15f0124508d9ecb7e90e6024 +SIZE (OpenHantek-OpenHantek6022-3.2.2_GH0.tar.gz) = 19821546 diff --git a/misc/openhantek/files/patch-openhantek_src_main.cpp b/misc/openhantek/files/patch-openhantek_src_main.cpp deleted file mode 100644 index 778711748d4e..000000000000 --- a/misc/openhantek/files/patch-openhantek_src_main.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- openhantek/src/main.cpp.orig 2020-07-01 17:59:30 UTC -+++ openhantek/src/main.cpp -@@ -163,8 +163,10 @@ int main( int argc, char *argv[] ) { - SelectSupportedDevice().showLibUSBFailedDialogModel( error ); - return -1; - } -+#if !defined(__FreeBSD__) // see https://github.com/OpenHantek/OpenHantek6022/issues/101 - if ( useLocale ) // localize USB error messages, supported: "en", "nl", "fr", "ru" - libusb_setlocale( QLocale::system().name().toLocal8Bit().constData() ); -+#endif - - // SelectSupportedDevive returns a real device unless demoMode is true - scopeDevice = SelectSupportedDevice().showSelectDeviceModal( context );
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104190332.13J3WRVY046692>