Hi,

this is the diff to update mercurial to last release: 2.1.2.

Is it ok?

Cheers,

Remi.
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/mercurial/Makefile,v
retrieving revision 1.45
diff -u -p -r1.45 Makefile
--- Makefile    20 Mar 2012 19:55:38 -0000      1.45
+++ Makefile    28 Apr 2012 09:07:20 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =              fast, lightweight source control management
 
-MODPY_EGG_VERSION =    2.1.1
+MODPY_EGG_VERSION =    2.1.2
 DISTNAME =             mercurial-${MODPY_EGG_VERSION}
 CATEGORIES =           devel
 
@@ -24,7 +24,7 @@ USE_GROFF =           Yes
 BUILD_DEPENDS =                devel/gettext
 REGRESS_DEPENDS =      ${RUN_DEPENDS} \
                        archivers/unzip \
-                       textproc/gsed
+                       devel/git
 
 FILES =                        hgeditor hgweb.cgi
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/mercurial/distinfo,v
retrieving revision 1.29
diff -u -p -r1.29 distinfo
--- distinfo    20 Mar 2012 19:55:38 -0000      1.29
+++ distinfo    28 Apr 2012 09:07:20 -0000
@@ -1,5 +1,5 @@
-MD5 (mercurial-2.1.1.tar.gz) = No+rRwXr1NEpb91r0v5icg==
-RMD160 (mercurial-2.1.1.tar.gz) = 4XqZWgadGnpGU3pJGJUg35U6y28=
-SHA1 (mercurial-2.1.1.tar.gz) = 1sxLZJtnBRE3MuYnVniFQol7oAg=
-SHA256 (mercurial-2.1.1.tar.gz) = D47Csp8RIcbLc8F1CSgesTkd2/rXV7H3INfgbeCiXf0=
-SIZE (mercurial-2.1.1.tar.gz) = 3313261
+MD5 (mercurial-2.1.2.tar.gz) = FTVNc5UE7Eb2ig/uLs+/JQ==
+RMD160 (mercurial-2.1.2.tar.gz) = SsmpHn3rvlVvHDFMw7b8h7bL8vA=
+SHA1 (mercurial-2.1.2.tar.gz) = b6LyUQdX4+Yu+p2JU/i3A7hAdbI=
+SHA256 (mercurial-2.1.2.tar.gz) = kU1IieGVaHIJ4HDAwzzzrnt41sbJL6fWzMcYqpaVmIY=
+SIZE (mercurial-2.1.2.tar.gz) = 3343349
Index: patches/patch-tests_test-mq_t
===================================================================
RCS file: patches/patch-tests_test-mq_t
diff -N patches/patch-tests_test-mq_t
--- patches/patch-tests_test-mq_t       20 Mar 2012 19:55:38 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-tests_test-mq_t,v 1.1 2012/03/20 19:55:38 rpointel Exp $
---- tests/test-mq.t.orig       Mon Mar 19 14:03:28 2012
-+++ tests/test-mq.t    Mon Mar 19 14:03:44 2012
-@@ -1476,7 +1476,7 @@ Test that qfinish change phase when mq.secret=true
- 
- Test that qfinish preserve phase when mq.secret=false
- 
--  $ sed -i.bak -e 's/secret=true/secret=false/' $HGRCPATH
-+  $ gsed -i.bak -e 's/secret=true/secret=false/' $HGRCPATH
-   $ hg qfinish qbase
-   patch add-file2 finalized without changeset message
-   $ hg phase 'all()'

Reply via email to