[60586] trunk/dports/devel/libusb

toby at macports.org toby at macports.org
Mon Nov 16 01:04:55 PST 2009


Revision: 60586
          http://trac.macports.org/changeset/60586
Author:   toby at macports.org
Date:     2009-11-16 01:04:53 -0800 (Mon, 16 Nov 2009)
Log Message:
-----------
libusb 1.0.5

Modified Paths:
--------------
    trunk/dports/devel/libusb/Portfile
    trunk/dports/devel/libusb/files/patch-libusb__io.c

Modified: trunk/dports/devel/libusb/Portfile
===================================================================
--- trunk/dports/devel/libusb/Portfile	2009-11-16 09:03:24 UTC (rev 60585)
+++ trunk/dports/devel/libusb/Portfile	2009-11-16 09:04:53 UTC (rev 60586)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name            libusb
-version         1.0.4
+version         1.0.5
 categories      devel
 
 description     library for USB device access
@@ -17,9 +17,9 @@
 maintainers     wilcoxd.com:rwilcox toby brett
 
 master_sites    sourceforge
-checksums       md5 a1f2206f1b4bd800e2461157faaa887f \
-                sha1 453267fdd98a6398254e253f0a78df4e70e3e358 \
-                rmd160 20267f07e2be8033297265d754043184054e5949
+checksums       md5 606a4b760a09df3f3f231feef36f3e38 \
+                sha1 32338b8c2581d727f51e16d2f73ece8e0f81857c \
+                rmd160 7493763ea07e8b47145509192bc3b406bb7c8523
 
 use_bzip2       yes
 

Modified: trunk/dports/devel/libusb/files/patch-libusb__io.c
===================================================================
--- trunk/dports/devel/libusb/files/patch-libusb__io.c	2009-11-16 09:03:24 UTC (rev 60585)
+++ trunk/dports/devel/libusb/files/patch-libusb__io.c	2009-11-16 09:04:53 UTC (rev 60586)
@@ -1,6 +1,6 @@
 --- libusb/io.c.orig	2009-09-02 17:20:20.000000000 -0700
 +++ libusb/io.c	2009-09-02 17:21:01.000000000 -0700
-@@ -1485,6 +1485,7 @@
+@@ -1663,6 +1663,7 @@
  	return (r == ETIMEDOUT);
  }
  
@@ -8,11 +8,11 @@
  static void handle_timeout(struct usbi_transfer *itransfer)
  {
  	struct libusb_transfer *transfer =
-@@ -1497,6 +1498,7 @@
+@@ -1675,6 +1676,7 @@
  		usbi_warn(TRANSFER_CTX(transfer),
  			"async cancel failed %d errno=%d", r, errno);
  }
 +#endif
  
- static int handle_timeouts(struct libusb_context *ctx)
- {
+ #ifdef USBI_OS_HANDLES_TIMEOUT
+ static int handle_timeouts_locked(struct libusb_context *ctx)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091116/2ac08d15/attachment-0001.html>


More information about the macports-changes mailing list