From owner-svn-ports-head@freebsd.org Thu Sep 1 20:17:43 2016 Return-Path: Delivered-To: svn-ports-head@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 45F5CBCBF56; Thu, 1 Sep 2016 20:17:43 +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 F0C8E777; Thu, 1 Sep 2016 20:17:42 +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 u81KHgFf040438; Thu, 1 Sep 2016 20:17:42 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81KHf8T040435; Thu, 1 Sep 2016 20:17:41 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201609012017.u81KHf8T040435@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Thu, 1 Sep 2016 20:17:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421243 - in head/devel/mercurial: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 20:17:43 -0000 Author: olivierd Date: Thu Sep 1 20:17:41 2016 New Revision: 421243 URL: https://svnweb.freebsd.org/changeset/ports/421243 Log: - Update to 3.9.1 - Re-generate patch (setup.py) with 'make makepatch' Changelog: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.9.1_.282016-9-1.29 Modified: head/devel/mercurial/Makefile head/devel/mercurial/distinfo head/devel/mercurial/files/extra-patch-setup.py Modified: head/devel/mercurial/Makefile ============================================================================== --- head/devel/mercurial/Makefile Thu Sep 1 19:07:14 2016 (r421242) +++ head/devel/mercurial/Makefile Thu Sep 1 20:17:41 2016 (r421243) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mercurial -PORTVERSION= 3.9 +PORTVERSION= 3.9.1 CATEGORIES= devel python MASTER_SITES= http://mercurial-scm.org/release/ Modified: head/devel/mercurial/distinfo ============================================================================== --- head/devel/mercurial/distinfo Thu Sep 1 19:07:14 2016 (r421242) +++ head/devel/mercurial/distinfo Thu Sep 1 20:17:41 2016 (r421243) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470079520 -SHA256 (mercurial-3.9.tar.gz) = 834f25dcff44994198fb8a7ba161a6e24204dbd63c8e6270577e06e6cedbdabc -SIZE (mercurial-3.9.tar.gz) = 4796280 +TIMESTAMP = 1472766785 +SHA256 (mercurial-3.9.1.tar.gz) = 625e4fc7e85ec2278c2828bdc547fce74091b3bbe4d9eeeba2d61af51195df74 +SIZE (mercurial-3.9.1.tar.gz) = 4797967 Modified: head/devel/mercurial/files/extra-patch-setup.py ============================================================================== --- head/devel/mercurial/files/extra-patch-setup.py Thu Sep 1 19:07:14 2016 (r421242) +++ head/devel/mercurial/files/extra-patch-setup.py Thu Sep 1 20:17:41 2016 (r421243) @@ -1,6 +1,6 @@ ---- ./setup.py.orig 2012-10-02 04:11:23.000000000 +0000 -+++ ./setup.py 2012-10-02 18:59:20.000000000 +0000 -@@ -227,30 +227,7 @@ +--- setup.py.orig 2016-09-01 19:01:36 UTC ++++ setup.py +@@ -235,30 +235,7 @@ class hgbuildmo(build): description = "build translations (.mo files)" def run(self):