New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #11712: bzr-0.15.patch

File bzr-0.15.patch, 2.5 KB (added by ramercer@…, 5 years ago)

update bazaar-ng port to 0.15

  • files/patch-setup.py

     
    1 --- setup.py.orig       2007-03-14 23:14:14.000000000 -0400 
    2 +++ setup.py    2007-03-14 23:14:44.000000000 -0400 
    3 @@ -219,7 +219,7 @@ 
     1--- setup.py.orig       2007-04-02 09:28:26.000000000 -0400 
     2+++ setup.py    2007-04-02 09:28:59.000000000 -0400 
     3@@ -217,7 +217,7 @@ 
    44 else: 
    55     # std setup 
    66     ARGS = {'scripts': ['bzr'], 
  • Portfile

     
    44PortGroup     python24 1.0 
    55 
    66name          bazaar-ng 
    7 version       0.14 
     7version       0.15 
    88categories    devel python 
    99platforms     darwin 
    1010maintainers   ramercer@gmail.com openmaintainer@macports.org 
    1111 
    12 description             Python implementation of the GNU arch RCS protocol by Canonical 
    13 long_description        Bazaar-NG is an implementation of GNU arch from Canonical \ 
    14     written in Python. Arch is a version control system, which allows \ 
    15     you to keep old versions of files and directories (usually source \ 
    16     code), keep a log of who, when, and why changes occurred, etc., \ 
    17     like SVN, CVS, or RCS. Arch is distributed, which gives it \ 
    18     significant advantages and some disadvantages compared to SVN and \ 
    19     CVS. The bzr implementation is the next Bazaar version from \ 
    20     Canonical called Bazaar-NG. 
     12description             The next-generation distributed version control system 
     13long_description  Bazaar is an open source distributed version control \ 
     14    system that is powerful, friendly, and scalable. It manages trees of \ 
     15    files and subdirectories, In particular, it records revisions of trees, \ 
     16    representing their state at a particular point in time, and information \ 
     17    about those revisions and their relationships. Recording and retrieving \ 
     18    tree revisions is useful in several ways if you are writing software or \ 
     19    documents or doing similar creative work. 
    2120 
    2221homepage      http://bazaar-vcs.org/ 
    2322master_sites  ${homepage}releases/src/ 
    2423distname      bzr-${version} 
    25 checksums     sha1 90c6278b332f369585ca6db47b65c4e7c60d6a6f 
     24checksums     md5 6512ced21dc26fba0915c50697f74e17 \ 
     25              sha1 7d166093b9ff5a5ab02f3bb840d34fdc4a8ccd79 \ 
     26              rmd160 e3e6eeeff3df6dbd8ef9342b4a648a204cefae19 
    2627patchfiles    patch-setup.py 
    2728 
    2829depends_lib-append  port:py-celementtree \ 
    29     port:py-paramiko\ 
     30    port:py-paramiko \ 
    3031    port:py-crypto 
    3132 
    3233test.run      yes