From owner-svn-ports-head@freebsd.org Sat Jul 2 05:20:17 2016 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 854DEB8F31C; Sat, 2 Jul 2016 05:20:17 +0000 (UTC) (envelope-from olivierd@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 3CCF1291B; Sat, 2 Jul 2016 05:20:17 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u625KGJN048793; Sat, 2 Jul 2016 05:20:16 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u625KGPR048789; Sat, 2 Jul 2016 05:20:16 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201607020520.u625KGPR048789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sat, 2 Jul 2016 05:20:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417908 - in head/devel/mercurial: . files 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.22 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: Sat, 02 Jul 2016 05:20:17 -0000 Author: olivierd Date: Sat Jul 2 05:20:15 2016 New Revision: 417908 URL: https://svnweb.freebsd.org/changeset/ports/417908 Log: - Update to 3.8.4 - Adjust new hostname Changes: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.8.4_.282016-7-01.29 Modified: head/devel/mercurial/Makefile head/devel/mercurial/distinfo head/devel/mercurial/files/pkg-message.in head/devel/mercurial/pkg-descr Modified: head/devel/mercurial/Makefile ============================================================================== --- head/devel/mercurial/Makefile Sat Jul 2 03:10:14 2016 (r417907) +++ head/devel/mercurial/Makefile Sat Jul 2 05:20:15 2016 (r417908) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= mercurial -PORTVERSION= 3.8.3 +PORTVERSION= 3.8.4 CATEGORIES= devel python -MASTER_SITES= http://mercurial.selenic.com/release/ +MASTER_SITES= http://mercurial-scm.org/release/ MAINTAINER= python@FreeBSD.org COMMENT= Fast, lightweight source control management system Modified: head/devel/mercurial/distinfo ============================================================================== --- head/devel/mercurial/distinfo Sat Jul 2 03:10:14 2016 (r417907) +++ head/devel/mercurial/distinfo Sat Jul 2 05:20:15 2016 (r417908) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464845900 -SHA256 (mercurial-3.8.3.tar.gz) = f84556cdf9a331984261549d9d08143ab9da33d7c03f0aa323b0ee52d0782a4c -SIZE (mercurial-3.8.3.tar.gz) = 4772901 +TIMESTAMP = 1467440792 +SHA256 (mercurial-3.8.4.tar.gz) = 4b2e3ef19d34fa1d781cb7425506a05d4b6b1172bab69d6ea78874175fdf3da6 +SIZE (mercurial-3.8.4.tar.gz) = 4775341 Modified: head/devel/mercurial/files/pkg-message.in ============================================================================== --- head/devel/mercurial/files/pkg-message.in Sat Jul 2 03:10:14 2016 (r417907) +++ head/devel/mercurial/files/pkg-message.in Sat Jul 2 05:20:15 2016 (r417908) @@ -2,6 +2,6 @@ Note that we now install a few more files in %%PREFIX%%/share/mercurial: - shell completion scripts (bash, tcsh and zsh) - CGI / WSGI scripts for web access to repositories - see http://mercurial.selenic.com/wiki/PublishingRepositories + see http://www.mercurial-scm.org/wiki/PublishingRepositories - various documentation files ==== Modified: head/devel/mercurial/pkg-descr ============================================================================== --- head/devel/mercurial/pkg-descr Sat Jul 2 03:10:14 2016 (r417907) +++ head/devel/mercurial/pkg-descr Sat Jul 2 05:20:15 2016 (r417908) @@ -12,4 +12,4 @@ efficient handling of very large distrib * Small Python codebase * GPL license -WWW: http://www.selenic.com/mercurial/ +WWW: http://www.mercurial-scm.org/