svn commit: r418228 - head/sysutils/usb_modeswitch
Torsten Zuehlsdorff
tz at FreeBSD.org
Fri Jul 8 15:13:59 UTC 2016
Author: tz
Date: Fri Jul 8 15:13:58 2016
New Revision: 418228
URL: https://svnweb.freebsd.org/changeset/ports/418228
Log:
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 at opnsense.org>
Approved by: maintainer timeout (3 weeks), junovitch (mentor)
Modified:
head/sysutils/usb_modeswitch/Makefile
head/sysutils/usb_modeswitch/distinfo
Modified: head/sysutils/usb_modeswitch/Makefile
==============================================================================
--- head/sysutils/usb_modeswitch/Makefile Fri Jul 8 14:47:16 2016 (r418227)
+++ head/sysutils/usb_modeswitch/Makefile Fri Jul 8 15:13:58 2016 (r418228)
@@ -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 at ipfw.ru
COMMENT= Handling Mode-Switching USB Devices
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake tar:bzip2
Modified: head/sysutils/usb_modeswitch/distinfo
==============================================================================
--- head/sysutils/usb_modeswitch/distinfo Fri Jul 8 14:47:16 2016 (r418227)
+++ head/sysutils/usb_modeswitch/distinfo Fri Jul 8 15:13:58 2016 (r418228)
@@ -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
More information about the svn-ports-head
mailing list