Summary: | www/seamonkey-i18n misses ukrainian language | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | c.kworr | ||||
Component: | Individual Port(s) | Assignee: | freebsd-gecko (Nobody) <gecko> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
c.kworr
2012-08-31 14:00:23 UTC
Responsible Changed From-To: freebsd-ports-bugs->gecko Over to maintainer (via the GNATS Auto Assign Tool) Author: flo Date: Fri Aug 31 14:05:19 2012 New Revision: 303425 URL: http://svn.freebsd.org/changeset/ports/303425 Log: - Add Ukrainian langpack - cleanup Makefile headers PR: ports/171203 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> Modified: head/www/seamonkey-i18n/Makefile head/www/seamonkey-i18n/Makefile.lang (contents, props changed) head/www/seamonkey-i18n/Makefile.option (contents, props changed) head/www/seamonkey-i18n/distinfo Modified: head/www/seamonkey-i18n/Makefile ============================================================================== --- head/www/seamonkey-i18n/Makefile Fri Aug 31 13:57:22 2012 (r303424) +++ head/www/seamonkey-i18n/Makefile Fri Aug 31 14:05:19 2012 (r303425) @@ -1,9 +1,4 @@ -# New ports collection makefile for: firefox3-i18n -# Date created: 28 May 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= seamonkey-i18n PORTVERSION= 2.12 Modified: head/www/seamonkey-i18n/Makefile.lang ============================================================================== --- head/www/seamonkey-i18n/Makefile.lang Fri Aug 31 13:57:22 2012 (r303424) +++ head/www/seamonkey-i18n/Makefile.lang Fri Aug 31 14:05:19 2012 (r303425) @@ -1,14 +1,10 @@ -# New ports collection makefile.lang for: firefox3-i18n -# Date created: 30 Nov 2008 -# Whom: Koji Yokota <yokota@res.otaru-uc.ac.jp> -# # $FreeBSD$ # -# Currently, the following 22 languages are supported. +# Currently, the following languages are supported. # 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 +75,7 @@ SEAMONKEY_I18N+= sv-SE .ifndef WITHOUT_LANG_TR SEAMONKEY_I18N+= tr .endif +.ifndef WITHOUT_LANG_UA +SEAMONKEY_I18N+= uk +.endif .endif Modified: head/www/seamonkey-i18n/Makefile.option ============================================================================== --- head/www/seamonkey-i18n/Makefile.option Fri Aug 31 13:57:22 2012 (r303424) +++ head/www/seamonkey-i18n/Makefile.option Fri Aug 31 14:05:19 2012 (r303425) @@ -1,9 +1,4 @@ -# New ports collection makefile.option for: firefox3-i18n -# Date created: 30 Nov 2008 -# Whom: Koji Yokota <yokota@res.otaru-uc.ac.jp> -# # $FreeBSD$ -# OPTIONS= LANG_CA "Catalan" off \ LANG_CS "Czech" off \ @@ -26,4 +21,5 @@ OPTIONS= LANG_CA "Catalan" 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 Modified: head/www/seamonkey-i18n/distinfo ============================================================================== --- head/www/seamonkey-i18n/distinfo Fri Aug 31 13:57:22 2012 (r303424) +++ head/www/seamonkey-i18n/distinfo Fri Aug 31 14:05:19 2012 (r303425) @@ -42,3 +42,5 @@ SHA256 (xpi/seamonkey-i18n-2.12/seamonke 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |