svn commit: r423104 - head/devel/mercurial
Olivier Duchateau
olivierd at FreeBSD.org
Sun Oct 2 06:56:06 UTC 2016
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
More information about the svn-ports-head
mailing list