From owner-svn-ports-head@freebsd.org Thu Nov 10 09:09:26 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 B3F6BC38FCD; Thu, 10 Nov 2016 09:09:26 +0000 (UTC) (envelope-from mat@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 8224EF27; Thu, 10 Nov 2016 09:09:26 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAA99PdR058581; Thu, 10 Nov 2016 09:09:25 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAA99PNt058579; Thu, 10 Nov 2016 09:09:25 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201611100909.uAA99PNt058579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 10 Nov 2016 09:09:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425837 - head/games/cockatrice 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.23 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: Thu, 10 Nov 2016 09:09:26 -0000 Author: mat Date: Thu Nov 10 09:09:25 2016 New Revision: 425837 URL: https://svnweb.freebsd.org/changeset/ports/425837 Log: Fix plist. Reported by: qat Sponsored by: Absolight Modified: head/games/cockatrice/Makefile (contents, props changed) head/games/cockatrice/pkg-plist (contents, props changed) Modified: head/games/cockatrice/Makefile ============================================================================== --- head/games/cockatrice/Makefile Thu Nov 10 09:03:10 2016 (r425836) +++ head/games/cockatrice/Makefile Thu Nov 10 09:09:25 2016 (r425837) @@ -3,6 +3,7 @@ PORTNAME= Cockatrice PORTVERSION= 0.0.g2016.10.30 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= sbruno@FreeBSD.org Modified: head/games/cockatrice/pkg-plist ============================================================================== --- head/games/cockatrice/pkg-plist Thu Nov 10 09:03:10 2016 (r425836) +++ head/games/cockatrice/pkg-plist Thu Nov 10 09:09:25 2016 (r425837) @@ -51,6 +51,7 @@ share/applications/oracle.desktop %%DATADIR%%/translations/cockatrice_pt.qm %%DATADIR%%/translations/cockatrice_pt_BR.qm %%DATADIR%%/translations/cockatrice_ru.qm +%%DATADIR%%/translations/cockatrice_sr.qm %%DATADIR%%/translations/cockatrice_sv.qm %%DATADIR%%/translations/cockatrice_zh-Hans.qm share/icons/hicolor/48x48/apps/cockatrice.png @@ -73,5 +74,6 @@ share/oracle/translations/oracle_pl.qm share/oracle/translations/oracle_pt.qm share/oracle/translations/oracle_pt_BR.qm share/oracle/translations/oracle_ru.qm +share/oracle/translations/oracle_sr.qm share/oracle/translations/oracle_sv.qm share/oracle/translations/oracle_zh-Hans.qm