Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#17760 closed enhancement (fixed)

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

Description

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

Attachments (1)

mercurial-1.1.1-Portfile.patch (1.3 KB) - added by lists@… 15 years ago.

Download all attachments as: .zip

Change History (5)

Changed 15 years ago by lists@…

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Cc: deric@… removed
Owner: changed from macports-tickets@… to deric@…

comment:2 Changed 15 years ago by jezdez@…

Cc: jezdez@… added

Cc Me!

comment:3 Changed 15 years ago by deric@…

Resolution: fixed
Status: newclosed

Updated in r44382.

comment:4 Changed 15 years ago by (none)

Milestone: Port Enhancements

Milestone Port Enhancements deleted

Note: See TracTickets for help on using tickets.