git: 4d0de11d554b - main - misc/openhantek: Update 3.3.0.1 -> 3.3.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Jul 2022 22:45:54 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4d0de11d554b080963a00e44d4c84e0c97d46f29
commit 4d0de11d554b080963a00e44d4c84e0c97d46f29
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-31 22:44:58 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-31 22:45:49 +0000
misc/openhantek: Update 3.3.0.1 -> 3.3.1
Reported by: portscout
---
misc/openhantek/Makefile | 2 +-
misc/openhantek/distinfo | 6 +++---
misc/openhantek/pkg-message | 8 --------
3 files changed, 4 insertions(+), 12 deletions(-)
diff --git a/misc/openhantek/Makefile b/misc/openhantek/Makefile
index 7b9112589806..1b370b3a86f2 100644
--- a/misc/openhantek/Makefile
+++ b/misc/openhantek/Makefile
@@ -1,5 +1,5 @@
PORTNAME= openhantek
-DISTVERSION= 3.3.0.1
+DISTVERSION= 3.3.1
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
diff --git a/misc/openhantek/distinfo b/misc/openhantek/distinfo
index 6ca399b6284d..f163b661ed90 100644
--- a/misc/openhantek/distinfo
+++ b/misc/openhantek/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1655481553
-SHA256 (OpenHantek-OpenHantek6022-3.3.0.1_GH0.tar.gz) = 9b08d770a6a89d3546ea63a3999145a657705440ed9ff530845f5ab2f592466a
-SIZE (OpenHantek-OpenHantek6022-3.3.0.1_GH0.tar.gz) = 22076268
+TIMESTAMP = 1659306246
+SHA256 (OpenHantek-OpenHantek6022-3.3.1_GH0.tar.gz) = a35bfbfed74a959443d5950ec74ee6742234298107c476bc3f3f728f324685ac
+SIZE (OpenHantek-OpenHantek6022-3.3.1_GH0.tar.gz) = 22076741
diff --git a/misc/openhantek/pkg-message b/misc/openhantek/pkg-message
index 829e0422ee46..1a6f6290d1a1 100644
--- a/misc/openhantek/pkg-message
+++ b/misc/openhantek/pkg-message
@@ -17,14 +17,6 @@ notify 100 {
match "product" "0x6022";
action "/usr/sbin/chown {your-user} /dev/usb/`echo $cdev | sed s/ugen//`.*";
};
-notify 100 {
- match "system" "USB";
- match "subsystem" "DEVICE";
- match "type" "ATTACH";
- match "vendor" "0x04b5";
- match "product" "0x6022";
- action "/usr/sbin/chown {your-user} /dev/usb/`echo $cdev | sed s/ugen//`.*";
-};
The "action" above doesn't use $device-name due to:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242111