diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 2011-04-05 20:44:33 +0800 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 2011-04-05 20:44:33 +0800 |
commit | 611787fa6ad8e49feb19c5eb14764ac49653fd64 (patch) | |
tree | 4ed78ac92e2a5f85ec1186d7765d7305beb7fe27 /devel/mercurial | |
parent | c01f46091e0c790a1c12217d2019be2eecb0c666 (diff) | |
download | freebsd-ports-gnome-611787fa6ad8e49feb19c5eb14764ac49653fd64.tar.gz freebsd-ports-gnome-611787fa6ad8e49feb19c5eb14764ac49653fd64.tar.zst freebsd-ports-gnome-611787fa6ad8e49feb19c5eb14764ac49653fd64.zip |
Update to Mercurial 1.8.2.
This is regular time-based bugfix release.
bookmarks: discard current bookmark if absent from the bookmarks (issue2692)
bookmarks: fix update of the current bookmark during rename
color: port to using ctypes (issue2687)
convert/svn: fix _iterfiles() output in root dir case (issue2647)
eol: do not abort when win32text is found, only warn
eol: use dirstate methods to clear dirstate
hgweb: add display of bookmarks for changelog and changeset
hgweb: add separate page with bookmarks listing
merge: avoid unlinking destination of merge when case changes (issue2715)
mq: do not let qrefresh write bad patch
pager: don't page stderr if it's being redirected (issue2541)
push/outgoing: print remote target path even if there's an error (issue2561)
subrepo: recognize scp-style paths as git URLs
templates: widen the graph canvas (issue2683)
Diffstat (limited to 'devel/mercurial')
-rw-r--r-- | devel/mercurial/Makefile | 2 | ||||
-rw-r--r-- | devel/mercurial/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index 70b3a6148e4b..fc0720b62ee5 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mercurial -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.2 CATEGORIES= devel python MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index 03a4dafaa1eb..bc9b3e82994f 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,2 +1,2 @@ -SHA256 (mercurial-1.8.1.tar.gz) = fadea043641b003132249fd440329c42fa9f03534bdd51ac98404b5dbc88aa31 -SIZE (mercurial-1.8.1.tar.gz) = 2529579 +SHA256 (mercurial-1.8.2.tar.gz) = d326be6a5d8d9d39bfab1cadd4d8fd64937ba7c217dfbcba1f83e5026c57b041 +SIZE (mercurial-1.8.2.tar.gz) = 2547027 |