# $Id$ PortSystem 1.0 PortGroup python25 1.0 name bzr version 1.15.1 set branch [join [lrange [split ${version} .] 0 1] .] categories devel python platforms darwin maintainers nomaintainer 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 b3adf21626bdef44509a49c4d7efa5fd \ sha1 d340aea77e7a0a7c69b03ceb62b34f27a69c0568 \ rmd160 ed791a02d39a4aec1aa1ae0aef25e887da27ad6e patchfiles patch-setup.py.diff depends_lib-append port:py25-paramiko \ port:py25-crypto \ port:py25-curl \ port:py25-docutils \ port:py25-pyrex test.run yes test.cmd make test.target check post-destroot { xinstall -m 644 -W ${worksrcpath} INSTALL NEWS README TODO \ ${destroot}${prefix}/share/doc/${name} } universal_variant no livecheck.check regex livecheck.url ${homepage} livecheck.regex {Bazaar (\d+(?:\.\d+)*) was released}