Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2020 20:05:46 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531627 - head/devel/git
Message-ID:  <202004132005.03DK5kVD029586@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Mon Apr 13 20:05:45 2020
New Revision: 531627
URL: https://svnweb.freebsd.org/changeset/ports/531627

Log:
  devel/git: Fix build
  
  I've committed the wrong changes in r531622 breaking git build.  Fix it now.
  
  Reported by:	mandree and jbeich
  Sponsored by:	Rubicon Communications, LLC (Netgate)

Modified:
  head/devel/git/Makefile
  head/devel/git/pkg-plist

Modified: head/devel/git/Makefile
==============================================================================
--- head/devel/git/Makefile	Mon Apr 13 19:16:39 2020	(r531626)
+++ head/devel/git/Makefile	Mon Apr 13 20:05:45 2020	(r531627)
@@ -43,7 +43,7 @@ SHEBANG_FILES=	*.perl */*.perl */*/*.perl */*.pl */*/*
 		contrib/fast-import/import-zips.py \
 		contrib/remote-helpers/git-remote-bzr \
 		contrib/remote-helpers/git-remote-hg \
-		contrib/credential/netrc/git-credential-netrc \
+		contrib/credential/netrc/git-credential-netrc.perl \
 		contrib/buildsystems/generate contrib/contacts/git-contacts \
 		contrib/svn-fe/svnrdump_sim.py \
 		templates/hooks--fsmonitor-watchman.sample

Modified: head/devel/git/pkg-plist
==============================================================================
--- head/devel/git/pkg-plist	Mon Apr 13 19:16:39 2020	(r531626)
+++ head/devel/git/pkg-plist	Mon Apr 13 20:05:45 2020	(r531627)
@@ -1228,7 +1228,7 @@ share/emacs/site-lisp/git/git.el
 %%CONTRIB%%share/git-core/contrib/credential/libsecret/Makefile
 %%CONTRIB%%share/git-core/contrib/credential/libsecret/git-credential-libsecret.c
 %%CONTRIB%%share/git-core/contrib/credential/netrc/Makefile
-%%CONTRIB%%share/git-core/contrib/credential/netrc/git-credential-netrc
+%%CONTRIB%%share/git-core/contrib/credential/netrc/git-credential-netrc.perl
 %%CONTRIB%%share/git-core/contrib/credential/netrc/t-git-credential-netrc.sh
 %%CONTRIB%%share/git-core/contrib/credential/netrc/test.command-option-gpg
 %%CONTRIB%%share/git-core/contrib/credential/netrc/test.git-config-gpg
@@ -1441,6 +1441,7 @@ share/git-core/templates/info/exclude
 %%NLS%%share/locale/pt_PT/LC_MESSAGES/git.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/git.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/git.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/git.mo
 %%NLS%%share/locale/vi/LC_MESSAGES/git.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/git.mo
 %%NLS%%share/locale/zh_TW/LC_MESSAGES/git.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004132005.03DK5kVD029586>