Ticket #39116: Portfile-usbmuxd.diff
File Portfile-usbmuxd.diff, 1.5 KB (added by jeremyagost@…, 12 years ago) |
---|
-
Portfile
old new 6 6 PortGroup cmake 1.0 7 7 8 8 name usbmuxd 9 version 1.0. 710 revision 19 version 1.0.8 10 revision 0 11 11 categories devel 12 12 platforms darwin 13 13 maintainers rmstonecipher openmaintainer … … 16 16 or iPod Touch over USB and coordinating access to its services by other \ 17 17 applications. 18 18 license GPL-2+ GPL-3+ LGPL-2.1+ 19 homepage http:// marcansoft.com/blog/iphonelinux/usbmuxd/20 master_sites http:// marcansoft.com/uploads/usbmuxd19 homepage http://cgit.sukimashita.com/usbmuxd.git/ 20 master_sites http://cgit.sukimashita.com/usbmuxd.git/snapshot/ 21 21 use_bzip2 yes 22 checksums md5 6f431541f3177fa06aa6df9ceecb2da0 \ 23 sha1 8de79bf9cc96760ebba475de66ef4f7701f84ad6 \ 24 rmd160 9fcbfa3e3bf50385b68c396f6bbac0f34971bc37 22 checksums sha256 d99fb1c772018ee2dd74878520daf971a2b42b47dcad1cff97cff719a01317e4 \ 23 rmd160 d5bcd38d22b44a4e8a68b8a2ffe6aecbad1e53c6 25 24 depends_build-append port:pkgconfig 26 25 depends_lib port:libplist \ 27 26 path:lib/pkgconfig/libusb-1.0.pc:libusb 28 27 livecheck.url ${master_sites} 29 28 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)" 29 30 patch { 31 system -W ${worksrcpath} "echo ${version} > version.tag" 32 }