[142794] trunk/dports/devel/libusb

michaelld at macports.org michaelld at macports.org
Sat Dec 12 07:15:50 PST 2015


Revision: 142794
          https://trac.macports.org/changeset/142794
Author:   michaelld at macports.org
Date:     2015-11-23 08:28:50 -0800 (Mon, 23 Nov 2015)
Log Message:
-----------
libusb-devel: update to b7526c19 (20151121).

Modified Paths:
--------------
    trunk/dports/devel/libusb/Portfile
    trunk/dports/devel/libusb/files/patch-libusb_os_darwin_usb.h.devel.diff

Modified: trunk/dports/devel/libusb/Portfile
===================================================================
--- trunk/dports/devel/libusb/Portfile	2015-11-23 16:26:52 UTC (rev 142793)
+++ trunk/dports/devel/libusb/Portfile	2015-11-23 16:28:50 UTC (rev 142794)
@@ -40,10 +40,10 @@
     long_description ${long_description} \
         This port provides devel version of ${name}, updated weekly to monthly.
 
-    github.setup   libusb libusb 5e45e0741daee4fa295c6cc977edfb986c872152
-    version        20151009
-    checksums      rmd160 8043553672a2e5ae4ae9a13b9a29543acf594ab4 \
-                   sha256 1b81d4194cbb113dbf7602a889da0506f4e1071edbbc11a797b5811ccd62a8de
+    github.setup   libusb libusb b7526c19a57e9c584bdc689fa2447804580dbf94
+    version        20151121
+    checksums      rmd160 e603a867dc16796dcb2b387b8f825adb3b5bd317 \
+                   sha256 5cfca947b1e9b3637d61d8868c221c71e78263466e7b1135378757a003c273c0
     conflicts      libusb
 
     patchfiles     patch-libusb_os_darwin_usb.h.devel.diff

Modified: trunk/dports/devel/libusb/files/patch-libusb_os_darwin_usb.h.devel.diff
===================================================================
--- trunk/dports/devel/libusb/files/patch-libusb_os_darwin_usb.h.devel.diff	2015-11-23 16:26:52 UTC (rev 142793)
+++ trunk/dports/devel/libusb/files/patch-libusb_os_darwin_usb.h.devel.diff	2015-11-23 16:28:50 UTC (rev 142794)
@@ -1,15 +1,22 @@
---- libusb/os/darwin_usb.h.orig	2015-06-04 19:13:30.000000000 -0400
-+++ libusb/os/darwin_usb.h	2015-06-04 19:14:06.000000000 -0400
-@@ -28,7 +28,7 @@
+--- libusb/os/darwin_usb.h.orig
++++ libusb/os/darwin_usb.h
+@@ -28,13 +28,13 @@
  #include <IOKit/IOCFPlugIn.h>
  
  /* IOUSBInterfaceInferface */
--#if defined (kIOUSBInterfaceInterfaceID550) && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_9
-+#if defined (kIOUSBInterfaceInterfaceID550) && defined (MAC_OS_X_VERSION_10_9) && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_9
+-#if defined (kIOUSBInterfaceInterfaceID700) && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_9
++#if defined (kIOUSBInterfaceInterfaceID700) && defined (MAC_OS_X_VERSION_10_9) && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_9
  
+ #define usb_interface_t IOUSBInterfaceInterface700
+ #define InterfaceInterfaceID kIOUSBInterfaceInterfaceID700
+ #define InterfaceVersion 700
+ 
+-#elif defined (kIOUSBInterfaceInterfaceID550) && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_9
++#elif defined (kIOUSBInterfaceInterfaceID550) && defined (MAC_OS_X_VERSION_10_9) && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_9
+ 
  #define usb_interface_t IOUSBInterfaceInterface550
  #define InterfaceInterfaceID kIOUSBInterfaceInterfaceID550
-@@ -65,7 +65,7 @@
+@@ -71,7 +71,7 @@
  #endif
  
  /* IOUSBDeviceInterface */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/9865757b/attachment.html>


More information about the macports-changes mailing list