From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 16 19:40:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D5722106566B for ; Fri, 16 Mar 2012 19:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AC34F8FC14 for ; Fri, 16 Mar 2012 19:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2GJe115095691 for ; Fri, 16 Mar 2012 19:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2GJe1ls095690; Fri, 16 Mar 2012 19:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 16 Mar 2012 19:40:01 GMT Resent-Message-Id: <201203161940.q2GJe1ls095690@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Hein Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E5197106566C; Fri, 16 Mar 2012 19:30:37 +0000 (UTC) (envelope-from jhein@symmetricom.com) Received: from duck.timing.com (duck.symmetricom.us [206.168.13.214]) by mx1.freebsd.org (Postfix) with ESMTP id 9157F8FC0C; Fri, 16 Mar 2012 19:30:37 +0000 (UTC) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by duck.timing.com (8.14.5/8.14.4) with ESMTP id q2GJUa6F025617; Fri, 16 Mar 2012 13:30:36 -0600 (MDT) (envelope-from jhein@symmetricom.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.5/8.14.5) with ESMTP id q2GJUM0E013391; Fri, 16 Mar 2012 13:30:22 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.5/8.14.5/Submit) id q2GJUMkL013389; Fri, 16 Mar 2012 13:30:22 -0600 (MDT) (envelope-from jhein) Message-Id: <20323.38093.836207.468733@gromit.timing.com> Date: Fri, 16 Mar 2012 13:30:21 -0600 From: John Hein To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: roberto@FreeBSD.org Subject: ports/166184: [PATCH] devel/mercurial: update to 2.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2012 19:40:02 -0000 >Number: 166184 >Category: ports >Synopsis: [PATCH] devel/mercurial: update to 2.1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Mar 16 19:40:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: John Hein >Release: >Organization: >Environment: >Description: Update mercurial to 2.1.1 (released 20120301). Added contrib files are not specific to 2.1.1. They could have been added in prior releases. If there was a specific reason for omitting them, feel free to skip that part of the update. http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_2.1.1_.282012-03-01.29 Port maintainer (roberto@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- mercurial-2.1.1.patch begins here --- Index: Makefile =================================================================== RCS file: /base/FreeBSD-CVS/ports/devel/mercurial/Makefile,v retrieving revision 1.69 diff -u -p -u -r1.69 Makefile --- Makefile 5 Feb 2012 12:28:15 -0000 1.69 +++ Makefile 16 Mar 2012 19:23:55 -0000 @@ -6,7 +6,7 @@ # PORTNAME= mercurial -PORTVERSION= 2.1 +PORTVERSION= 2.1.1 CATEGORIES= devel python MASTER_SITES= http://mercurial.selenic.com/release/ @@ -23,6 +23,8 @@ USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes CONTRIB_FILES= bash_completion \ + casesmash.py \ + check-code.py \ convert-repo \ debugcmdserver.py \ debugshell.py \ Index: distinfo =================================================================== RCS file: /base/FreeBSD-CVS/ports/devel/mercurial/distinfo,v retrieving revision 1.44 diff -u -p -u -r1.44 distinfo --- distinfo 5 Feb 2012 12:28:15 -0000 1.44 +++ distinfo 16 Mar 2012 19:23:25 -0000 @@ -1,2 +1,2 @@ -SHA256 (mercurial-2.1.tar.gz) = cb37f90807e99dd4508cac70c098aa433b26adb7a3ab064c0b1626dc9a094383 -SIZE (mercurial-2.1.tar.gz) = 3308300 +SHA256 (mercurial-2.1.1.tar.gz) = 0f8ec2b29f1121c6cb73c17509281eb1391ddbfad757b1f720d7e06de0a25dfd +SIZE (mercurial-2.1.1.tar.gz) = 3313261 --- mercurial-2.1.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: