Date: Fri, 31 Aug 2012 13:00:15 GMT From: Volodymyr Kostyrko <c.kworr@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/171203: www/seamonkey-i18n misses ukrainian language Message-ID: <201208311300.q7VD0FNN078898@red.freebsd.org> Resent-Message-ID: <201208311300.q7VD0NlD015353@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 171203 >Category: ports >Synopsis: www/seamonkey-i18n misses ukrainian language >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 31 13:00:23 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Volodymyr Kostyrko >Release: RELENG_9_1 >Organization: None >Environment: FreeBSD faz.tandem.local 9.1-RC1 FreeBSD 9.1-RC1 #0 r239722: Mon Aug 27 12:44:29 EEST 2012 arcade@faz.tandem.local:/usr/obj/usr/src/sys/MINIMAL amd64 >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: Index: distinfo =================================================================== --- distinfo (revision 303391) +++ distinfo (working copy) @@ -42,3 +42,5 @@ SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.sv-SE.langpack.xpi) = 839343 SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.tr.langpack.xpi) = 40cb87452a0f9e698f47044edf8b32b5e746c0d1cbf18f033ad904b6d4c773b4 SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.tr.langpack.xpi) = 818972 +SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.uk.langpack.xpi) = 8f8ea20e1931c478f81cee5c9feaac42194573e5469ae03d6731951b2f2263e0 +SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.uk.langpack.xpi) = 883899 Index: Makefile.option =================================================================== --- Makefile.option (revision 303391) +++ Makefile.option (working copy) @@ -26,4 +26,5 @@ LANG_SA "Spanish (Argentina)" off \ LANG_SE "Swedish" off \ LANG_SK "Slovak" off \ - LANG_TR "Turkish" off + LANG_TR "Turkish" off \ + LANG_UA "Ukrainian" off Index: Makefile.lang =================================================================== --- Makefile.lang (revision 303391) +++ Makefile.lang (working copy) @@ -8,7 +8,7 @@ # SEAMONKEY_I18N_ALL_= ca cs de en-GB en-US es-AR es-ES \ fi fr hu it ja-JP-mac ja lt nb-NO nl pl \ - pt-PT ru sk sv-SE tr + pt-PT ru sk sv-SE tr uk .if defined(SEAMONKEY_I18N_ALL) || (defined(PACKAGE_BUILDING) && !exists(${OPTIONSFILE})) || make(makesum) SEAMONKEY_I18N= ${SEAMONKEY_I18N_ALL_} @@ -79,4 +79,7 @@ .ifndef WITHOUT_LANG_TR SEAMONKEY_I18N+= tr .endif +.ifndef WITHOUT_LANG_UA +SEAMONKEY_I18N+= uk .endif +.endif >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208311300.q7VD0FNN078898>