Ticket #47953: Portfile-myrepos.diff

File Portfile-myrepos.diff, 779 bytes (added by xuchunyang (Chunyang Xu), 9 years ago)

Setup tarball URL manually, since github 1.0 group doesn't support(?)

  • Portfile

    old new  
    55PortGroup           github 1.0
    66
    77github.setup        joeyh myrepos 1.20150503
    8 github.tarball_from releases
    98
    109categories          devel
    1110platforms           darwin
     
    2221
    2322homepage            http://myrepos.branchable.com/
    2423
     24# download from https://github.com/joeyh/myrepos/archive/1.20150503.tar.gz
     25# save as myrepos-1.20150503.tar.gz
     26master_sites        https://github.com/joeyh/myrepos/archive/
     27distname            ${version}
     28worksrcdir          ${name}-${version}
     29
    2530checksums           rmd160  ddc8fc96a1b4a902808f955fe171f32d1bb3514d \
    2631                    sha256  6e61e2a0b298841cbc2ea0106fae7c628a5b34e705aafa7536848c60eb448e89
    2732