Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Dec 2016 18:00:30 +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: r427631 - in head/devel/tortoisehg: . files
Message-ID:  <201612031800.uB3I0Ufj028399@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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