Ticket #40799: mr-update.diff
File mr-update.diff, 1.5 KB (added by gjasny@…, 11 years ago) |
---|
-
Portfile
old new 2 2 # $Id: Portfile 99232 2012-10-30 00:10:29Z ryandesign@macports.org $ 3 3 4 4 PortSystem 1.0 5 PortGroup github 1.0 6 7 github.setup joeyh myrepos 1.20130826 5 8 6 9 name mr 7 version 1.138 10 categories devel 9 11 platforms darwin 10 12 maintainers googlemail.com:gjasny openmaintainer … … 18 20 and support for other version control systems can easily be added. \ 19 21 (There are extensions adding support for unison and git-svn, among others.) 20 22 21 homepage http://joeyh.name/code/mr/ 22 23 master_sites debian:m/${name} 24 distname ${name}_${version} 25 worksrcdir ${name} 23 homepage http://myrepos.branchable.com/ 26 24 27 checksums rmd160 3d64e271ea0a0ac6dee07c5fb32cc5a8a6e64aa3\28 sha256 9f7e93568113497c59f4fdb132f77cba06ca2d1705c1dec506632fded0ec78e025 checksums rmd160 0d6d3d7a5e4ec0e3ca3dad8b86357c4372a9df5f \ 26 sha256 ebfb45760de2e22fa2c6d5d5ad1f4583529c81793f5388667327acbffe39cf63 29 27 30 28 supported_archs noarch 31 29 use_configure no … … 47 45 eval xinstall -W ${worksrcpath} -m 644 [glob lib/*] ${destroot}${prefix}/share/${name} 48 46 xinstall -W ${worksrcpath} -m 644 mr.1 webcheckout.1 ${destroot}${prefix}/share/man/man1/ 49 47 } 50 51 livecheck.type regex52 livecheck.regex {>version ([0-9.]+)<}