svn commit: r409430 - head/devel/git

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Feb 23 15:55:36 UTC 2016


Author: rakuco
Date: Tue Feb 23 15:55:35 2016
New Revision: 409430
URL: https://svnweb.freebsd.org/changeset/ports/409430

Log:
  Fix plist with NLS on after r409422.

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

Modified: head/devel/git/Makefile
==============================================================================
--- head/devel/git/Makefile	Tue Feb 23 15:54:20 2016	(r409429)
+++ head/devel/git/Makefile	Tue Feb 23 15:55:35 2016	(r409430)
@@ -3,6 +3,7 @@
 
 PORTNAME=	git
 DISTVERSION=	2.7.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	KERNEL_ORG/software/scm/git
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \

Modified: head/devel/git/pkg-plist
==============================================================================
--- head/devel/git/pkg-plist	Tue Feb 23 15:54:20 2016	(r409429)
+++ head/devel/git/pkg-plist	Tue Feb 23 15:55:35 2016	(r409430)
@@ -399,6 +399,7 @@ lib/xemacs/site-lisp/git/git-blame.el
 %%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


More information about the svn-ports-all mailing list