# $Id: Portfile 58718 2009-10-03 09:50:45Z raimue@macports.org $ PortSystem 1.0 PortGroup python26 1.0 name bzr version 2.0.0 set branch [join [lrange [split ${version} .] 0 1] .] categories devel python platforms darwin maintainers raimue description The next-generation distributed version control system long_description Bazaar is an open source distributed version control \ system that is powerful, friendly, and scalable. It manages trees of \ files and subdirectories, In particular, it records revisions of trees, \ representing their state at a particular point in time, and information \ about those revisions and their relationships. Recording and retrieving \ tree revisions is useful in several ways if you are writing software or \ documents or doing similar creative work. homepage http://bazaar-vcs.org/ master_sites https://launchpad.net/${name}/${branch}/${version}/+download/ checksums md5 2536b0ef26a5110692e7f32d5a3fd91b \ sha1 ed71f73229c1327e09ab2f26cd3870fd5570ba6a \ rmd160 14ce780c90d24a432221ff0ac7c4625e1d7eef86 patchfiles patch-setup.py.diff depends_lib-append port:py26-paramiko \ port:py26-crypto \ port:py26-curl \ port:py26-docutils \ port:py26-pyrex test.run yes test.cmd make test.target check post-destroot { ln -s ${python.prefix}/bin/bzr ${destroot}${prefix}/bin/ ln -s ${python.prefix}/share/man/man1/bzr.1 \ ${destroot}${prefix}/share/man/man1 xinstall -m 644 -W ${worksrcpath} INSTALL NEWS README TODO \ ${destroot}${prefix}/share/doc/${name} } universal_variant no livecheck.type regex livecheck.url ${homepage} livecheck.regex {Bazaar (\d+(?:\.\d+)*) was released}