From owner-svn-ports-head@freebsd.org Sat Dec 3 18:00:32 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 17E05C65850; Sat, 3 Dec 2016 18:00:32 +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 E68B11A80; Sat, 3 Dec 2016 18:00:31 +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 uB3I0VnV028403; Sat, 3 Dec 2016 18:00:31 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB3I0Ufj028399; Sat, 3 Dec 2016 18:00:30 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201612031800.uB3I0Ufj028399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sat, 3 Dec 2016 18:00:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427631 - in head/devel/tortoisehg: . 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.23 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: Sat, 03 Dec 2016 18:00:32 -0000 Author: olivierd Date: Sat Dec 3 18:00:30 2016 New Revision: 427631 URL: https://svnweb.freebsd.org/changeset/ports/427631 Log: - Update to 4.0 - Regenerate patches (with 'make makepatch') PR: 214984 Submitted by: larca Approved by: Gleb Popov (maintainer) Modified: head/devel/tortoisehg/Makefile head/devel/tortoisehg/distinfo head/devel/tortoisehg/files/patch-setup.py head/devel/tortoisehg/files/patch-thg Modified: head/devel/tortoisehg/Makefile ============================================================================== --- head/devel/tortoisehg/Makefile Sat Dec 3 17:31:40 2016 (r427630) +++ head/devel/tortoisehg/Makefile Sat Dec 3 18:00:30 2016 (r427631) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tortoisehg -PORTVERSION= 3.9 +PORTVERSION= 4.0 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/tortoisehg/targz/downloads/ #MASTER_SITES= http://cdn.bitbucket.org/tortoisehg/targz/downloads/ @@ -29,7 +29,7 @@ OPTIONS_DEFINE= NAUTILUS NLS NAUTILUS_DESC= Install TortoiseHG Nautilus extension OPTIONS_SUB= yes -USES= python:2 +USES= python:2.7 NLS_USES= gettext INSTALLS_ICONS= yes Modified: head/devel/tortoisehg/distinfo ============================================================================== --- head/devel/tortoisehg/distinfo Sat Dec 3 17:31:40 2016 (r427630) +++ head/devel/tortoisehg/distinfo Sat Dec 3 18:00:30 2016 (r427631) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472641573 -SHA256 (tortoisehg-3.9.tar.gz) = 7f0eac2bb1d2540a05993390f1ebdaa62f2a98160eeee6e8129a665c4d88c19e -SIZE (tortoisehg-3.9.tar.gz) = 7816824 +TIMESTAMP = 1480787155 +SHA256 (tortoisehg-4.0.tar.gz) = 791ffa4270cb2f49454290a30da2a915b31a91b94ebc5546289a125e962f7910 +SIZE (tortoisehg-4.0.tar.gz) = 7828059 Modified: head/devel/tortoisehg/files/patch-setup.py ============================================================================== --- head/devel/tortoisehg/files/patch-setup.py Sat Dec 3 17:31:40 2016 (r427630) +++ head/devel/tortoisehg/files/patch-setup.py Sat Dec 3 18:00:30 2016 (r427631) @@ -1,7 +1,7 @@ ---- setup.py.orig 2015-08-06 04:30:23.000000000 +0300 -+++ setup.py 2015-09-05 21:24:08.309849781 +0300 -@@ -413,7 +413,7 @@ - ('build_config', lambda self: os.name != 'nt'), +--- setup.py.orig 2016-11-03 15:31:44 UTC ++++ setup.py +@@ -452,7 +452,7 @@ class build(_build_orig): + lambda self: 'py2app' in self.distribution.commands), ('build_ui', None), ('build_qrc', lambda self: 'py2exe' in self.distribution.commands), - ('build_mo', None), @@ -9,7 +9,7 @@ ] + _build_orig.sub_commands class clean(_clean_orig): -@@ -567,10 +567,10 @@ +@@ -666,10 +666,10 @@ def setup_posix(): dirs.remove('svg') # drop source of .ico files _data_files.append((os.path.join('share/pixmaps/tortoisehg', root), [os.path.join(root, f) for f in files])) Modified: head/devel/tortoisehg/files/patch-thg ============================================================================== --- head/devel/tortoisehg/files/patch-thg Sat Dec 3 17:31:40 2016 (r427630) +++ head/devel/tortoisehg/files/patch-thg Sat Dec 3 18:00:30 2016 (r427631) @@ -1,6 +1,6 @@ ---- thg_ 2011-05-02 01:39:58.000000000 +0400 -+++ thg 2011-05-25 15:51:43.418176138 +0400 -@@ -13,7 +13,7 @@ +--- thg.orig 2016-03-31 18:28:23 UTC ++++ thg +@@ -10,7 +10,7 @@ import os import sys @@ -8,4 +8,4 @@ +os.environ["PATH"] += ":%%LOCALBASE%%/kde4/bin" argv = sys.argv[1:] if 'THG_OSX_APP' in os.environ: - # Remove the -psn argument supplied by launchd + # Remove the -psn argument supplied by launchd (if present - it's not