Ticket #39116: Portfile-usbmuxd.diff

File Portfile-usbmuxd.diff, 1.5 KB (added by jeremyagost@…, 11 years ago)

Updated patch

  • Portfile

    old new  
    66PortGroup           cmake 1.0
    77
    88name                usbmuxd
    9 version             1.0.7
    10 revision            1
     9version             1.0.8
     10revision            0
    1111categories          devel
    1212platforms           darwin
    1313maintainers         rmstonecipher openmaintainer
     
    1616                    or iPod Touch over USB and coordinating access to its services by other \
    1717                    applications.
    1818license             GPL-2+ GPL-3+ LGPL-2.1+
    19 homepage            http://marcansoft.com/blog/iphonelinux/usbmuxd/
    20 master_sites        http://marcansoft.com/uploads/usbmuxd
     19homepage            http://cgit.sukimashita.com/usbmuxd.git/
     20master_sites        http://cgit.sukimashita.com/usbmuxd.git/snapshot/
    2121use_bzip2           yes
    22 checksums           md5     6f431541f3177fa06aa6df9ceecb2da0 \
    23                     sha1    8de79bf9cc96760ebba475de66ef4f7701f84ad6 \
    24                     rmd160  9fcbfa3e3bf50385b68c396f6bbac0f34971bc37
     22checksums           sha256     d99fb1c772018ee2dd74878520daf971a2b42b47dcad1cff97cff719a01317e4 \
     23                    rmd160  d5bcd38d22b44a4e8a68b8a2ffe6aecbad1e53c6
    2524depends_build-append port:pkgconfig
    2625depends_lib         port:libplist \
    2726                    path:lib/pkgconfig/libusb-1.0.pc:libusb
    2827livecheck.url       ${master_sites}
    2928livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)"
     29
     30patch {
     31        system -W ${worksrcpath} "echo ${version} > version.tag"
     32}