Ticket #11712: bzr-0.15.patch
File bzr-0.15.patch, 2.5 KB (added by skymoo (Adam Mercer), 18 years ago) |
---|
-
files/patch-setup.py
1 --- setup.py.orig 2007-0 3-14 23:14:14.000000000 -04002 +++ setup.py 2007-0 3-14 23:14:44.000000000 -04003 @@ -21 9,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 @@ 4 4 else: 5 5 # std setup 6 6 ARGS = {'scripts': ['bzr'], -
Portfile
4 4 PortGroup python24 1.0 5 5 6 6 name bazaar-ng 7 version 0.1 47 version 0.15 8 8 categories devel python 9 9 platforms darwin 10 10 maintainers ramercer@gmail.com openmaintainer@macports.org 11 11 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. 12 description The next-generation distributed version control system 13 long_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. 21 20 22 21 homepage http://bazaar-vcs.org/ 23 22 master_sites ${homepage}releases/src/ 24 23 distname bzr-${version} 25 checksums sha1 90c6278b332f369585ca6db47b65c4e7c60d6a6f 24 checksums md5 6512ced21dc26fba0915c50697f74e17 \ 25 sha1 7d166093b9ff5a5ab02f3bb840d34fdc4a8ccd79 \ 26 rmd160 e3e6eeeff3df6dbd8ef9342b4a648a204cefae19 26 27 patchfiles patch-setup.py 27 28 28 29 depends_lib-append port:py-celementtree \ 29 port:py-paramiko \30 port:py-paramiko \ 30 31 port:py-crypto 31 32 32 33 test.run yes