mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Update mercurial to 2.8 and mark it as stable
--HG-- rename : dev-vcs/mercurial/mercurial-2.7.2.recipe => dev-vcs/mercurial/mercurial-2.8.recipe rename : dev-vcs/mercurial/patches/mercurial-2.7.2.patch => dev-vcs/mercurial/patches/mercurial-2.8.patch
This commit is contained in:
@@ -3,12 +3,12 @@ DESCRIPTION="Mercurial is a free, distributed source control management tool."
|
||||
HOMEPAGE="http://mercurial.selenic.com/"
|
||||
COPYRIGHT="2005-2012 Matt Mackall et al."
|
||||
LICENSE="GNU GPL v2"
|
||||
SRC_URI="http://mercurial.selenic.com/release/mercurial-2.7.2.tar.gz"
|
||||
CHECKSUM_MD5="ec00ddc6aadfea1e11b23650cb741d53"
|
||||
SRC_URI="http://mercurial.selenic.com/release/mercurial-2.8.tar.gz"
|
||||
CHECKSUM_MD5="76b565f48000e9f331356ab107a5bcbb"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PATCHES="mercurial-2.7.2.patch"
|
||||
PATCHES="mercurial-2.8.patch"
|
||||
|
||||
PROVIDES="
|
||||
mercurial = $portVersion compat >= 2
|
||||
@@ -1,6 +1,6 @@
|
||||
diff -up mercurial-2.7.1/mercurial/ui.py.orig mercurial-2.7.1/mercurial/ui.py
|
||||
--- mercurial-2.7.2/mercurial/ui.py.orig 2012-06-01 22:48:21.025690112 -0600
|
||||
+++ mercurial-2.7.2/mercurial/ui.py 2012-06-04 17:15:16.317980672 -0600
|
||||
diff -up mercurial-2.8/mercurial/ui.py.orig mercurial-2.8/mercurial/ui.py
|
||||
--- mercurial-2.8/mercurial/ui.py.orig 2012-06-01 22:48:21.025690112 -0600
|
||||
+++ mercurial-2.8/mercurial/ui.py 2012-06-04 17:15:16.317980672 -0600
|
||||
@@ -693,7 +693,7 @@ class ui(object):
|
||||
# avoid confusion.
|
||||
editor = 'E'
|
||||
Reference in New Issue
Block a user