Mercurial 1.1 - update to 1.1.1
Reported by: |
lists@… |
Owned by: |
deric@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.7.0
|
Keywords:
|
|
Cc:
|
jezdez@…
|
Port:
|
mercurial
|
|
|
A recent (20081220) release of Mercurial 1.1.1 contains bug-fixes. The attached patch changes the release file information to the 1.1.1 release. The attached patch does not address the port lint warning: "Variant bash_completion overrides global description".
--- /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/mercurial/Portfile 2008-12-15 16:37:32.000000000 -0500
+++ /Users/jcb/Developer/ports/devel/mercurial/Portfile 2008-12-24 06:55:07.000000000 -0500
@@ -1,10 +1,10 @@
-# $Id: Portfile 43840 2008-12-15 21:37:32Z perry@macports.org $
+# $Id: Portfile 40105 2008-09-20 20:10:05Z simon@macports.org $
PortSystem 1.0
PortGroup python25 1.0
name mercurial
-version 1.1
+version 1.1.1
categories devel python
maintainers deric@macports.org
description A fast, lightweight, distributed SCM system written in \
@@ -25,9 +25,9 @@
homepage http://www.selenic.com/mercurial/
platforms darwin
master_sites http://www.selenic.com/mercurial/release/
-checksums md5 031891e407e4a2f9d5c5943d5f2d24dc \
- sha1 e6cd373e18e9d5154814eb08f58c7a6567608642 \
- rmd160 c5473423a22353a63c318d4af69754a8f2974143
+checksums md5 eae043de903b263e290b078ab223f6c5 \
+ sha1 42a26a29414dee2c8eb7ce32e4fc6fe447bccc0a \
+ rmd160 ed4db64c2a45c030c3a949c51c1c468511eb3540
depends_lib-append port:py25-zlib port:py25-hashlib port:py25-bz2
Cc Me!