[Lunar-commits] <moonbase> mercurial: Applied a patch to fix the Python-2.6 problems.
Terry Chan
tchan at lunar-linux.org
Mon Oct 27 18:02:42 CET 2008
commit b961826e5de7c05da0f280580450e4a0f267e103
Author: Terry Chan <tchan at lunar-linux.org>
Date: Mon Oct 27 12:02:42 2008 -0500
mercurial: Applied a patch to fix the Python-2.6 problems.
---
devel/mercurial/BUILD | 1 +
devel/mercurial/DETAILS | 3 +++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/devel/mercurial/BUILD b/devel/mercurial/BUILD
index c737978..9db90d6 100644
--- a/devel/mercurial/BUILD
+++ b/devel/mercurial/BUILD
@@ -1,5 +1,6 @@
(
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
prepare_install &&
python setup.py install --force &&
cp -p contrib/hgk contrib/hgdiff /usr/bin &&
diff --git a/devel/mercurial/DETAILS b/devel/mercurial/DETAILS
index 8578595..6a263a9 100644
--- a/devel/mercurial/DETAILS
+++ b/devel/mercurial/DETAILS
@@ -1,8 +1,11 @@
MODULE=mercurial
VERSION=1.0.2
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=$MODULE-$VERSION-python-2.6.patch
SOURCE_URL=http://www.selenic.com/$MODULE/release/
SOURCE_VFY=sha1:6d5be655276770192b889cee279bdcc0aee977e3
+ SOURCE2_URL=$PATCH_URL
+ SOURCE2_VFY=sha1:2fb654c43688f80f4dc2a740e3389f1cfbe26183
WEB_SITE=http://www.selenic.com/$MODULE/wiki/
ENTERED=20070408
UPDATED=20080823
More information about the Lunar-commits
mailing list