# $Id: Portfile 54351 2009-07-25 09:05:30Z raimue@macports.org $

PortSystem    1.0
PortGroup     python25 1.0

name          bzr-rebase
version       0.5.3
categories    devel python
platforms     darwin
maintainers   raimue

description   Rebase plugin for bzr
long_description  Rebasing is the process of taking a branch and \
    modifying the history so that it appears to start from a different \
    point. This can be useful to clean up the history before submitting \
    your changes. The tree at the end of the process will be the same \
    as if you had merged the other branch, but the history will be \
    different.

homepage      http://bazaar-vcs.org/Rebase
master_sites  http://samba.org/~jelmer/bzr

checksums     md5     74516d4058d39f64a8a380c1c73336e8 \
              sha1    7d99d6573d02e9c71a155ceed67cd954b09435ac \
              rmd160  ebe294912945a5cbdea0c4a2652c820b554db739

depends_lib-append  port:bzr

universal_variant   no

livecheck.check     regex
livecheck.url       ${master_sites}
livecheck.regex     {bzr-rebase-(\d+(?:\.\d+)*).tar.gz}
