svn commit: r304695 - in head/lang/tcl85: . files

Chris Rees crees at FreeBSD.org
Sat Sep 22 16:39:00 UTC 2012


Author: crees
Date: Sat Sep 22 16:38:59 2012
New Revision: 304695
URL: http://svn.freebsd.org/changeset/ports/304695

Log:
  Restore files/patch-uk-locale that was removed from tcl86/files
  
  Although gahr removed the file, the pointyhat really belongs to mi for putting
  such a nasty surprise into an unrelated Makefile...
  
  Noticed by:	David Wolfskill

Added:
  head/lang/tcl85/files/patch-uk-locale
     - copied unchanged from r303095, head/lang/tcl86/files/patch-uk-locale
Modified:
  head/lang/tcl85/Makefile

Modified: head/lang/tcl85/Makefile
==============================================================================
--- head/lang/tcl85/Makefile	Sat Sep 22 16:22:48 2012	(r304694)
+++ head/lang/tcl85/Makefile	Sat Sep 22 16:38:59 2012	(r304695)
@@ -33,7 +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
+EXTRA_PATCHES=	${FILESDIR}/files/patch-uk-locale
 
 .if !defined(BUILDING_TCL_THREADS) && !defined(BUILDING_TCL_TM)
 OPTIONS_DEFINE=	TCL85_MAN TZDATA TCL_MODULES

Copied: head/lang/tcl85/files/patch-uk-locale (from r303095, head/lang/tcl86/files/patch-uk-locale)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/tcl85/files/patch-uk-locale	Sat Sep 22 16:38:59 2012	(r304695, copy of r303095, head/lang/tcl86/files/patch-uk-locale)
@@ -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"\



More information about the svn-ports-all mailing list