From owner-cvs-all@FreeBSD.ORG Tue Jul 10 07:06:00 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 233C7106566B; Tue, 10 Jul 2012 07:06:00 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0F7258FC08; Tue, 10 Jul 2012 07:06:00 +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 q6A75xUf009587; Tue, 10 Jul 2012 07:05:59 GMT (envelope-from rm@repoman.freebsd.org) Received: (from rm@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q6A75xSg009586; Tue, 10 Jul 2012 07:05:59 GMT (envelope-from rm) Message-Id: <201207100705.q6A75xSg009586@repoman.freebsd.org> From: Ruslan Mahmatkhanov Date: Tue, 10 Jul 2012 07:05:59 +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 ports/devel/mercurial/files patch-setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2012 07:06:00 -0000 rm 2012-07-10 07:05:59 UTC FreeBSD ports repository Modified files: devel/mercurial Makefile distinfo devel/mercurial/files patch-setup.py Log: - update to 2.2.3 [1] - fix WITHOUT_NLS handling if gettext is installed [2] There is upstream bug-report regarding to NLS case: http://bz.selenic.com/show_bug.cgi?id=3536 PR: 169661 [1] PR: 168977 [2] Submitted by: John Hein [1], arrowdodger <6yearold at gmail dot com> [2] Revision Changes Path 1.73 +4 -2 ports/devel/mercurial/Makefile 1.48 +2 -2 ports/devel/mercurial/distinfo 1.2 +11 -3 ports/devel/mercurial/files/patch-setup.py