Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Nov 2016 19:56:18 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425075 - head/devel/mercurial
Message-ID:  <201611011956.uA1JuIr9008722@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Tue Nov  1 19:56:18 2016
New Revision: 425075
URL: https://svnweb.freebsd.org/changeset/ports/425075

Log:
  Update to 4.0
  
  Changelog: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_4.0_.282016-11-1.29

Modified:
  head/devel/mercurial/Makefile
  head/devel/mercurial/distinfo
  head/devel/mercurial/pkg-plist

Modified: head/devel/mercurial/Makefile
==============================================================================
--- head/devel/mercurial/Makefile	Tue Nov  1 19:55:24 2016	(r425074)
+++ head/devel/mercurial/Makefile	Tue Nov  1 19:56:18 2016	(r425075)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mercurial
-PORTVERSION=	3.9.2
+PORTVERSION=	4.0
 CATEGORIES=	devel python
 MASTER_SITES=	http://mercurial-scm.org/release/
 

Modified: head/devel/mercurial/distinfo
==============================================================================
--- head/devel/mercurial/distinfo	Tue Nov  1 19:55:24 2016	(r425074)
+++ head/devel/mercurial/distinfo	Tue Nov  1 19:56:18 2016	(r425075)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475351083
-SHA256 (mercurial-3.9.2.tar.gz) = 69046a427c05e83097bf0145a1e37975ae0b6ba4430456e2beca3d2fd96583cf
-SIZE (mercurial-3.9.2.tar.gz) = 4798958
+TIMESTAMP = 1478029445
+SHA256 (mercurial-4.0.tar.gz) = 24be080745230840f214d93e9f9fb4e25510f9abbbec2e56fab18543fedc43a7
+SIZE (mercurial-4.0.tar.gz) = 4850316

Modified: head/devel/mercurial/pkg-plist
==============================================================================
--- head/devel/mercurial/pkg-plist	Tue Nov  1 19:55:24 2016	(r425074)
+++ head/devel/mercurial/pkg-plist	Tue Nov  1 19:56:18 2016	(r425075)
@@ -362,6 +362,7 @@ bin/hg
 %%PYTHON_SITELIBDIR%%/mercurial/help/internals/changegroups.txt
 %%PYTHON_SITELIBDIR%%/mercurial/help/internals/requirements.txt
 %%PYTHON_SITELIBDIR%%/mercurial/help/internals/revlogs.txt
+%%PYTHON_SITELIBDIR%%/mercurial/help/internals/wireprotocol.txt
 %%PYTHON_SITELIBDIR%%/mercurial/help/merge-tools.txt
 %%PYTHON_SITELIBDIR%%/mercurial/help/multirevs.txt
 %%PYTHON_SITELIBDIR%%/mercurial/help/patterns.txt
@@ -501,6 +502,9 @@ bin/hg
 %%PYTHON_SITELIBDIR%%/mercurial/posix.py
 %%PYTHON_SITELIBDIR%%/mercurial/posix.pyc
 %%PYTHON_SITELIBDIR%%/mercurial/posix.pyo
+%%PYTHON_SITELIBDIR%%/mercurial/profiling.py
+%%PYTHON_SITELIBDIR%%/mercurial/profiling.pyc
+%%PYTHON_SITELIBDIR%%/mercurial/profiling.pyo
 %%PYTHON_SITELIBDIR%%/mercurial/progress.py
 %%PYTHON_SITELIBDIR%%/mercurial/progress.pyc
 %%PYTHON_SITELIBDIR%%/mercurial/progress.pyo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611011956.uA1JuIr9008722>