Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Oct 2016 06:56:05 +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: r423104 - head/devel/mercurial
Message-ID:  <201610020656.u926u5gZ033310@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Sun Oct  2 06:56:05 2016
New Revision: 423104
URL: https://svnweb.freebsd.org/changeset/ports/423104

Log:
  - Update to 3.9.2
  - Remove dependency on the python2 symlink
  
  Changes: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.9.2_.282016-10-1.29

Modified:
  head/devel/mercurial/Makefile
  head/devel/mercurial/distinfo

Modified: head/devel/mercurial/Makefile
==============================================================================
--- head/devel/mercurial/Makefile	Sun Oct  2 05:07:22 2016	(r423103)
+++ head/devel/mercurial/Makefile	Sun Oct  2 06:56:05 2016	(r423104)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mercurial
-PORTVERSION=	3.9.1
+PORTVERSION=	3.9.2
 CATEGORIES=	devel python
 MASTER_SITES=	http://mercurial-scm.org/release/
 
@@ -12,7 +12,7 @@ COMMENT=	Fast, lightweight source contro
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=	cpe python:2
+USES=	cpe python:2.7
 USE_PYTHON=	distutils
 
 OPTIONS_DEFINE=	CA_BUNDLE DATA DOCS NLS FREEBSD

Modified: head/devel/mercurial/distinfo
==============================================================================
--- head/devel/mercurial/distinfo	Sun Oct  2 05:07:22 2016	(r423103)
+++ head/devel/mercurial/distinfo	Sun Oct  2 06:56:05 2016	(r423104)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1472766785
-SHA256 (mercurial-3.9.1.tar.gz) = 625e4fc7e85ec2278c2828bdc547fce74091b3bbe4d9eeeba2d61af51195df74
-SIZE (mercurial-3.9.1.tar.gz) = 4797967
+TIMESTAMP = 1475351083
+SHA256 (mercurial-3.9.2.tar.gz) = 69046a427c05e83097bf0145a1e37975ae0b6ba4430456e2beca3d2fd96583cf
+SIZE (mercurial-3.9.2.tar.gz) = 4798958



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