ports/183098: [PATCH] mail/thunderbird-i18n: [SUMMARIZE CHANGES]

Charlie & ghw at 7axu.com
Sat Oct 19 09:50:01 UTC 2013


>Number:         183098
>Category:       ports
>Synopsis:       [PATCH] mail/thunderbird-i18n: [SUMMARIZE CHANGES]
>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:   Sat Oct 19 09:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Haowu Ge
>Release:        FreeBSD 10.0-BETA1 amd64
>Organization:
FreeBSDChina
>Environment:
System: FreeBSD 7axu.com 10.0-BETA1 FreeBSD 10.0-BETA1 #0 r256525: Tue Oct 15 20:11:25 CST
>Description:
[DESCRIBE CHANGES]

Port maintainer (gecko at FreeBSD.org) is cc'd.

thunderbird-i18n did not join the support Simplified Chinese
I tried to add the xpi file Simplified Chinese, hoping to get approval

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: suffix)
>How-To-Repeat:
>Fix:

--- thunderbird-i18n-24.0.1_1.patch begins here ---
diff -ruN ../thunderbird-i18n.orig/Makefile ./Makefile
--- ../thunderbird-i18n.orig/Makefile	2013-10-12 21:21:23.000000000 +0800
+++ ./Makefile	2013-10-19 14:35:17.610374980 +0800
@@ -3,6 +3,7 @@
 
 PORTNAME=	thunderbird-i18n
 PORTVERSION=	24.0.1
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi
 PKGNAMEPREFIX=
diff -ruN ../thunderbird-i18n.orig/Makefile.lang ./Makefile.lang
--- ../thunderbird-i18n.orig/Makefile.lang	2013-03-24 04:20:22.000000000 +0800
+++ ./Makefile.lang	2013-10-19 12:53:30.412799000 +0800
@@ -2,7 +2,7 @@
 
 THUNDERBIRD_I18N_ALL_=	ar br ca cs da de en-GB en-US es-AR es-ES et eu fi fr \
 			fy-NL ga-IE gd gl he hu is it ja ko lt nb-NO nl nn-NO \
-			pl pt-BR pt-PT rm ru si sk sl sq sv-SE ta-LK tr uk zh-TW
+			pl pt-BR pt-PT rm ru si sk sl sq sv-SE ta-LK tr uk zh-CN zh-TW
 
 .if defined(THUNDERBIRD_I18N_ALL) || defined(PACKAGE_BUILDING) || target(package)
 THUNDERBIRD_I18N=   ${THUNDERBIRD_I18N_ALL_}
@@ -133,6 +133,9 @@
 .if ${PORT_OPTIONS:MLANG_UK}
 THUNDERBIRD_I18N+=  uk
 .endif
+.if ${PORT_OPTIONS:MLANG_CN}
+THUNDERBIRD_I18N+=  zh-CN
+.endif
 .if ${PORT_OPTIONS:MLANG_TW}
 THUNDERBIRD_I18N+=  zh-TW
 .endif
diff -ruN ../thunderbird-i18n.orig/Makefile.option ./Makefile.option
--- ../thunderbird-i18n.orig/Makefile.option	2013-03-24 04:20:22.000000000 +0800
+++ ./Makefile.option	2013-10-19 12:58:33.688777000 +0800
@@ -3,6 +3,7 @@
 OPTIONS_DEFINE=	LANG_AR \
 		LANG_BR \
 		LANG_CA \
+		LANG_CN \
 		LANG_CS \
 		LANG_DA \
 		LANG_DE \
@@ -44,5 +45,5 @@
 		LANG_UK \
 		LANG_TW
 
-OPTIONS_DEFAULT=LANG_ES LANG_PBR LANG_RU LANG_JA LANG_DE LANG_FR LANG_KO \
-		LANG_IT
+OPTIONS_DEFAULT=LANG_CN LANG_ES LANG_PBR LANG_RU LANG_JA LANG_DE LANG_FR \
+		LANG_KO LANG_IT
diff -ruN ../thunderbird-i18n.orig/distinfo ./distinfo
--- ../thunderbird-i18n.orig/distinfo	2013-10-12 21:21:23.000000000 +0800
+++ ./distinfo	2013-10-19 13:22:20.129678000 +0800
@@ -80,5 +80,7 @@
 SIZE (xpi/thunderbird-i18n-24.0.1/tr.xpi) = 438066
 SHA256 (xpi/thunderbird-i18n-24.0.1/uk.xpi) = bff23efc60a103215084f5a9979afbd14487754ce3a94a46b02c5efeaceef1c7
 SIZE (xpi/thunderbird-i18n-24.0.1/uk.xpi) = 480948
+SHA256 (xpi/thunderbird-i18n-24.0.1/zh-CN.xpi) = 53c8f7af9fda976253dc1779420a7e16c8885504f9e954f41641277b73ba1646
+SIZE (xpi/thunderbird-i18n-24.0.1/zh-CN.xpi) = 449181
 SHA256 (xpi/thunderbird-i18n-24.0.1/zh-TW.xpi) = 338d702cd68d25050cf35f2774f843c59c3cca43d11f4729145ebe9b723a8a0f
 SIZE (xpi/thunderbird-i18n-24.0.1/zh-TW.xpi) = 450000
--- thunderbird-i18n-24.0.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list