[54142] trunk/dports/devel

toby at macports.org toby at macports.org
Tue Jul 21 16:29:34 PDT 2009


Revision: 54142
          http://trac.macports.org/changeset/54142
Author:   toby at macports.org
Date:     2009-07-21 16:29:33 -0700 (Tue, 21 Jul 2009)
Log Message:
-----------
remove libusb1, we will update libusb instead

Modified Paths:
--------------
    trunk/dports/devel/libusb/Portfile

Removed Paths:
-------------
    trunk/dports/devel/libusb1/

Modified: trunk/dports/devel/libusb/Portfile
===================================================================
--- trunk/dports/devel/libusb/Portfile	2009-07-21 23:25:47 UTC (rev 54141)
+++ trunk/dports/devel/libusb/Portfile	2009-07-21 23:29:33 UTC (rev 54142)
@@ -2,26 +2,26 @@
 
 PortSystem 1.0
 
-name             libusb
-version          0.1.12
-revision         1
-categories       devel
-maintainers      wilcoxd.com:rwilcox
-description      Library providing access to USB devices
+name            libusb
+version         1.0.2
+categories      devel
+
+description     library for USB device access
 long_description \
-    A library originally developed under Linux to give userland programs \
-    an API to access to USB hardware.
-homepage         http://libusb.sourceforge.net/
-platforms        darwin
-master_sites     sourceforge
-checksums        sha1 599a5168590f66bc6f1f9a299579fd8500614807
-configure.args   --disable-build-docs
+    library for use by user level applications to \
+    access USB devices regardless of OS
+homepage        http://libusb.wiki.sourceforge.net/
 
-patchfiles       patch-Makefile.in patch-darwin.c.diff
+platforms       darwin
+#license         lgpl2.1+
+maintainers     wilcoxd.com:rwilcox toby brett
 
-post-configure {
-    if {[variant_isset universal]} {
-        reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool
-    }
-}
+master_sites    sourceforge
+checksums       md5 dc8865eaff167aabe78e5799762b8067 \
+                sha1 704a964bbdf5173a9eaedba2ccc486184652c2de \
+                rmd160 5756917a3294822b3d6153930daa05fd593af5d6
 
+distname        libusb-${version}
+use_bzip2       yes
+
+patchfiles      patch-libusb__os__darwin_usb.c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090721/ade18925/attachment.html>


More information about the macports-changes mailing list