Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2012 17:16:38 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303095 - in head/lang: tcl85 tcl86 tcl86/files
Message-ID:  <201208241716.q7OHGcJZ074860@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mi
Date: Fri Aug 24 17:16:37 2012
New Revision: 303095
URL: http://svn.freebsd.org/changeset/ports/303095

Log:
  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.

Added:
  head/lang/tcl86/files/patch-uk-locale   (contents, props changed)
Modified:
  head/lang/tcl85/Makefile   (contents, props changed)
  head/lang/tcl86/Makefile   (contents, props changed)

Modified: head/lang/tcl85/Makefile
==============================================================================
--- head/lang/tcl85/Makefile	Fri Aug 24 16:58:07 2012	(r303094)
+++ head/lang/tcl85/Makefile	Fri Aug 24 17:16:37 2012	(r303095)
@@ -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}
 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

Modified: head/lang/tcl86/Makefile
==============================================================================
--- head/lang/tcl86/Makefile	Fri Aug 24 16:58:07 2012	(r303094)
+++ head/lang/tcl86/Makefile	Fri Aug 24 17:16:37 2012	(r303095)
@@ -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}

Added: head/lang/tcl86/files/patch-uk-locale
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/tcl86/files/patch-uk-locale	Fri Aug 24 17:16:37 2012	(r303095)
@@ -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"\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208241716.q7OHGcJZ074860>