From owner-svn-ports-all@FreeBSD.ORG Sun Aug 17 07:32:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64900C94; Sun, 17 Aug 2014 07:32:13 +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 3558224A7; Sun, 17 Aug 2014 07:32:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7H7WDbX049434; Sun, 17 Aug 2014 07:32:13 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7H7WCdi049431; Sun, 17 Aug 2014 07:32:12 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201408170732.s7H7WCdi049431@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 17 Aug 2014 07:32:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365156 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 17 Aug 2014 07:32:13 -0000 Author: olivierd Date: Sun Aug 17 07:32:12 2014 New Revision: 365156 URL: http://svnweb.freebsd.org/changeset/ports/365156 QAT: https://qat.redports.org/buildarchive/r365156/ Log: - Unbreak 'authormapsuffix' patch - Bump PORTREVISION Reported by: lstewart@ Modified: head/devel/mercurial/Makefile head/devel/mercurial/files/extra-patch-authormapsuffix Modified: head/devel/mercurial/Makefile ============================================================================== --- head/devel/mercurial/Makefile Sun Aug 17 07:26:51 2014 (r365155) +++ head/devel/mercurial/Makefile Sun Aug 17 07:32:12 2014 (r365156) @@ -3,6 +3,7 @@ PORTNAME= mercurial PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://mercurial.selenic.com/release/ Modified: head/devel/mercurial/files/extra-patch-authormapsuffix ============================================================================== --- head/devel/mercurial/files/extra-patch-authormapsuffix Sun Aug 17 07:26:51 2014 (r365155) +++ head/devel/mercurial/files/extra-patch-authormapsuffix Sun Aug 17 07:32:12 2014 (r365156) @@ -1,3 +1,13 @@ +--- ./hgext/convert/__init__.py.orig 2014-08-01 23:22:55.000000000 +0000 ++++ ./hgext/convert/__init__.py 2014-08-17 09:14:36.000000000 +0000 +@@ -27,6 +27,7 @@ + ('d', 'dest-type', '', _('destination repository type'), _('TYPE')), + ('r', 'rev', '', _('import up to source revision REV'), _('REV')), + ('A', 'authormap', '', _('remap usernames using this file'), _('FILE')), ++ ('', 'authormapsuffix', '', _('append this suffix to remapped author names'), _('SUFFIX')), + ('', 'filemap', '', _('remap file names using contents of file'), + _('FILE')), + ('', 'splicemap', '', _('splice synthesized history into place'), --- ./hgext/convert/convcmd.py.orig 2014-08-01 23:22:55.000000000 +0000 +++ ./hgext/convert/convcmd.py 2014-08-02 06:58:26.000000000 +0000 @@ -103,12 +103,15 @@