Mon Feb 11 12:45:21 2013 UTC ()
Update to 2.5.1:

This is a non-scheduled bugfix release.
    hgk: support the old way of getting the current Ttk theme (issue3808)
    hgweb.cgi: fix internal WSGI emulation (issue3804)
    hgweb: make 'summary' work with hidden changesets (issue3810)
    incoming: fix incoming when a local head is remotely filtered (issue3805)
    largefiles: don't crash when trying to find default dest for url without path
    rebase: derive node from target rev (issue3802)


(wiz)
diff -r1.83 -r1.84 pkgsrc/devel/mercurial/Makefile
diff -r1.68 -r1.69 pkgsrc/devel/mercurial/distinfo

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

--- pkgsrc/devel/mercurial/Makefile 2013/02/03 14:39:05 1.83
+++ pkgsrc/devel/mercurial/Makefile 2013/02/11 12:45:20 1.84
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.83 2013/02/03 14:39:05 wiz Exp $ 1# $NetBSD: Makefile,v 1.84 2013/02/11 12:45:20 wiz Exp $
2 2
3DISTNAME= mercurial-2.5 3DISTNAME= mercurial-2.5.1
4CATEGORIES= devel scm 4CATEGORIES= devel scm
5MASTER_SITES= http://mercurial.selenic.com/release/ 5MASTER_SITES= http://mercurial.selenic.com/release/
6 6
7MAINTAINER= wiz@NetBSD.org 7MAINTAINER= wiz@NetBSD.org
8HOMEPAGE= http://mercurial.selenic.com/ 8HOMEPAGE= http://mercurial.selenic.com/
9COMMENT= Fast, lightweight source control management system 9COMMENT= Fast, lightweight source control management system
10LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer 10LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer
11 11
12BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto 12BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
13BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc 13BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
14 14
15USE_TOOLS+= gmake msgfmt 15USE_TOOLS+= gmake msgfmt
16 16

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

--- pkgsrc/devel/mercurial/Attic/distinfo 2013/02/03 14:39:05 1.68
+++ pkgsrc/devel/mercurial/Attic/distinfo 2013/02/11 12:45:21 1.69
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.68 2013/02/03 14:39:05 wiz Exp $ 1$NetBSD: distinfo,v 1.69 2013/02/11 12:45:21 wiz Exp $
2 2
3SHA1 (mercurial-2.5.tar.gz) = 21800a6355fadd67ddb85205f8dd887798502da6 3SHA1 (mercurial-2.5.1.tar.gz) = 91daddc64fa3cb3cb0bd85876030ced0d4ff7e5b
4RMD160 (mercurial-2.5.tar.gz) = 24ed3182f5d62bf39fe9b72a2ff1390f22e8a0d1 4RMD160 (mercurial-2.5.1.tar.gz) = 979ab8c449e30433424c0720888bc06b4eed2464
5Size (mercurial-2.5.tar.gz) = 3669817 bytes 5Size (mercurial-2.5.1.tar.gz) = 3671108 bytes