[23494] trunk/dports/devel/bazaar-ng

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 2 19:53:56 PDT 2007


Revision: 23494
          http://trac.macosforge.org/projects/macports/changeset/23494
Author:   ryandesign at macports.org
Date:     2007-04-02 19:53:55 -0700 (Mon, 02 Apr 2007)

Log Message:
-----------
Fix #11712: Update to 0.14, update descriptions.

Modified Paths:
--------------
    trunk/dports/devel/bazaar-ng/Portfile
    trunk/dports/devel/bazaar-ng/files/patch-setup.py

Modified: trunk/dports/devel/bazaar-ng/Portfile
===================================================================
--- trunk/dports/devel/bazaar-ng/Portfile	2007-04-03 01:19:50 UTC (rev 23493)
+++ trunk/dports/devel/bazaar-ng/Portfile	2007-04-03 02:53:55 UTC (rev 23494)
@@ -4,29 +4,30 @@
 PortGroup     python24 1.0
 
 name          bazaar-ng
-version       0.14
+version       0.15
 categories    devel python
 platforms     darwin
 maintainers   ramercer at gmail.com openmaintainer at macports.org
 
-description		Python implementation of the GNU arch RCS protocol by Canonical
-long_description	Bazaar-NG is an implementation of GNU arch from Canonical \
-    written in Python. Arch is a version control system, which allows \
-    you to keep old versions of files and directories (usually source \
-    code), keep a log of who, when, and why changes occurred, etc., \
-    like SVN, CVS, or RCS. Arch is distributed, which gives it \
-    significant advantages and some disadvantages compared to SVN and \
-    CVS. The bzr implementation is the next Bazaar version from \
-    Canonical called Bazaar-NG.
+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  ${homepage}releases/src/
 distname      bzr-${version}
-checksums     sha1 90c6278b332f369585ca6db47b65c4e7c60d6a6f
+checksums     md5 6512ced21dc26fba0915c50697f74e17 \
+              sha1 7d166093b9ff5a5ab02f3bb840d34fdc4a8ccd79 \
+              rmd160 e3e6eeeff3df6dbd8ef9342b4a648a204cefae19
 patchfiles    patch-setup.py
 
 depends_lib-append  port:py-celementtree \
-    port:py-paramiko\
+    port:py-paramiko \
     port:py-crypto
 
 test.run      yes

Modified: trunk/dports/devel/bazaar-ng/files/patch-setup.py
===================================================================
--- trunk/dports/devel/bazaar-ng/files/patch-setup.py	2007-04-03 01:19:50 UTC (rev 23493)
+++ trunk/dports/devel/bazaar-ng/files/patch-setup.py	2007-04-03 02:53:55 UTC (rev 23494)
@@ -1,6 +1,6 @@
---- setup.py.orig	2007-03-14 23:14:14.000000000 -0400
-+++ setup.py	2007-03-14 23:14:44.000000000 -0400
-@@ -219,7 +219,7 @@
+--- setup.py.orig	2007-04-02 09:28:26.000000000 -0400
++++ setup.py	2007-04-02 09:28:59.000000000 -0400
+@@ -217,7 +217,7 @@
  else:
      # std setup
      ARGS = {'scripts': ['bzr'],

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


More information about the macports-changes mailing list