Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2015 19:24:10 +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: r399290 - head/devel/tortoisehg
Message-ID:  <201510141924.t9EJOATJ071445@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Wed Oct 14 19:24:10 2015
New Revision: 399290
URL: https://svnweb.freebsd.org/changeset/ports/399290

Log:
  - Update to 3.5.2
  - Exclude Python 3, because Mercurial supports only Python 2
  
  PR:		203749
  Submitted by:	myself
  Approved by:	<6yearold@gmail.com> (maintainer)

Modified:
  head/devel/tortoisehg/Makefile
  head/devel/tortoisehg/distinfo

Modified: head/devel/tortoisehg/Makefile
==============================================================================
--- head/devel/tortoisehg/Makefile	Wed Oct 14 19:02:28 2015	(r399289)
+++ head/devel/tortoisehg/Makefile	Wed Oct 14 19:24:10 2015	(r399290)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	tortoisehg
-PORTVERSION=	3.5
+PORTVERSION=	3.5.2
 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
+USES=		python:2
 NLS_USES=	gettext
 
 INSTALLS_ICONS=	yes

Modified: head/devel/tortoisehg/distinfo
==============================================================================
--- head/devel/tortoisehg/distinfo	Wed Oct 14 19:02:28 2015	(r399289)
+++ head/devel/tortoisehg/distinfo	Wed Oct 14 19:24:10 2015	(r399290)
@@ -1,2 +1,2 @@
-SHA256 (tortoisehg-3.5.tar.gz) = b072180ad851c6c04b003a75ee995a6e1a6cbe7d7a26e86398fd0b32f55194de
-SIZE (tortoisehg-3.5.tar.gz) = 7395688
+SHA256 (tortoisehg-3.5.2.tar.gz) = f5d36d8f19b508dd00a7ac720af3889defd40e99fcb60d907a0fefb9c867dd63
+SIZE (tortoisehg-3.5.2.tar.gz) = 7399407



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