--- Portfile.orig	2009-07-04 17:30:56.000000000 +0200
+++ Portfile	2009-07-04 17:28:34.000000000 +0200
@@ -4,8 +4,7 @@
 PortGroup           python26 1.0
 
 name                mercurial
-version             1.2.1
-revision            1
+version             1.3
 categories          devel python
 maintainers         deric
 description         A fast, lightweight, distributed SCM system written in \
@@ -26,9 +25,9 @@
 homepage            http://www.selenic.com/mercurial/
 platforms           darwin
 master_sites        http://www.selenic.com/mercurial/release/
-checksums           md5     24d6994cc58b353398e11c7a19cf1d19 \
-                    sha1    f40282bbb17fedb08b16aa7a4eeb1da7b6a6f1cb \
-                    rmd160  37c94e5ef9cdc639fe23622ddaf97b2230ec2216
+checksums           md5     d25a867e0ef835faafdbe1e82e239945 \
+                    sha1    af1bfc2817e0719124593e4ec03f0056a4b2870c \
+                    rmd160  20032f18a2bbe1d60969567299bb9ca3392fe6d9
 
 post-destroot {
     # install html docs
@@ -61,7 +60,7 @@
 	}
 }
 
-variant bash_completion description {Install mercurial bash-completion file} { 
+variant bash_completion {
     depends_run-append port:bash-completion 
 }
 

