[31792] trunk/dports/devel

ram at macports.org ram at macports.org
Fri Dec 7 08:08:29 PST 2007


Revision: 31792
          http://trac.macosforge.org/projects/macports/changeset/31792
Author:   ram at macports.org
Date:     2007-12-07 08:08:25 -0800 (Fri, 07 Dec 2007)

Log Message:
-----------
new port: devel/bzr-rebase - bzr rebase plugin

Added Paths:
-----------
    trunk/dports/devel/bzr-rebase/
    trunk/dports/devel/bzr-rebase/Portfile

Added: trunk/dports/devel/bzr-rebase/Portfile
===================================================================
--- trunk/dports/devel/bzr-rebase/Portfile	                        (rev 0)
+++ trunk/dports/devel/bzr-rebase/Portfile	2007-12-07 16:08:25 UTC (rev 31792)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem    1.0
+PortGroup     python25 1.0
+
+name          bzr-rebase
+version       0.3
+categories    devel python
+platforms     darwin
+maintainers   ram openmaintainer
+
+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 4879f54281f3b6169f44e9adcb8b9c5e \
+              sha1 97357a9c7aad90516bb7710519083c1e97472294 \
+              rmd160 c69693b3297d101bbba0fe9e85a5fdd8e987372f
+
+depends_lib-append  port:bzr
+
+universal_variant no


Property changes on: trunk/dports/devel/bzr-rebase/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071207/b2e44744/attachment.html


More information about the macports-changes mailing list