Date: Tue, 23 Feb 2016 15:55:35 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409430 - head/devel/git Message-ID: <201602231555.u1NFtZSL043677@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602231555.u1NFtZSL043677>