svn commit: r466630 - head/devel/lfcbase
Kurt Jaeger
pi at FreeBSD.org
Fri Apr 6 08:43:59 UTC 2018
Author: pi
Date: Fri Apr 6 08:43:58 2018
New Revision: 466630
URL: https://svnweb.freebsd.org/changeset/ports/466630
Log:
devel/lfcbase: update 1.11.7 -> 1.11.8
- Extensions made for Chain::toLower and Chain::toUpper methods.
To treat multi character strings, a conversion is made to wide
characters using mbstowcs libc function. case conversion now is
done with towupper / towlower wide character function. Strings
are then converted back to multicharacters using wcstombs function.
- This allows upper/lower case conversion now for german Umlaute
which have actually not been treated
Submitted by: Bjoern Lemke <lemke at lemke-it.com>
Modified:
head/devel/lfcbase/Makefile
head/devel/lfcbase/distinfo
Modified: head/devel/lfcbase/Makefile
==============================================================================
--- head/devel/lfcbase/Makefile Fri Apr 6 08:29:09 2018 (r466629)
+++ head/devel/lfcbase/Makefile Fri Apr 6 08:43:58 2018 (r466630)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= lfcbase
-PORTVERSION= 1.11.7
+PORTVERSION= 1.11.8
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
Modified: head/devel/lfcbase/distinfo
==============================================================================
--- head/devel/lfcbase/distinfo Fri Apr 6 08:29:09 2018 (r466629)
+++ head/devel/lfcbase/distinfo Fri Apr 6 08:43:58 2018 (r466630)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1521369004
-SHA256 (lfcbase-1.11.7.tar.gz) = 23f0541be5527856008974b9af54c7f61a87c03f953c6b2d8dfeb55c5d1d2844
-SIZE (lfcbase-1.11.7.tar.gz) = 639360
+TIMESTAMP = 1523002621
+SHA256 (lfcbase-1.11.8.tar.gz) = 1c534c478b1b7c07bd9adf68c799e2f058f7b3bbaa65ae478243b93841394284
+SIZE (lfcbase-1.11.8.tar.gz) = 639532
More information about the svn-ports-all
mailing list