summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-06-05 12:32:20 +0000
committerwiz <wiz@pkgsrc.org>2010-06-05 12:32:20 +0000
commit368d043c5479ce138be0cad01edb07264c50902d (patch)
tree20bceae5b8a584281f389ee2d8276da23cfeae43
parent3ae78636891d23c7be58f6dd2dedfc0a3e76aced (diff)
downloadpkgsrc-368d043c5479ce138be0cad01edb07264c50902d.tar.gz
Update to 1.5.4:
This is a scheduled monthly minor bugfix release. * dispatch: include Python version in traceback * push: update help * status: avoid performance regression when no .hgsub is present * clone: fix performance issue with hardlinks and Windows shares * hgweb: fix race in refreshing repo list (issue2188) * hgrc: clarify that hgrc keys can be overridden and sections can be split * eol: new extension for managing file newlines based on a version controlled configuration file * pager: fork and exec pager as parent process with /bin/sh -c * rebase: stress that only local changesets should be rebased * convert/svn: close gettags() log stream (issue2196) * record: check that we are not committing a merge before patch selection
-rw-r--r--devel/mercurial/Makefile4
-rw-r--r--devel/mercurial/PLIST5
-rw-r--r--devel/mercurial/distinfo8
3 files changed, 10 insertions, 7 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile
index 9b79b59cafc..5320aa995f8 100644
--- a/devel/mercurial/Makefile
+++ b/devel/mercurial/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2010/05/13 19:39:13 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2010/06/05 12:32:20 wiz Exp $
#
-DISTNAME= mercurial-1.5.3
+DISTNAME= mercurial-1.5.4
CATEGORIES= devel scm
MASTER_SITES= http://mercurial.selenic.com/release/
diff --git a/devel/mercurial/PLIST b/devel/mercurial/PLIST
index 203afd1b87d..aabe52577c5 100644
--- a/devel/mercurial/PLIST
+++ b/devel/mercurial/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2010/03/07 23:23:59 wiz Exp $
+@comment $NetBSD: PLIST,v 1.19 2010/06/05 12:32:20 wiz Exp $
bin/hg
${PYSITELIB}/hgext/__init__.py
${PYSITELIB}/hgext/__init__.pyc
@@ -66,6 +66,9 @@ ${PYSITELIB}/hgext/convert/subversion.pyo
${PYSITELIB}/hgext/convert/transport.py
${PYSITELIB}/hgext/convert/transport.pyc
${PYSITELIB}/hgext/convert/transport.pyo
+${PYSITELIB}/hgext/eol.py
+${PYSITELIB}/hgext/eol.pyc
+${PYSITELIB}/hgext/eol.pyo
${PYSITELIB}/hgext/extdiff.py
${PYSITELIB}/hgext/extdiff.pyc
${PYSITELIB}/hgext/extdiff.pyo
diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo
index 62ae44dc639..dc67409124e 100644
--- a/devel/mercurial/distinfo
+++ b/devel/mercurial/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2010/05/13 19:39:13 wiz Exp $
+$NetBSD: distinfo,v 1.32 2010/06/05 12:32:20 wiz Exp $
-SHA1 (mercurial-1.5.3.tar.gz) = bbf52fb4e8ff797bbf6ab4d32e6d82720a23107d
-RMD160 (mercurial-1.5.3.tar.gz) = c08e160ca2bd8668d09d480e9e95d6274e33eb90
-Size (mercurial-1.5.3.tar.gz) = 2026151 bytes
+SHA1 (mercurial-1.5.4.tar.gz) = 1ff675bc4ec5d1b19f16427df12df691507c2b54
+RMD160 (mercurial-1.5.4.tar.gz) = 3452d96ebc8405fb4393dc5f9a09a1562a41f3e3
+Size (mercurial-1.5.4.tar.gz) = 2038613 bytes