Date: Wed, 5 Apr 2017 19:57:54 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437815 - head/devel/mercurial Message-ID: <201704051957.v35Jvs2b040361@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704051957.v35Jvs2b040361>