1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

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)
This commit is contained in:
Torsten Zuehlsdorff 2016-07-08 15:13:58 +00:00
parent f4518b643d
commit aaeb282090
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418228
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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