From owner-svn-ports-head@freebsd.org Wed Apr 5 19:57:55 2017 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 8966CD2F611; Wed, 5 Apr 2017 19:57:55 +0000 (UTC) (envelope-from sunpoet@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 40A0CF5E; Wed, 5 Apr 2017 19:57:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v35Jvsu1040365; Wed, 5 Apr 2017 19:57:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v35Jvs2b040361; Wed, 5 Apr 2017 19:57:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704051957.v35Jvs2b040361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Apr 2017 19:57:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437815 - head/devel/mercurial 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: Wed, 05 Apr 2017 19:57:55 -0000 Author: sunpoet Date: Wed Apr 5 19:57:53 2017 New Revision: 437815 URL: https://svnweb.freebsd.org/changeset/ports/437815 Log: Update to 4.1.2 - Update MASTER_SITES - Fix indent - Update WWW Changes: https://www.mercurial-scm.org/wiki/WhatsNew Modified: head/devel/mercurial/Makefile head/devel/mercurial/distinfo head/devel/mercurial/pkg-descr Modified: head/devel/mercurial/Makefile ============================================================================== --- head/devel/mercurial/Makefile Wed Apr 5 19:57:48 2017 (r437814) +++ head/devel/mercurial/Makefile Wed Apr 5 19:57:53 2017 (r437815) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= mercurial -PORTVERSION= 4.1.1 +PORTVERSION= 4.1.2 CATEGORIES= devel python -MASTER_SITES= http://mercurial-scm.org/release/ +MASTER_SITES= https://www.mercurial-scm.org/release/ MAINTAINER= python@FreeBSD.org COMMENT= Fast, lightweight source control management system @@ -12,7 +12,7 @@ COMMENT= Fast, lightweight source contro LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe python:2.7 +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 Wed Apr 5 19:57:48 2017 (r437814) +++ head/devel/mercurial/distinfo Wed Apr 5 19:57:53 2017 (r437815) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488526862 -SHA256 (mercurial-4.1.1.tar.gz) = 63571be1202f83c72041eb8ca2a2ebaeda284d2031fd708919fc610589d3359e -SIZE (mercurial-4.1.1.tar.gz) = 5132169 +TIMESTAMP = 1491396538 +SHA256 (mercurial-4.1.2.tar.gz) = 09415253fb409a77e19b9951532a3c22c4e07e74bab80652527064617daab194 +SIZE (mercurial-4.1.2.tar.gz) = 5133417 Modified: head/devel/mercurial/pkg-descr ============================================================================== --- head/devel/mercurial/pkg-descr Wed Apr 5 19:57:48 2017 (r437814) +++ head/devel/mercurial/pkg-descr Wed Apr 5 19:57:53 2017 (r437815) @@ -12,4 +12,4 @@ efficient handling of very large distrib * Small Python codebase * GPL license -WWW: http://www.mercurial-scm.org/ +WWW: https://www.mercurial-scm.org/