Ticket #12792: bzr-0.91.patch

File bzr-0.91.patch, 1.3 KB (added by skymoo (Adam Mercer), 17 years ago)

update to 0.91 release

  • Portfile

    === modified file 'Portfile'
     
    44PortGroup     python24 1.0
    55
    66name          bazaar-ng
    7 version       0.90
     7version       0.91
    88categories    devel python
    99platforms     darwin
    1010maintainers   ramercer@gmail.com openmaintainer@macports.org
     
    2222master_sites  ${homepage}releases/src/
    2323distname      bzr-${version}
    2424
    25 checksums     md5 596020e249604418e5ab8bde1d512472 \
    26               sha1 f3d588f00cd791dbc1419056970bb3ddada8ae50 \
    27               rmd160 b37b59ed666b03eaf2ffd12aea19c1c2a7fab9fb
     25checksums     md5 2a298cf49d4c4879483db61c52abae31 \
     26              sha1 40a4f9a8224873b68f9c4e81daff4b1dec59d650 \
     27              rmd160 890a1abf0b0848186ea491b6375b955a590a2ba2
    2828
    2929patchfiles    patch-setup.py
    3030
  • files/patch-setup.py

    === modified file 'files/patch-setup.py'
     
    1 --- setup.py.orig       2007-08-28 15:51:08.000000000 -0400
    2 +++ setup.py    2007-08-28 21:39:28.000000000 -0400
    3 @@ -297,7 +297,7 @@
     1--- setup.py.orig       2007-09-25 22:47:54.000000000 -0400
     2+++ setup.py    2007-09-26 11:29:44.000000000 -0400
     3@@ -320,7 +320,7 @@
    44     DATA_FILES = []
    55     if not 'bdist_egg' in sys.argv:
    66         # generate and install bzr.1 only with plain install, not easy_install one