From nobody@FreeBSD.org  Fri Aug 31 13:00:15 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id D4FE5106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 31 Aug 2012 13:00:15 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 8E9E28FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 31 Aug 2012 13:00:15 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q7VD0FEs078899
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 31 Aug 2012 13:00:15 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q7VD0FNN078898;
	Fri, 31 Aug 2012 13:00:15 GMT
	(envelope-from nobody)
Message-Id: <201208311300.q7VD0FNN078898@red.freebsd.org>
Date: Fri, 31 Aug 2012 13:00:15 GMT
From: Volodymyr Kostyrko <c.kworr@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: www/seamonkey-i18n misses ukrainian language
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         171203
>Category:       ports
>Synopsis:       www/seamonkey-i18n misses ukrainian language
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gecko
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 31 13:00:23 UTC 2012
>Closed-Date:    Fri Aug 31 14:06:16 UTC 2012
>Last-Modified:  Fri Aug 31 14:10:09 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->gecko 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Aug 31 13:00:35 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171203 
State-Changed-From-To: open->closed 
State-Changed-By: flo 
State-Changed-When: Fri Aug 31 14:06:15 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171203 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/171203: commit references a PR
Date: Fri, 31 Aug 2012 14:05:35 +0000 (UTC)

 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"
 
>Unformatted:
