Sun May 6 20:47:24 2012 UTC ()
Update to 2.2.1:

This is an unscheduled bugfix release to fix a signficant memory leak in hgweb.

    bookmarks: catch the proper exception for missing revisions
    help: add reference to template help (issue3413)
    help: added description for the web.collapse setting
    largefiles: fix commit of both largefiles and non-largefiles (issue3354)
    parsers: fix refcount leak, simplify init of index (issue3417)


(wiz)
diff -r1.71 -r1.72 pkgsrc/devel/mercurial/Makefile
diff -r1.58 -r1.59 pkgsrc/devel/mercurial/distinfo

cvs diff -r1.71 -r1.72 pkgsrc/devel/mercurial/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/mercurial/Makefile 2012/05/03 16:16:51 1.71
+++ pkgsrc/devel/mercurial/Makefile 2012/05/06 20:47:24 1.72
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.71 2012/05/03 16:16:51 wiz Exp $ 1# $NetBSD: Makefile,v 1.72 2012/05/06 20:47:24 wiz Exp $
2# 2#
3 3
4DISTNAME= mercurial-2.2 4DISTNAME= mercurial-2.2.1
5CATEGORIES= devel scm 5CATEGORIES= devel scm
6MASTER_SITES= http://mercurial.selenic.com/release/ 6MASTER_SITES= http://mercurial.selenic.com/release/
7 7
8MAINTAINER= wiz@NetBSD.org 8MAINTAINER= wiz@NetBSD.org
9HOMEPAGE= http://mercurial.selenic.com/wiki/ 9HOMEPAGE= http://mercurial.selenic.com/wiki/
10COMMENT= Fast, lightweight source control management system 10COMMENT= Fast, lightweight source control management system
11LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer 11LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer
12 12
13BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto 13BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
14BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc 14BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
15 15
16PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
17 17

cvs diff -r1.58 -r1.59 pkgsrc/devel/mercurial/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/mercurial/Attic/distinfo 2012/05/03 16:16:51 1.58
+++ pkgsrc/devel/mercurial/Attic/distinfo 2012/05/06 20:47:24 1.59
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.58 2012/05/03 16:16:51 wiz Exp $ 1$NetBSD: distinfo,v 1.59 2012/05/06 20:47:24 wiz Exp $
2 2
3SHA1 (mercurial-2.2.tar.gz) = 8d2dc0b72d0e2aef70770a9eca32154f456e8afa 3SHA1 (mercurial-2.2.1.tar.gz) = 40961a436920628ff9db48dc8aab8012d72dcd52
4RMD160 (mercurial-2.2.tar.gz) = 8dd7b78da6ebdab1882a749c5ad3198ef765eff2 4RMD160 (mercurial-2.2.1.tar.gz) = 02f344a980a5b508b741968258962caf8996fd9e
5Size (mercurial-2.2.tar.gz) = 3414331 bytes 5Size (mercurial-2.2.1.tar.gz) = 3414944 bytes