From owner-svn-ports-all@freebsd.org Thu Mar 31 18:39:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AF13AD6FE3; Thu, 31 Mar 2016 18:39:30 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A7C110DD; Thu, 31 Mar 2016 18:39:30 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VIdTID098735; Thu, 31 Mar 2016 18:39:29 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VIdT8I098732; Thu, 31 Mar 2016 18:39:29 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201603311839.u2VIdT8I098732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Thu, 31 Mar 2016 18:39:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r412283 - in branches/2016Q1/devel/mercurial: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 18:39:30 -0000 Author: olivierd Date: Thu Mar 31 18:39:28 2016 New Revision: 412283 URL: https://svnweb.freebsd.org/changeset/ports/412283 Log: MFH: r405052 r407795 r408138 r410451 r412140 Update to 3.6.3 (regularly bugfix release) Changelog: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.6.2_.282016-1-1.29 - Update to 3.7 - Remove unneeded patch (about unsafe SSL protocols) Changelog: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.7_.282016-2-1.29 Update to 3.7.1 (out-of-cycle bugfix release) Changelog: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.7.1_.282016-2-3.29 Update to 3.7.2 Changelog: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.7.2_.282016-3-1.29 Update to 2.7.3 Changes: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.7.3_.282016-3-29.29 Security: e1085b15-f609-11e5-a230-0014a5a57822 Approved by: ports-secteam (erwin@) Deleted: branches/2016Q1/devel/mercurial/files/patch-mercurial_sslutil.py Modified: branches/2016Q1/devel/mercurial/Makefile branches/2016Q1/devel/mercurial/distinfo branches/2016Q1/devel/mercurial/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/devel/mercurial/Makefile ============================================================================== --- branches/2016Q1/devel/mercurial/Makefile Thu Mar 31 18:27:09 2016 (r412282) +++ branches/2016Q1/devel/mercurial/Makefile Thu Mar 31 18:39:28 2016 (r412283) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mercurial -PORTVERSION= 3.6.2 +PORTVERSION= 3.7.3 CATEGORIES= devel python MASTER_SITES= http://mercurial.selenic.com/release/ Modified: branches/2016Q1/devel/mercurial/distinfo ============================================================================== --- branches/2016Q1/devel/mercurial/distinfo Thu Mar 31 18:27:09 2016 (r412282) +++ branches/2016Q1/devel/mercurial/distinfo Thu Mar 31 18:39:28 2016 (r412283) @@ -1,2 +1,2 @@ -SHA256 (mercurial-3.6.2.tar.gz) = 09c567049c3e30f791db0cf5937346c7ff3568deadf4eb1d4e2f7c80001cb3d6 -SIZE (mercurial-3.6.2.tar.gz) = 4518349 +SHA256 (mercurial-3.7.3.tar.gz) = c099c42d74e2d520b61dd372cd996b0fa7605c06617834fd7b13c79b9a9a5b30 +SIZE (mercurial-3.7.3.tar.gz) = 4636732 Modified: branches/2016Q1/devel/mercurial/pkg-plist ============================================================================== --- branches/2016Q1/devel/mercurial/pkg-plist Thu Mar 31 18:27:09 2016 (r412282) +++ branches/2016Q1/devel/mercurial/pkg-plist Thu Mar 31 18:39:28 2016 (r412283) @@ -14,6 +14,9 @@ bin/hg %%PYTHON_SITELIBDIR%%/hgext/censor.py %%PYTHON_SITELIBDIR%%/hgext/censor.pyc %%PYTHON_SITELIBDIR%%/hgext/censor.pyo +%%PYTHON_SITELIBDIR%%/hgext/chgserver.py +%%PYTHON_SITELIBDIR%%/hgext/chgserver.pyc +%%PYTHON_SITELIBDIR%%/hgext/chgserver.pyo %%PYTHON_SITELIBDIR%%/hgext/children.py %%PYTHON_SITELIBDIR%%/hgext/children.pyc %%PYTHON_SITELIBDIR%%/hgext/children.pyo @@ -152,9 +155,6 @@ bin/hg %%PYTHON_SITELIBDIR%%/hgext/patchbomb.py %%PYTHON_SITELIBDIR%%/hgext/patchbomb.pyc %%PYTHON_SITELIBDIR%%/hgext/patchbomb.pyo -%%PYTHON_SITELIBDIR%%/hgext/progress.py -%%PYTHON_SITELIBDIR%%/hgext/progress.pyc -%%PYTHON_SITELIBDIR%%/hgext/progress.pyo %%PYTHON_SITELIBDIR%%/hgext/purge.py %%PYTHON_SITELIBDIR%%/hgext/purge.pyc %%PYTHON_SITELIBDIR%%/hgext/purge.pyo @@ -323,6 +323,9 @@ bin/hg %%PYTHON_SITELIBDIR%%/mercurial/help/hgignore.5.txt %%PYTHON_SITELIBDIR%%/mercurial/help/hgrc.5.txt %%PYTHON_SITELIBDIR%%/mercurial/help/hgweb.txt +%%PYTHON_SITELIBDIR%%/mercurial/help/internals/bundles.txt +%%PYTHON_SITELIBDIR%%/mercurial/help/internals/changegroups.txt +%%PYTHON_SITELIBDIR%%/mercurial/help/internals/revlogs.txt %%PYTHON_SITELIBDIR%%/mercurial/help/merge-tools.txt %%PYTHON_SITELIBDIR%%/mercurial/help/multirevs.txt %%PYTHON_SITELIBDIR%%/mercurial/help/patterns.txt @@ -465,6 +468,27 @@ bin/hg %%PYTHON_SITELIBDIR%%/mercurial/progress.py %%PYTHON_SITELIBDIR%%/mercurial/progress.pyc %%PYTHON_SITELIBDIR%%/mercurial/progress.pyo +%%PYTHON_SITELIBDIR%%/mercurial/pure/__init__.py +%%PYTHON_SITELIBDIR%%/mercurial/pure/__init__.pyc +%%PYTHON_SITELIBDIR%%/mercurial/pure/__init__.pyo +%%PYTHON_SITELIBDIR%%/mercurial/pure/base85.py +%%PYTHON_SITELIBDIR%%/mercurial/pure/base85.pyc +%%PYTHON_SITELIBDIR%%/mercurial/pure/base85.pyo +%%PYTHON_SITELIBDIR%%/mercurial/pure/bdiff.py +%%PYTHON_SITELIBDIR%%/mercurial/pure/bdiff.pyc +%%PYTHON_SITELIBDIR%%/mercurial/pure/bdiff.pyo +%%PYTHON_SITELIBDIR%%/mercurial/pure/diffhelpers.py +%%PYTHON_SITELIBDIR%%/mercurial/pure/diffhelpers.pyc +%%PYTHON_SITELIBDIR%%/mercurial/pure/diffhelpers.pyo +%%PYTHON_SITELIBDIR%%/mercurial/pure/mpatch.py +%%PYTHON_SITELIBDIR%%/mercurial/pure/mpatch.pyc +%%PYTHON_SITELIBDIR%%/mercurial/pure/mpatch.pyo +%%PYTHON_SITELIBDIR%%/mercurial/pure/osutil.py +%%PYTHON_SITELIBDIR%%/mercurial/pure/osutil.pyc +%%PYTHON_SITELIBDIR%%/mercurial/pure/osutil.pyo +%%PYTHON_SITELIBDIR%%/mercurial/pure/parsers.py +%%PYTHON_SITELIBDIR%%/mercurial/pure/parsers.pyc +%%PYTHON_SITELIBDIR%%/mercurial/pure/parsers.pyo %%PYTHON_SITELIBDIR%%/mercurial/pushkey.py %%PYTHON_SITELIBDIR%%/mercurial/pushkey.pyc %%PYTHON_SITELIBDIR%%/mercurial/pushkey.pyo @@ -474,6 +498,9 @@ bin/hg %%PYTHON_SITELIBDIR%%/mercurial/py3kcompat.py %%PYTHON_SITELIBDIR%%/mercurial/py3kcompat.pyc %%PYTHON_SITELIBDIR%%/mercurial/py3kcompat.pyo +%%PYTHON_SITELIBDIR%%/mercurial/registrar.py +%%PYTHON_SITELIBDIR%%/mercurial/registrar.pyc +%%PYTHON_SITELIBDIR%%/mercurial/registrar.pyo %%PYTHON_SITELIBDIR%%/mercurial/repair.py %%PYTHON_SITELIBDIR%%/mercurial/repair.pyc %%PYTHON_SITELIBDIR%%/mercurial/repair.pyo