From owner-svn-ports-all@FreeBSD.ORG Thu Jul 3 06:28:51 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A72CACEB; Thu, 3 Jul 2014 06:28:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 949452084; Thu, 3 Jul 2014 06:28:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s636SprP060970; Thu, 3 Jul 2014 06:28:51 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s636SpiY060968; Thu, 3 Jul 2014 06:28:51 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201407030628.s636SpiY060968@svn.freebsd.org> From: Olivier Duchateau Date: Thu, 3 Jul 2014 06:28:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360342 - 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-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2014 06:28:51 -0000 Author: olivierd Date: Thu Jul 3 06:28:50 2014 New Revision: 360342 URL: http://svnweb.freebsd.org/changeset/ports/360342 QAT: https://qat.redports.org/buildarchive/r360342/ Log: - Update to 3.0.2 - Add LICENSE_FILE ChangeLog: http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_3.0.2_.282014-07-01.29 Modified: head/devel/mercurial/Makefile head/devel/mercurial/distinfo Modified: head/devel/mercurial/Makefile ============================================================================== --- head/devel/mercurial/Makefile Thu Jul 3 04:03:42 2014 (r360341) +++ head/devel/mercurial/Makefile Thu Jul 3 06:28:50 2014 (r360342) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mercurial -PORTVERSION= 3.0.1 -PORTREVISION= 1 +PORTVERSION= 3.0.2 CATEGORIES= devel python MASTER_SITES= http://mercurial.selenic.com/release/ @@ -11,6 +10,7 @@ MAINTAINER= python@FreeBSD.org COMMENT= Fast, lightweight source control management system LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USE_PYTHON= 2 USE_PYDISTUTILS=yes Modified: head/devel/mercurial/distinfo ============================================================================== --- head/devel/mercurial/distinfo Thu Jul 3 04:03:42 2014 (r360341) +++ head/devel/mercurial/distinfo Thu Jul 3 06:28:50 2014 (r360342) @@ -1,2 +1,2 @@ -SHA256 (mercurial-3.0.1.tar.gz) = 36e48b59a84ef5a222d06596971e955ac8217e56b076dfb94c8ce5a0c29fd705 -SIZE (mercurial-3.0.1.tar.gz) = 3905354 +SHA256 (mercurial-3.0.2.tar.gz) = ed387cc0e9754ec59bd4a390639b5a4ea11698ae4413243f8b4a2d6d48b3b7d6 +SIZE (mercurial-3.0.2.tar.gz) = 3907502