Ticket #47985: tpkg.diff

File tpkg.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 9 years ago)

work in progress

  • Portfile

     
    44PortSystem          1.0
    55PortGroup           github 1.0
    66
    7 github.setup        tpkg client 2.3.3 v
    8 github.tarball_from downloads
    9 
     7github.setup        tpkg client 2.3.5 v
    108name                tpkg
    11 distname            ${github.author}-${github.project}-${github.version}
    12 
    139categories          sysutils
    1410maintainers         aput.net:jheiss openmaintainer
    1511supported_archs     noarch
     
    2622
    2723platforms           darwin
    2824
    29 checksums           rmd160  03a3b051ba0f1dc2a9ed7a86ce4eae4ab364abfc \
    30                     sha256  e1078eb9a5c88a4fdd5394653aeb7e0984c9fbf8039a1596b5ed6729c00ce48a
     25checksums           rmd160  9af3a7f74d23c52030d36c9f328211f753154792 \
     26                    sha256  97c86359628ed734d7e118bd9b4d7ca12db7dba335248c4c0182d5f7fb77eb8e
    3127
    3228depends_build       port:rb-rake
    3329depends_run         port:facter
     
    3430
    3531use_configure       no
    3632build               {}
    37 destroot.cmd        ${prefix}/bin/rake
     33destroot.cmd        ${prefix}/bin/rake-1.8
    3834destroot.target     install\[${destroot}\]
    3935destroot.destdir