svn commit: r423935 - head/devel/git

Jung-uk Kim jkim at FreeBSD.org
Thu Oct 13 20:17:32 UTC 2016


Author: jkim
Date: Thu Oct 13 20:17:31 2016
New Revision: 423935
URL: https://svnweb.freebsd.org/changeset/ports/423935

Log:
  Fix plist when NLS option is unset.

Modified:
  head/devel/git/pkg-plist

Modified: head/devel/git/pkg-plist
==============================================================================
--- head/devel/git/pkg-plist	Thu Oct 13 19:49:02 2016	(r423934)
+++ head/devel/git/pkg-plist	Thu Oct 13 20:17:31 2016	(r423935)
@@ -1433,16 +1433,16 @@ share/git-core/templates/info/exclude
 %%GUI%%share/gitk/lib/msgs/ru.msg
 %%GUI%%share/gitk/lib/msgs/sv.msg
 %%GUI%%share/gitk/lib/msgs/vi.msg
-share/locale/bg/LC_MESSAGES/git.mo
-share/locale/ca/LC_MESSAGES/git.mo
-share/locale/de/LC_MESSAGES/git.mo
-share/locale/fr/LC_MESSAGES/git.mo
-share/locale/is/LC_MESSAGES/git.mo
-share/locale/it/LC_MESSAGES/git.mo
-share/locale/ko/LC_MESSAGES/git.mo
-share/locale/pt_PT/LC_MESSAGES/git.mo
-share/locale/ru/LC_MESSAGES/git.mo
-share/locale/sv/LC_MESSAGES/git.mo
-share/locale/vi/LC_MESSAGES/git.mo
-share/locale/zh_CN/LC_MESSAGES/git.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/git.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/git.mo
+%%NLS%%share/locale/de/LC_MESSAGES/git.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/git.mo
+%%NLS%%share/locale/is/LC_MESSAGES/git.mo
+%%NLS%%share/locale/it/LC_MESSAGES/git.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/git.mo
+%%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/vi/LC_MESSAGES/git.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/git.mo
 @dir share/git-core/templates/branches


More information about the svn-ports-all mailing list