Ticket #11561: bzr-0.14.patch
File bzr-0.14.patch, 2.8 KB (added by skymoo (Adam Mercer), 18 years ago) |
---|
-
files/patch-setup.py
1 --- setup.py.orig 200 6-10-27 18:52:02.000000000 +02002 +++ setup.py 200 6-10-27 19:31:56.000000000 +02003 @@ -2 07,7 +207,7 @@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 @@ 4 4 else: 5 5 # std setup 6 6 ARGS = {'scripts': ['bzr'], -
Portfile
1 1 # $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $ 2 2 3 PortSystem 1.04 PortGroup python24 1.03 PortSystem 1.0 4 PortGroup python24 1.0 5 5 6 name 7 version 0.128 categories 9 platforms 10 maintainers nomaintainer@macports.org6 name bazaar-ng 7 version 0.14 8 categories devel python 9 platforms darwin 10 maintainers ramercer@gmail.com openmaintainer@macports.org 11 11 12 12 description Python implementation of the GNU arch RCS protocol by Canonical 13 13 long_description Bazaar-NG is an implementation of GNU arch from Canonical \ 14 15 16 17 18 19 20 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. 21 21 22 homepage 23 master_sites 24 distname 25 checksums sha1 5678e85702c68096acede28fb4d8cf95d2115ef826 patchfiles 22 homepage http://bazaar-vcs.org/ 23 master_sites ${homepage}/releases/src/ 24 distname bzr-${version} 25 checksums sha1 90c6278b332f369585ca6db47b65c4e7c60d6a6f 26 patchfiles patch-setup.py 27 27 28 depends_lib-append port:py-celementtree 28 depends_lib-append port:py-celementtree \ 29 port:py-paramiko\ 30 port:py-crypto 29 31 30 test.run 31 test.cmd 32 test.target 32 test.run yes 33 test.cmd make 34 test.target check 33 35 34 36 post-destroot { 35 37 xinstall -m 644 -W ${worksrcpath} HACKING INSTALL NEWS NEWS.developers \