[48274] trunk/dports/devel/bzr-rebase

ram at macports.org ram at macports.org
Tue Mar 17 17:00:36 PDT 2009


Revision: 48274
          http://trac.macports.org/changeset/48274
Author:   ram at macports.org
Date:     2009-03-17 17:00:36 -0700 (Tue, 17 Mar 2009)
Log Message:
-----------
devel/bzr-rebase: add bzr-1.13 to supported versions

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

Added Paths:
-----------
    trunk/dports/devel/bzr-rebase/files/
    trunk/dports/devel/bzr-rebase/files/patch-bzr-1.13.diff

Modified: trunk/dports/devel/bzr-rebase/Portfile
===================================================================
--- trunk/dports/devel/bzr-rebase/Portfile	2009-03-18 00:00:27 UTC (rev 48273)
+++ trunk/dports/devel/bzr-rebase/Portfile	2009-03-18 00:00:36 UTC (rev 48274)
@@ -5,6 +5,7 @@
 
 name          bzr-rebase
 version       0.4.3
+revision      1
 categories    devel python
 platforms     darwin
 maintainers   ram openmaintainer
@@ -20,6 +21,8 @@
 homepage      http://bazaar-vcs.org/Rebase
 master_sites  http://samba.org/~jelmer/bzr
 
+patchfiles    patch-bzr-1.13.diff
+
 checksums     md5 725a733caa1dec020edbecb12849cbc4 \
               sha1 21264b1a158f7a3584b5b83ce768506db9411ac5 \
               rmd160 acf02be288fc01fc1464f16790f85ae34ffdbcdf

Added: trunk/dports/devel/bzr-rebase/files/patch-bzr-1.13.diff
===================================================================
--- trunk/dports/devel/bzr-rebase/files/patch-bzr-1.13.diff	                        (rev 0)
+++ trunk/dports/devel/bzr-rebase/files/patch-bzr-1.13.diff	2009-03-18 00:00:36 UTC (rev 48274)
@@ -0,0 +1,11 @@
+--- __init__.py	2009-03-17 18:41:36.000000000 -0500
++++ __init__.py	2009-03-17 18:42:04.000000000 -0500
+@@ -34,7 +34,7 @@
+ __author__ = 'Jelmer Vernooij <jelmer at samba.org>'
+ 
+ COMPATIBLE_BZR_VERSIONS = [(1, 6, 0), (1, 7, 0), (1, 8, 0), (1, 9, 0),
+-                           (1, 10, 0), (1, 11, 0), (1, 12, 0)]
++                           (1, 10, 0), (1, 11, 0), (1, 12, 0), (1, 13, 0)]
+ 
+ bzrlib.api.require_any_api(bzrlib, COMPATIBLE_BZR_VERSIONS)
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090317/b50cae13/attachment-0001.html>


More information about the macports-changes mailing list