From owner-svn-ports-head@FreeBSD.ORG Tue Jul 29 23:45:23 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2488943; Tue, 29 Jul 2014 23:45:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 75E722744; Tue, 29 Jul 2014 23:45:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6TNjNsZ039819; Tue, 29 Jul 2014 23:45:23 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6TNjN2Q039817; Tue, 29 Jul 2014 23:45:23 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407292345.s6TNjN2Q039817@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 29 Jul 2014 23:45:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363415 - head/misc/sword 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.18 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, 29 Jul 2014 23:45:23 -0000 Author: amdmi3 Date: Tue Jul 29 23:45:22 2014 New Revision: 363415 URL: http://svnweb.freebsd.org/changeset/ports/363415 QAT: https://qat.redports.org/buildarchive/r363415/ Log: - Fix plist Approved by: portmgr blanket Modified: head/misc/sword/Makefile head/misc/sword/pkg-plist Modified: head/misc/sword/Makefile ============================================================================== --- head/misc/sword/Makefile Tue Jul 29 23:44:19 2014 (r363414) +++ head/misc/sword/Makefile Tue Jul 29 23:45:22 2014 (r363415) @@ -3,7 +3,7 @@ PORTNAME= sword PORTVERSION= 1.7.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v${PORTVERSION:R}/ \ http://crosswire.org/ftpmirror/pub/sword/source/v${PORTVERSION:R}/ Modified: head/misc/sword/pkg-plist ============================================================================== --- head/misc/sword/pkg-plist Tue Jul 29 23:44:19 2014 (r363414) +++ head/misc/sword/pkg-plist Tue Jul 29 23:45:22 2014 (r363415) @@ -191,9 +191,11 @@ libdata/pkgconfig/sword.pc %%DATADIR%%/locales.d/abbr.conf %%DATADIR%%/locales.d/af-utf8.conf %%DATADIR%%/locales.d/af.conf +%%DATADIR%%/locales.d/ar-utf8.conf %%DATADIR%%/locales.d/ar_EG-cp1256.conf %%DATADIR%%/locales.d/ar_EG-utf8.conf %%DATADIR%%/locales.d/az-utf8.conf +%%DATADIR%%/locales.d/bg-utf8.conf %%DATADIR%%/locales.d/bg_BG-cp1251.conf %%DATADIR%%/locales.d/cs-utf8.conf %%DATADIR%%/locales.d/cs.conf @@ -254,6 +256,7 @@ libdata/pkgconfig/sword.pc %%DATADIR%%/locales.d/pt_BR.conf %%DATADIR%%/locales.d/ro-utf8.conf %%DATADIR%%/locales.d/ro.conf +%%DATADIR%%/locales.d/ru-utf8.conf %%DATADIR%%/locales.d/ru_RU-cp1251.conf %%DATADIR%%/locales.d/ru_RU-koi8-r.conf %%DATADIR%%/locales.d/ru_RU-utf8.conf @@ -264,6 +267,7 @@ libdata/pkgconfig/sword.pc %%DATADIR%%/locales.d/sv-utf8.conf %%DATADIR%%/locales.d/sv.conf %%DATADIR%%/locales.d/th-utf8.conf +%%DATADIR%%/locales.d/uk-utf8.conf %%DATADIR%%/locales.d/uk_UA-cp1251.conf %%DATADIR%%/locales.d/uk_UA-koi8-u.conf %%DATADIR%%/locales.d/vi-utf8.conf