# $Id: Portfile 52371 2009-06-15 04:14:36Z raimue@macports.org $ PortSystem 1.0 PortGroup python25 1.0 name bzr-rebase version 0.5.0 categories devel python platforms darwin maintainers nomaintainer 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 974511c233cdac828a52c49d84125d49 \ sha1 035b149ca69c99869c0a34d4f58cdd5bedabad91 \ rmd160 7015330f9319fdf879778b716afcc8d758a8e6b8 depends_lib-append port:bzr universal_variant no livecheck.check regex livecheck.url ${master_sites} livecheck.regex {bzr-rebase-(\d+(?:\.\d+)*).tar.gz}