[152748] trunk/dports/devel/usbmuxd/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Sep 15 20:04:53 PDT 2016


Revision: 152748
          https://trac.macports.org/changeset/152748
Author:   ryandesign at macports.org
Date:     2016-09-15 20:04:53 -0700 (Thu, 15 Sep 2016)
Log Message:
-----------
usbmuxd: update to 1.1.0

Resolves #39116

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

Modified: trunk/dports/devel/usbmuxd/Portfile
===================================================================
--- trunk/dports/devel/usbmuxd/Portfile	2016-09-16 00:35:48 UTC (rev 152747)
+++ trunk/dports/devel/usbmuxd/Portfile	2016-09-16 03:04:53 UTC (rev 152748)
@@ -2,12 +2,9 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           github 1.0
 
-PortGroup           cmake 1.0
-
-name                usbmuxd
-version             1.0.7
-revision            1
+github.setup        libimobiledevice usbmuxd 1.1.0
 categories          devel
 platforms           darwin
 maintainers         nomaintainer
@@ -16,16 +13,20 @@
                     or iPod Touch over USB and coordinating access to its services by other \
                     applications.
 license             GPL-2+ GPL-3+ LGPL-2.1+
-homepage            http://marcansoft.com/blog/iphonelinux/usbmuxd/
-master_sites        http://cgit.sukimashita.com/usbmuxd.git/snapshot
-use_bzip2           yes
-checksums           md5     6f431541f3177fa06aa6df9ceecb2da0 \
-                    sha1    8de79bf9cc96760ebba475de66ef4f7701f84ad6 \
-                    rmd160  9fcbfa3e3bf50385b68c396f6bbac0f34971bc37
-depends_build-append port:pkgconfig
+
+checksums           rmd160  266e0e0dcd42f336f9358f2dd0e78e09dfcfb238 \
+                    sha256  80d5a042a74f9edef63e4dd2c39c37fd6c076ea8900714904b8030a26fa55ff4
+
+depends_build-append \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool \
+                    port:pkgconfig
+
 depends_lib         port:libplist \
                     path:lib/pkgconfig/libusb-1.0.pc:libusb
 
-livecheck.type      regex
-livecheck.url       http://cgit.sukimashita.com/usbmuxd.git/
-livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
+configure.cmd       ./autogen.sh
+configure.args      --disable-silent-rules \
+                    --without-preflight \
+                    --without-systemd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160915/ae92920f/attachment.html>


More information about the macports-changes mailing list