Ticket #40799: mr-update.diff

File mr-update.diff, 1.5 KB (added by gjasny@…, 11 years ago)
  • Portfile

    old new  
    22# $Id: Portfile 99232 2012-10-30 00:10:29Z ryandesign@macports.org $
    33
    44PortSystem          1.0
     5PortGroup           github 1.0
     6
     7github.setup        joeyh myrepos 1.20130826
    58
    69name                mr
    7 version             1.13
    810categories          devel
    911platforms           darwin
    1012maintainers         googlemail.com:gjasny openmaintainer
     
    1820                    and support for other version control systems can easily be added. \
    1921                    (There are extensions adding support for unison and git-svn, among others.)
    2022
    21 homepage            http://joeyh.name/code/mr/
    22 
    23 master_sites        debian:m/${name}
    24 distname            ${name}_${version}
    25 worksrcdir          ${name}
     23homepage            http://myrepos.branchable.com/
    2624
    27 checksums           rmd160 3d64e271ea0a0ac6dee07c5fb32cc5a8a6e64aa3 \
    28                     sha256 9f7e93568113497c59f4fdb132f77cba06ca2d1705c1dec506632fded0ec78e0
     25checksums           rmd160  0d6d3d7a5e4ec0e3ca3dad8b86357c4372a9df5f \
     26                    sha256  ebfb45760de2e22fa2c6d5d5ad1f4583529c81793f5388667327acbffe39cf63
    2927
    3028supported_archs     noarch
    3129use_configure       no
     
    4745    eval xinstall -W ${worksrcpath} -m 644 [glob lib/*] ${destroot}${prefix}/share/${name}
    4846    xinstall -W ${worksrcpath} -m 644 mr.1 webcheckout.1 ${destroot}${prefix}/share/man/man1/
    4947}
    50 
    51 livecheck.type      regex
    52 livecheck.regex     {>version ([0-9.]+)<}