diff options
author | tz <tz@FreeBSD.org> | 2016-07-08 23:13:58 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2016-07-08 23:13:58 +0800 |
commit | bb33d36cc14342f82308da2a8e7772febc4c7d9c (patch) | |
tree | 41b1bb3dfbe544b64bc4706af640a2fe27c3e67f /sysutils | |
parent | eeff5db42467ce743febc8dd7fb926d88a62d3bf (diff) | |
download | freebsd-ports-gnome-bb33d36cc14342f82308da2a8e7772febc4c7d9c.tar.gz freebsd-ports-gnome-bb33d36cc14342f82308da2a8e7772febc4c7d9c.tar.zst freebsd-ports-gnome-bb33d36cc14342f82308da2a8e7772febc4c7d9c.zip |
sysutils/usb_modeswitch: update from 2.2.5 to 2.3.0 and add LICENSE_FILE
Version 2.3.0
- ATTENTION: -I flag is now history and being ignored - determining SCSI
attributes is really an 'outside task'
- -n flag (NeedResponse) is being ignored, CSW response will now always be read
- introduction of parameter "OptionMode", wrapping the standard bulk
message for all newer Huawei devices
- fixed missing variable initialization in dispatcher script which could lead
to crash (thanks, Dmitry Kunilov!)
- fixed bug which prevented early logging
- fixed success report for Cisco AM10
- some source code formatting and clean-up
Version 2.2.6
- Renamed function abort(), avoiding possible conflicts in static builds
with libjim (thanks, Gustavo Zacharias)
- removed storage class check of interface 0 from dispatcher,
enabling new multi-config devices in data package 20151101
PR: 210246
Submitted by: Franco Fichtner <franco@opnsense.org>
Approved by: maintainer timeout (3 weeks), junovitch (mentor)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/usb_modeswitch/Makefile | 3 | ||||
-rw-r--r-- | sysutils/usb_modeswitch/distinfo | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/usb_modeswitch/Makefile b/sysutils/usb_modeswitch/Makefile index 8a201f70bf85..3f5301d2863d 100644 --- a/sysutils/usb_modeswitch/Makefile +++ b/sysutils/usb_modeswitch/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= usb_modeswitch -PORTVERSION= 2.2.5 +PORTVERSION= 2.3.0 CATEGORIES= sysutils MASTER_SITES= http://www.draisberghof.de/usb_modeswitch/ DISTNAME= ${PORTNAME:S|_|-|}-${PORTVERSION} @@ -11,6 +11,7 @@ MAINTAINER= melifaro@ipfw.ru COMMENT= Handling Mode-Switching USB Devices LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake tar:bzip2 diff --git a/sysutils/usb_modeswitch/distinfo b/sysutils/usb_modeswitch/distinfo index 8b1fd227773f..5395fbb0e85d 100644 --- a/sysutils/usb_modeswitch/distinfo +++ b/sysutils/usb_modeswitch/distinfo @@ -1,2 +1,3 @@ -SHA256 (usb-modeswitch-2.2.5.tar.bz2) = 8b2340303732aabc8c8e1cdd7d4352f61dcb942839f58ce22ba0ecfa122426d5 -SIZE (usb-modeswitch-2.2.5.tar.bz2) = 263335 +TIMESTAMP = 1465450333 +SHA256 (usb-modeswitch-2.3.0.tar.bz2) = f93e940c2eb0c585a5d2210177338e68a9b24f409e351e4a854132453246b894 +SIZE (usb-modeswitch-2.3.0.tar.bz2) = 263141 |