Ticket #23184: Portfile.patch

File Portfile.patch, 1005 bytes (added by beatrupp (Beat Rupp), 15 years ago)

bzr 2.0.1 -> 2.0.3

  • Portfile

    old new  
    44PortGroup     python26 1.0
    55
    66name          bzr
    7 version       2.0.1
     7version       2.0.3
    88set branch    [join [lrange [split ${version} .] 0 1] .]
    99categories    devel python
    1010platforms     darwin
     
    2222homepage      http://bazaar-vcs.org/
    2323master_sites  https://launchpad.net/${name}/${branch}/${version}/+download/
    2424
    25 checksums     md5     8b4d977e70efefeb7ba75d2b20900376 \
    26               sha1    e19c05e052290746de54f65254e056e39ba5e018 \
    27               rmd160  a48492a27942f1001c1270fc8bb974135328c4b5
     25checksums           md5     60758e61b3fd3686966d7ab0ea17fa64 \
     26                    sha1    178fe6546d32a1752a9e9abca57db128463bb1e6 \
     27                    rmd160  3b33e5148ff47e66b0315e964d2b8e565d056675
    2828
    29 patchfiles    patch-setup.py.diff
     29#patchfiles    patch-setup.py.diff
    3030
    3131depends_lib-append  port:py26-paramiko \
    3232                    port:py26-crypto \