Ticket #12135: bazaar-ng-0.16-0.17.diff

File bazaar-ng-0.16-0.17.diff, 2.0 KB (added by skymoo (Adam Mercer), 17 years ago)

update devel/bazaar-ng port to the 0.17 release

  • files/patch-setup.py

     
    1 --- setup.py.orig       2007-05-07 14:51:05.000000000 +0100
    2 +++ setup.py    2007-05-07 14:51:41.000000000 +0100
    3 @@ -236,7 +236,7 @@
     1--- setup.py.orig       2007-06-18 08:38:53.000000000 -0400
     2+++ setup.py    2007-06-18 08:38:16.000000000 -0400
     3@@ -239,7 +239,7 @@
    44 else:
    55     # std setup
    66     ARGS = {'scripts': ['bzr'],
  • Portfile

     
    44PortGroup     python24 1.0
    55
    66name          bazaar-ng
    7 version       0.16
     7version       0.17
    88categories    devel python
    99platforms     darwin
    1010maintainers   ramercer@gmail.com openmaintainer@macports.org
    1111
    12 description             The next-generation distributed version control system
     12description   The next-generation distributed version control system
    1313long_description  Bazaar is an open source distributed version control \
    1414    system that is powerful, friendly, and scalable. It manages trees of \
    1515    files and subdirectories, In particular, it records revisions of trees, \
     
    2222master_sites  ${homepage}releases/src/
    2323distname      bzr-${version}
    2424
    25 checksums     md5 c72c4ae368d0ffe70cc6e3d49c299a0f \
    26               sha1 fb707afaf951adad8046faf6be09d6fff4101598 \
    27               rmd160 4b1790b7b4107e576a0072af1248200a6f946ee8
     25checksums     md5 da93565076f06e9f01b3951285757546 \
     26              sha1 bd5b8fb0a4ee73f023e7b1cf365fc3aa1064ca12 \
     27              rmd160 f459a59013242e985403e3d451ee8d3c0f3d38b8
    2828
    2929patchfiles    patch-setup.py
    3030
     
    3737test.target   check
    3838
    3939post-destroot {
    40         xinstall -m 644 -W ${worksrcpath} HACKING INSTALL NEWS \
    41                 README TODO ${destroot}${prefix}/share/doc/${name}
     40        xinstall -m 644 -W ${worksrcpath} INSTALL NEWS README TODO \
     41    ${destroot}${prefix}/share/doc/${name}
    4242}