[92944] trunk/dports/devel
adfernandes at macports.org
adfernandes at macports.org
Fri May 11 09:23:32 PDT 2012
Revision: 92944
https://trac.macports.org/changeset/92944
Author: adfernandes at macports.org
Date: 2012-05-11 09:23:32 -0700 (Fri, 11 May 2012)
Log Message:
-----------
devel/libusb, libusb-compat; version bump, libusb-devel replaced by libusb; closes #34338 (maintainer timeout) and should close #33063, #27979, #34091
Modified Paths:
--------------
trunk/dports/devel/libusb/Portfile
trunk/dports/devel/libusb-compat/Portfile
trunk/dports/devel/libusb-devel/Portfile
Removed Paths:
-------------
trunk/dports/devel/libusb-devel/files/
Modified: trunk/dports/devel/libusb/Portfile
===================================================================
--- trunk/dports/devel/libusb/Portfile 2012-05-11 16:13:08 UTC (rev 92943)
+++ trunk/dports/devel/libusb/Portfile 2012-05-11 16:23:32 UTC (rev 92944)
@@ -4,7 +4,7 @@
name libusb
conflicts libusb-devel
-version 1.0.8
+version 1.0.9
categories devel
description library for USB device access
@@ -18,9 +18,9 @@
maintainers wilcoxd.com:rwilcox toby brett
master_sites sourceforge
-checksums md5 37d34e6eaa69a4b645a19ff4ca63ceef \
- sha1 5484397860f709c9b51611d224819f8ed5994063 \
- rmd160 5a413a77e240a15480ef1437d5f5393badbae985
+checksums md5 7f5a02375ad960d4e33a6dae7d63cfcb \
+ sha1 025582ff2f6216e2dbc2610ae16b2e073e1b3346 \
+ rmd160 5410570f8ce31783044eb04aebaae7ade3b21a61
use_bzip2 yes
Modified: trunk/dports/devel/libusb-compat/Portfile
===================================================================
--- trunk/dports/devel/libusb-compat/Portfile 2012-05-11 16:13:08 UTC (rev 92943)
+++ trunk/dports/devel/libusb-compat/Portfile 2012-05-11 16:23:32 UTC (rev 92944)
@@ -3,7 +3,7 @@
PortSystem 1.0
name libusb-compat
-version 0.1.3
+version 0.1.4
categories devel
description library for USB device access
@@ -17,9 +17,9 @@
maintainers toby brett
master_sites sourceforge:libusb
-checksums md5 570ac2ea085b80d1f74ddc7c6a93c0eb \
- sha1 d5710d5bc4b67c5344e779475b76168c7ccc5e69 \
- rmd160 d00e00b9f9733efc43eb4e44b84298540e896691
+checksums md5 2ca521fffadd0c28fdf174e6ec73865b \
+ sha1 fdc1df6f5cf7b71de7a74292aeea1aa2a39552ae \
+ rmd160 84a7aa3a294a6065838fcb464935926b659e4fee
use_bzip2 yes
Modified: trunk/dports/devel/libusb-devel/Portfile
===================================================================
--- trunk/dports/devel/libusb-devel/Portfile 2012-05-11 16:13:08 UTC (rev 92943)
+++ trunk/dports/devel/libusb-devel/Portfile 2012-05-11 16:23:32 UTC (rev 92944)
@@ -3,8 +3,9 @@
PortSystem 1.0
name libusb-devel
+replaced_by libusb
version 1.0.8.20101017
-revision 2
+revision 3
categories devel
description library for USB device access
@@ -13,22 +14,13 @@
homepage http://www.libusb.org/
-platforms darwin
-license LGPL-2.1
-maintainers adfernandes openmaintainer
+maintainers nomaintainer
-conflicts libusb
+distfiles
-fetch.type git
-git.url http://git.libusb.org/libusb.git
-git.branch 7da756e09fd97efad2b35b5cee0e2b2550aac2cb
-
-depends_build port:autoconf port:automake port:libtool
-pre-configure { system "cd ${worksrcpath}; ./autogen.sh" }
-configure.ldflags-append "-framework IOKit -framework CoreFoundation"
-
- # This patch is required for the Kinect: http://openkinect.org/wiki/Getting_Started
- # and is a known issue: <http://vimeo.com/16734124> and <http://www.libusb.org/ticket/31>
-patch.pre_args -p1
-patchfiles patch-USBI_OS_HANDLES_TIMEOUT.diff
+pre-configure {
+ ui_error "Please do not install this port since it has been replaced by 'libusb'."
+ return -code error
+}
+livecheck none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120511/a04c1930/attachment.html>
More information about the macports-changes
mailing list