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

source_changes at macosforge.org source_changes at macosforge.org
Sat Mar 17 08:01:37 PDT 2007


Revision: 22876
          http://trac.macosforge.org/projects/macports/changeset/22876
Author:   pipping at macports.org
Date:     2007-03-17 08:01:36 -0700 (Sat, 17 Mar 2007)

Log Message:
-----------
 * apply patch submitted by new maintainer (Adam Mercer, ramercer at gmail.com)

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-03-17 14:29:57 UTC (rev 22875)
+++ trunk/dports/devel/bazaar-ng/Portfile	2007-03-17 15:01:36 UTC (rev 22876)
@@ -1,35 +1,37 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup  python24 1.0
+PortSystem    1.0
+PortGroup     python24 1.0
 
-name			bazaar-ng
-version			0.12
-categories		devel python
-platforms		darwin
-maintainers		nomaintainer at macports.org
+name          bazaar-ng
+version       0.14
+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.
+    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.
 
-homepage		http://bazaar-vcs.org/
-master_sites		${homepage}/releases/src/
-distname		bzr-${version}
-checksums		sha1 5678e85702c68096acede28fb4d8cf95d2115ef8
-patchfiles		patch-setup.py
+homepage      http://bazaar-vcs.org/
+master_sites  ${homepage}releases/src/
+distname      bzr-${version}
+checksums     sha1 90c6278b332f369585ca6db47b65c4e7c60d6a6f
+patchfiles    patch-setup.py
 
-depends_lib-append	port:py-celementtree
+depends_lib-append  port:py-celementtree \
+    port:py-paramiko\
+    port:py-crypto
 
-test.run		yes
-test.cmd		make
-test.target		check
+test.run      yes
+test.cmd      make
+test.target   check
 
 post-destroot {
 	xinstall -m 644 -W ${worksrcpath} HACKING INSTALL NEWS NEWS.developers \

Modified: trunk/dports/devel/bazaar-ng/files/patch-setup.py
===================================================================
--- trunk/dports/devel/bazaar-ng/files/patch-setup.py	2007-03-17 14:29:57 UTC (rev 22875)
+++ trunk/dports/devel/bazaar-ng/files/patch-setup.py	2007-03-17 15:01:36 UTC (rev 22876)
@@ -1,6 +1,6 @@
---- setup.py.orig	2006-10-27 18:52:02.000000000 +0200
-+++ setup.py	2006-10-27 19:31:56.000000000 +0200
-@@ -207,7 +207,7 @@
+--- 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 @@
  else:
      # std setup
      ARGS = {'scripts': ['bzr'],

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


More information about the macports-changes mailing list