diff options
author | roberto <roberto@FreeBSD.org> | 2010-10-04 05:46:08 +0800 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2010-10-04 05:46:08 +0800 |
commit | 2c9e82843934c54e80809392ec4998b6633c187f (patch) | |
tree | c86c78f7f5f88b8aeed086c85d588ace8a8bb42a | |
parent | 5c422ac877a5edbbbd60903a9ce62dd4bd9344e1 (diff) | |
download | freebsd-ports-gnome-2c9e82843934c54e80809392ec4998b6633c187f.tar.gz freebsd-ports-gnome-2c9e82843934c54e80809392ec4998b6633c187f.tar.zst freebsd-ports-gnome-2c9e82843934c54e80809392ec4998b6633c187f.zip |
Update Mercurial to 1.6.4.
Release notes:
This is a monthly bugfix release.
* archive: set date to 1980 for very old zip files
* bookmarks: fix _bookmarks/lookup() reentrancy issue (issue2016)
* context: fix filectx.undelete() (issue2388)
* convert/darcs: handle non-ASCII metadata in darcs changelog (issue2354)
* convert/svn: fix broken symlink renames in svn sink
* core: use lexists() instead of exists() where appropriate
* hgweb: Fix memory leak when using hg commands over http repositories
* hgweb: correct Content-Type header values for archive downloads
* log: include unmodified-in-merge files in log diff/stat (issue2383)
* mq: always require --force when pushing patches (issue2363)
* patch: do not overwrite broken untracked symlinks
* patch: fix rename text to binary file (issue2400)
* patch: fix target when patching broken symlinks (issue2368)
* patch: upgrade to git patch when removing binary file
* rename: do not overwrite existing broken symlinks
* url: verify correctness of https server certificates (issue2407)
* util: avoid using hashlib on Python < 2.5 (issue2278)
* verify: fix "missing revlog!" errors for revlog format v0 and add test
-rw-r--r-- | devel/mercurial/Makefile | 2 | ||||
-rw-r--r-- | devel/mercurial/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index 4a6dfce1166a..bc7ca8c1cd7a 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mercurial -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.4 CATEGORIES= devel python MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index 59cb353eed5a..ec9820eb9860 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,3 +1,3 @@ -MD5 (mercurial-1.6.3.tar.gz) = fcd61edc488d1b9aa831dde6f14d9a13 -SHA256 (mercurial-1.6.3.tar.gz) = 57e5d26d35fbec71206378e3af111193e6eee7bb1dfb6447bbc4b9e03ce937bd -SIZE (mercurial-1.6.3.tar.gz) = 2205031 +MD5 (mercurial-1.6.4.tar.gz) = 657dd6aff80aa9a3b187652a635544d0 +SHA256 (mercurial-1.6.4.tar.gz) = 1e8edbbf8c495c095a3f086028e5f2b0440ce218eac9056c0b477b4192dc8811 +SIZE (mercurial-1.6.4.tar.gz) = 2240810 |