[31791] trunk/dports/devel
Weissmann Markus
mww at macports.org
Fri Dec 7 10:18:14 PST 2007
Please do not do this! This will end up in a dead-lock!!!
"bzr activate" will wait for "bazaar activate" to finish, which will
never happen (as "bazaar install" is waiting for "bzr activate").
Regards,
-Markus
On 07.12.2007, at 17:05, ram at macports.org wrote:
> Revision 31791 Author ram at macports.org Date 2007-12-07 08:05:11
> -0800 (Fri, 07 Dec 2007) Log Message rename bazaar-ng port to bzr,
> automatically upgrade to this new port Modified Paths
> trunk/dports/devel/bazaar-ng/Portfile
> trunk/dports/devel/bzr/Portfile
> Added Paths
> trunk/dports/devel/bzr/
> Removed Paths
> trunk/dports/devel/bazaar-ng/files/
> Diff
> Modified: trunk/dports/devel/bazaar-ng/Portfile (31790 => 31791)
> --- trunk/dports/devel/bazaar-ng/Portfile 2007-12-07 15:15:18 UTC
> (rev 31790) +++ trunk/dports/devel/bazaar-ng/Portfile 2007-12-07
> 16:05:11 UTC (rev 31791) @@ -1,49 +1,37 @@ # $Id$ PortSystem 1.0 -
> PortGroup python25 1.0 name bazaar-ng version 0.92 -revision 3
> +revision 4 categories devel python platforms darwin maintainers
> ram openmaintainer -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.
> +description This port has been made obsolete by the bzr port
> +long_description ${description} homepage http://bazaar-vcs.org/ -
> master_sites ${homepage}releases/src/ -distname bzr-${version} -
> checksums md5 f91e760d646660f0f790066ff0526b38 \ - sha1
> 51901b0c467e30dab9e51b990bb491752460d680 \ - rmd160
> f7a6c24944be50c830c25376bfaf0d2b8c56ae56 - -patchfiles patch-
> setup.py.diff \ - patch-bzr.dev-r2966.diff \ - patch-bzr.dev-
> r2975.diff \ - -depends_lib-append port:py25-paramiko \ - port:py25-
> crypto \ - port:py25-hashlib \ - port:py25-zlib \ - port:py25-bz2 -
> -test.run yes -test.cmd make -test.target check - -post-destroot
> { - xinstall -m 644 -W ${worksrcpath} INSTALL NEWS README TODO \ - $
> {destroot}${prefix}/share/doc/${name} +fetch { + ui_msg "" + ui_msg
> "Port bazaar-ng has been superseeded by port bzr" + ui_msg "bzr
> will be installed after removing bazaar-ng" + ui_msg "" } +checksum
> {} +configure {} +build {} +destroot {} +archive {} +install { +
> ui_msg "Removing bazaar-ng" + system "port -f uninstall bazaar-ng"
> + ui_msg "Installing bzr" + system "port install bzr" + ui_msg
> "Port bzr has been installed" +} +activate {} universal_variant no
> Copied: trunk/dports/devel/bzr (from rev 31790, trunk/dports/devel/
> bazaar-ng)
> Modified: trunk/dports/devel/bzr/Portfile (31790 => 31791) ---
> trunk/dports/devel/bazaar-ng/Portfile 2007-12-07 15:15:18 UTC (rev
> 31790) +++ trunk/dports/devel/bzr/Portfile 2007-12-07 16:05:11 UTC
> (rev 31791) @@ -3,9 +3,8 @@ PortSystem 1.0 PortGroup python25 1.0 -
> name bazaar-ng +name bzr version 0.92 -revision 3
> categories devel python platforms darwin maintainers ram
> openmaintainer @@ -21,7 +20,6 @@ homepage http://bazaar-vcs.org/
> master_sites ${homepage}releases/src/ -distname bzr-${version}
> checksums md5 f91e760d646660f0f790066ff0526b38 \ sha1
> 51901b0c467e30dab9e51b990bb491752460d680 \
> _______________________________________________
> macports-changes mailing list
> macports-changes at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo/macports-changes
---
Dipl. Inf. (FH) Markus W. Weissmann
http://www.mweissmann.de/
http://www.macports.org/
More information about the macports-dev
mailing list