From owner-svn-ports-all@freebsd.org Fri Sep 28 12:48:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED59B10B00CB; Fri, 28 Sep 2018 12:48:38 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9D253720FB; Fri, 28 Sep 2018 12:48:38 +0000 (UTC) (envelope-from garga@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 769D115281; Fri, 28 Sep 2018 12:48:38 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8SCmcbs033708; Fri, 28 Sep 2018 12:48:38 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8SCmbNn033706; Fri, 28 Sep 2018 12:48:37 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201809281248.w8SCmbNn033706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Fri, 28 Sep 2018 12:48:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480858 - head/devel/git X-SVN-Group: ports-head X-SVN-Commit-Author: garga X-SVN-Commit-Paths: head/devel/git X-SVN-Commit-Revision: 480858 X-SVN-Commit-Repository: ports 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.27 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: Fri, 28 Sep 2018 12:48:39 -0000 Author: garga Date: Fri Sep 28 12:48:37 2018 New Revision: 480858 URL: https://svnweb.freebsd.org/changeset/ports/480858 Log: devel/git: Keep original bash completion filename Do not rename git-completion.bash to git.sh to make it easier for users that follow git docs, which point to original filename. Add a note in pkg-message to let users know about it. PR: 231775 Submitted by: pierogmorski@gmail.com Sponsored by: Rubicon Communications, LLC (Netgate) Modified: head/devel/git/Makefile head/devel/git/pkg-message head/devel/git/pkg-plist Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Fri Sep 28 12:35:42 2018 (r480857) +++ head/devel/git/Makefile Fri Sep 28 12:48:37 2018 (r480858) @@ -3,6 +3,7 @@ PORTNAME= git DISTVERSION= 2.19.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -229,13 +230,13 @@ post-install-CONTRIB-on: # will be useful @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d @${LN} -s ../../share/git-core/contrib/completion/git-completion.bash \ - ${STAGEDIR}${PREFIX}/etc/bash_completion.d/git.sh + ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ post-install-CONTRIB-off: # Install the contrib completions anyway @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_SCRIPT} ${WRKSRC}/contrib/completion/git-completion.bash \ - ${STAGEDIR}${PREFIX}/etc/bash_completion.d/git.sh + ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ post-install-P4-on: ${INSTALL_SCRIPT} ${WRKSRC}/git-p4.py ${STAGEDIR}${PREFIX}/bin/ Modified: head/devel/git/pkg-message ============================================================================== --- head/devel/git/pkg-message Fri Sep 28 12:35:42 2018 (r480857) +++ head/devel/git/pkg-message Fri Sep 28 12:48:37 2018 (r480858) @@ -7,4 +7,6 @@ Also, if git's color output is broken (eg. color codes applied) please consult the core.pager option in the git-config(1) manual, and your preferred pager's manual for color output options. +bash completion script was renamed to git-completion.bash to keep original name + ------------------------------------------------------------------------------- Modified: head/devel/git/pkg-plist ============================================================================== --- head/devel/git/pkg-plist Fri Sep 28 12:35:42 2018 (r480857) +++ head/devel/git/pkg-plist Fri Sep 28 12:48:37 2018 (r480858) @@ -6,7 +6,7 @@ bin/git-shell bin/git-upload-archive bin/git-upload-pack %%GUI%%bin/gitk -etc/bash_completion.d/git.sh +etc/bash_completion.d/git-completion.bash %%PERL%%%%SITE_PERL%%/FromCPAN/Error.pm %%PERL%%%%SITE_PERL%%/FromCPAN/Mail/Address.pm %%PERL%%%%SITE_PERL%%/Git.pm