Skip to content

Commit

Permalink
misc/openhantek: Update 3.3.0.1 -> 3.3.1
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Jul 31, 2022
1 parent 20de52f commit 4d0de11
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion misc/openhantek/Makefile
@@ -1,5 +1,5 @@
PORTNAME= openhantek
DISTVERSION= 3.3.0.1
DISTVERSION= 3.3.1
CATEGORIES= misc

MAINTAINER= yuri@FreeBSD.org
Expand Down
6 changes: 3 additions & 3 deletions 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
8 changes: 0 additions & 8 deletions misc/openhantek/pkg-message
Expand Up @@ -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
Expand Down

0 comments on commit 4d0de11

Please sign in to comment.