From owner-cvs-ports@FreeBSD.ORG Sun Oct 3 21:46:08 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7270106566B; Sun, 3 Oct 2010 21:46:08 +0000 (UTC) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C781B8FC0A; Sun, 3 Oct 2010 21:46:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o93Lk8Jj018564; Sun, 3 Oct 2010 21:46:08 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o93Lk8Da018563; Sun, 3 Oct 2010 21:46:08 GMT (envelope-from roberto) Message-Id: <201010032146.o93Lk8Da018563@repoman.freebsd.org> From: Ollivier Robert Date: Sun, 3 Oct 2010 21:46:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/mercurial Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2010 21:46:08 -0000 roberto 2010-10-03 21:46:08 UTC FreeBSD ports repository Modified files: devel/mercurial Makefile distinfo Log: 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 Revision Changes Path 1.53 +1 -1 ports/devel/mercurial/Makefile 1.31 +3 -3 ports/devel/mercurial/distinfo