diff options
author | wiz <wiz@pkgsrc.org> | 2013-05-19 17:39:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-05-19 17:39:28 +0000 |
commit | a647cdcb4efc6ac0401834756f839f1a8c0469a0 (patch) | |
tree | 72150264df7d0cdfc511b025cee509a52a4e21f3 /devel | |
parent | 669c9cc95854c957be0ce77becc6c02a99db168b (diff) | |
download | pkgsrc-a647cdcb4efc6ac0401834756f839f1a8c0469a0.tar.gz |
Update to 2.6.1:
This is an unscheduled bugfix release to address some minor regressions in the 2.6 release.
convert: fix bug of wrong CVS path parsing without port number (issue3678)
help/config: note 64-bit Windows registry key used with 32-bit Python
hfs+: rewrite percent-escaper (issue3918)
hgignore: fix regression with hgignore directory matches (issue3921)
highlight: fix page layout with empty first and last lines
largefiles: check existence of the file with case awareness of the filesystem
largefiles: check unknown files with case awareness of the filesystem
pathencode: grow buffers to increase safety margin
revert: ensure that copies and renames are honored (issue3920)
subrepo: open files in 'rb' mode to read exact data in (issue3926)
windows: check target type before actual unlinking to follow POSIX semantics
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mercurial/Makefile | 4 | ||||
-rw-r--r-- | devel/mercurial/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index aeba0c3c01e..f9a12e79085 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.88 2013/05/03 21:26:14 wiz Exp $ +# $NetBSD: Makefile,v 1.89 2013/05/19 17:39:28 wiz Exp $ -DISTNAME= mercurial-2.6 +DISTNAME= mercurial-2.6.1 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index 2477b479d7b..12be73eff74 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.73 2013/05/03 21:26:14 wiz Exp $ +$NetBSD: distinfo,v 1.74 2013/05/19 17:39:28 wiz Exp $ -SHA1 (mercurial-2.6.tar.gz) = b158d2cb9ac9c5f45330555a42a3aa4cdf04dd1d -RMD160 (mercurial-2.6.tar.gz) = 3a9fb00d6a0bb8e10c79df00f19f0a2c74cd6267 -Size (mercurial-2.6.tar.gz) = 3726957 bytes +SHA1 (mercurial-2.6.1.tar.gz) = ee9b2ae1cf2518c90b55f9429bf4ed9f2d4fced6 +RMD160 (mercurial-2.6.1.tar.gz) = 12fd2274b9c80b1116b2bffa828b46877d908e37 +Size (mercurial-2.6.1.tar.gz) = 3728067 bytes |