diff options
author | wiz <wiz> | 2011-10-10 13:01:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-10-10 13:01:30 +0000 |
commit | 12f7342a94a68aff187110cef72734ff88c4e14d (patch) | |
tree | b4b7605e4aa21dd5a51d59d8d9a47971904b2201 /devel/mercurial | |
parent | 37390a518019ca9bb1ed3b5cc7a7fd22861fd6a8 (diff) | |
download | pkgsrc-12f7342a94a68aff187110cef72734ff88c4e14d.tar.gz |
Update to 1.9.3:
This is a regular bugfix release.
setup: build inotify for sys.platform='linux*'
bundlerepo: add argument check before unlink
hgweb: properly check for bookmarks when drawing graph
http: handle push of bundles > 2 GB again (issue3017)
keyword: preserve file mode when overwriting
osutil: avoid accidentally destroying the True object in isgui (issue2937)
patch: correctly handle non-tabular Subject: line
patch: handle 'gitpatches' being empty, but not none
record: use command wrapper properly for qnew/qrefresh (issue3001)
setdiscovery: fix hang when #heads>200 (issue2971)
ui: also swap sys.stdout with self.fout in _readline
ui: write traceback to self.ferr
url: Remove the proxy env variables only when needed (issue2451)
url: parse fragments first (issue2997)
util: fix crash converting an invalid future date to string
util: wrap lines with multi-byte characters correctly (issue2943)
Diffstat (limited to 'devel/mercurial')
-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 f5acb33137e..ad281535e10 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.61 2011/08/29 14:49:15 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2011/10/10 13:01:30 wiz Exp $ # -DISTNAME= mercurial-1.9.2 +DISTNAME= mercurial-1.9.3 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index 439c3b35706..d6079f057fc 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.49 2011/08/29 14:49:15 wiz Exp $ +$NetBSD: distinfo,v 1.50 2011/10/10 13:01:30 wiz Exp $ -SHA1 (mercurial-1.9.2.tar.gz) = 3eabcaa265d2497fa0fdd6751a73061fcaeb4200 -RMD160 (mercurial-1.9.2.tar.gz) = fa5824a16481dd612aafc59ca99903375470b994 -Size (mercurial-1.9.2.tar.gz) = 2972849 bytes +SHA1 (mercurial-1.9.3.tar.gz) = 6be1b85d7cfd67283f4c76ed64570110b99a3fe1 +RMD160 (mercurial-1.9.3.tar.gz) = badc314f0a364c3e64131247665ebbc63d1533a9 +Size (mercurial-1.9.3.tar.gz) = 2977205 bytes |