From owner-svn-ports-head@freebsd.org Tue Feb 23 15:55:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7B0AAB280B; Tue, 23 Feb 2016 15:55:36 +0000 (UTC) (envelope-from rakuco@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 mx1.freebsd.org (Postfix) with ESMTPS id 882B1C64; Tue, 23 Feb 2016 15:55:36 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1NFtZsu043679; Tue, 23 Feb 2016 15:55:35 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1NFtZSL043677; Tue, 23 Feb 2016 15:55:35 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602231555.u1NFtZSL043677@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 23 Feb 2016 15:55:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409430 - head/devel/git X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2016 15:55:36 -0000 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