Thu Jul 23 21:23:35 2009 UTC ()
Update to 1.3.1:

Regression fixes:
 - fixed excessive memory usage issues with diff and strip
 - fixed ssh performance issue on OS X
 - fixed slow calculation of branch heads
 - fixed handling of port numbers in URLs
 - fixed transaction handling exception
 - fixed incoming with graphlog extension
 - fixed slow commit in fetch extension
 - fixed loading of win32mbcs extension

Other fixes:
 - fixed http username handling in acl extension
 - fixed subrepo path joining on Windows
 - allow update --check to cross branches
 - miscellaneous small doc and bug fixes


(wiz)
diff -r1.31 -r1.32 pkgsrc/devel/mercurial/Makefile
diff -r1.22 -r1.23 pkgsrc/devel/mercurial/distinfo

cvs diff -r1.31 -r1.32 pkgsrc/devel/mercurial/Makefile (switch to unified diff)

--- pkgsrc/devel/mercurial/Makefile 2009/07/17 20:35:48 1.31
+++ pkgsrc/devel/mercurial/Makefile 2009/07/23 21:23:35 1.32
@@ -1,33 +1,33 @@ @@ -1,33 +1,33 @@
1# $NetBSD: Makefile,v 1.31 2009/07/17 20:35:48 wiz Exp $ 1# $NetBSD: Makefile,v 1.32 2009/07/23 21:23:35 wiz Exp $
2# 2#
3 3
4DISTNAME= mercurial-1.3 4DISTNAME= mercurial-1.3.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 11LICENSE= gnu-gpl-v2
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
18PY_PATCHPLIST= yes 18PY_PATCHPLIST= yes
19PYDISTUTILSPKG= yes 19PYDISTUTILSPKG= yes
20PYTHON_VERSIONS_INCOMPATIBLE= 23 20PYTHON_VERSIONS_INCOMPATIBLE= 23
21USE_TOOLS+= gmake msgfmt 21USE_TOOLS+= gmake msgfmt
22 22
23INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 23INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
24 24
25post-install: 25post-install:
26 ${INSTALL_DATA} ${WRKSRC}/doc/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 26 ${INSTALL_DATA} ${WRKSRC}/doc/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
27 ${INSTALL_DATA} ${WRKSRC}/doc/*.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5 27 ${INSTALL_DATA} ${WRKSRC}/doc/*.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
28 ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/mercurial 28 ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/mercurial
29 ${INSTALL_DATA} ${WRKSRC}/README \ 29 ${INSTALL_DATA} ${WRKSRC}/README \
30 ${DESTDIR}${PREFIX}/share/doc/mercurial 30 ${DESTDIR}${PREFIX}/share/doc/mercurial
31 31
32.include "../../lang/python/extension.mk" 32.include "../../lang/python/extension.mk"
33.include "../../mk/bsd.pkg.mk" 33.include "../../mk/bsd.pkg.mk"

cvs diff -r1.22 -r1.23 pkgsrc/devel/mercurial/Attic/distinfo (switch to unified diff)

--- pkgsrc/devel/mercurial/Attic/distinfo 2009/07/17 20:35:48 1.22
+++ pkgsrc/devel/mercurial/Attic/distinfo 2009/07/23 21:23:35 1.23
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.22 2009/07/17 20:35:48 wiz Exp $ 1$NetBSD: distinfo,v 1.23 2009/07/23 21:23:35 wiz Exp $
2 2
3SHA1 (mercurial-1.3.tar.gz) = af1bfc2817e0719124593e4ec03f0056a4b2870c 3SHA1 (mercurial-1.3.1.tar.gz) = a9537fab7c7ead501a6414d1900f46e0ae3e48b8
4RMD160 (mercurial-1.3.tar.gz) = 20032f18a2bbe1d60969567299bb9ca3392fe6d9 4RMD160 (mercurial-1.3.1.tar.gz) = 1e43d8697e4d269fdc065ee82c48e1cf132f6d6f
5Size (mercurial-1.3.tar.gz) = 1768227 bytes 5Size (mercurial-1.3.1.tar.gz) = 1770585 bytes