mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix the name of the month of March in the Ukrainian locale for
Tcl-8.5 and 8.6 (8.4 does not have the bug). The patch is already submitted upstream. Bump PORTREVISIONs for both.
This commit is contained in:
parent
42f540ca33
commit
4f67c9a236
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303095
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME?= tcl
|
||||
PORTVERSION= 8.5.12
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= SF/tcl/Tcl/${PORTVERSION}
|
||||
PKGNAMESUFFIX?= ${THREADS_SUFFIX}${PKGNAMESUFFIX2}
|
||||
@ -32,6 +33,7 @@ MAKE_ENV= SHORT_TCL_VER=${SHORT_TCL_VER} LANG=C LC_ALL=C # LANG=C is required fo
|
||||
NOPRECIOUSMAKEVARS= Too many _MLINKS for README.html
|
||||
PLIST_SUB= TCL_VER=${TCL_VER} SHORT_TCL_VER=${SHORT_TCL_VER}
|
||||
EXTRACT_AFTER_ARGS=|${TAR} -xpf - --exclude compat/
|
||||
EXTRA_PATCHES= ${PORTSDIR}/lang/tcl86/files/patch-uk-locale
|
||||
|
||||
.if !defined(BUILDING_TCL_THREADS) && !defined(BUILDING_TCL_TM)
|
||||
OPTIONS_DEFINE= TCL85_MAN TZDATA TCL_MODULES
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= tcl
|
||||
PORTVERSION= 8.6.b.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= SF/tcl/Tcl/8.6b2
|
||||
PKGNAMESUFFIX?= ${THREADS_SUFFIX}${PKGNAMESUFFIX2}
|
||||
|
15
lang/tcl86/files/patch-uk-locale
Normal file
15
lang/tcl86/files/patch-uk-locale
Normal file
@ -0,0 +1,15 @@
|
||||
Fix the misspelled name of "March" in Ukrainian.
|
||||
|
||||
Submitted upstream as:
|
||||
|
||||
https://sourceforge.net/tracker/?func=detail&aid=3561330&group_id=10894&atid=310894
|
||||
|
||||
--- ../library/msgs/uk.msg 2011-04-26 11:14:03.000000000 -0400
|
||||
+++ ../library/msgs/uk.msg 2012-08-24 12:52:15.000000000 -0400
|
||||
@@ -34,5 +34,5 @@
|
||||
"\u0441\u0456\u0447\u043d\u044f"\
|
||||
"\u043b\u044e\u0442\u043e\u0433\u043e"\
|
||||
- "\u0431\u0435\u0440\u0435\u0436\u043d\u044f"\
|
||||
+ "\u0431\u0435\u0440\u0435\u0437\u043d\u044f"\
|
||||
"\u043a\u0432\u0456\u0442\u043d\u044f"\
|
||||
"\u0442\u0440\u0430\u0432\u043d\u044f"\
|
Loading…
Reference in New Issue
Block a user