From owner-svn-ports-head@freebsd.org Fri Apr 6 08:43:59 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B104F92DAE; Fri, 6 Apr 2018 08:43:59 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D14336DE13; Fri, 6 Apr 2018 08:43:58 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CC4DE7770; Fri, 6 Apr 2018 08:43:58 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w368hw01099274; Fri, 6 Apr 2018 08:43:58 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w368hwXG099272; Fri, 6 Apr 2018 08:43:58 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201804060843.w368hwXG099272@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 6 Apr 2018 08:43:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466630 - head/devel/lfcbase X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/devel/lfcbase X-SVN-Commit-Revision: 466630 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Apr 2018 08:43:59 -0000 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 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