Date: Sun, 17 Aug 2014 07:32:12 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365156 - in head/devel/mercurial: . files Message-ID: <201408170732.s7H7WCdi049431@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 @@
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408170732.s7H7WCdi049431>