From owner-svn-ports-head@freebsd.org Tue Feb 14 15:59:33 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 422D3CDF717; Tue, 14 Feb 2017 15:59:33 +0000 (UTC) (envelope-from rea@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 mx1.freebsd.org (Postfix) with ESMTPS id 0E19F17A2; Tue, 14 Feb 2017 15:59:32 +0000 (UTC) (envelope-from rea@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EFxWvl018671; Tue, 14 Feb 2017 15:59:32 GMT (envelope-from rea@FreeBSD.org) Received: (from rea@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EFxWpT018670; Tue, 14 Feb 2017 15:59:32 GMT (envelope-from rea@FreeBSD.org) Message-Id: <201702141559.v1EFxWpT018670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rea set sender to rea@FreeBSD.org using -f From: Eygene Ryabinkin Date: Tue, 14 Feb 2017 15:59:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434120 - in head: archivers/bicom/files editors/tea/files games/openbubbles/files graphics/swfmill/files print/scribus/files www/cssed/files X-SVN-Group: ports-head 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.23 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: Tue, 14 Feb 2017 15:59:33 -0000 Author: rea Date: Tue Feb 14 15:59:31 2017 New Revision: 434120 URL: https://svnweb.freebsd.org/changeset/ports/434120 Log: Fix lowercased svn:eol-style ("crlf") Subversion wants uppercased variant ("CRLF"), see contrib/subversion/libsvn_subr/subst.c function svn_subst_eol_style_from_value(). [1] Fixes up the following revisions: r427162, r427163, r432981, r432984, r433011, r433017. [1] https://svnweb.freebsd.org/base/head/contrib/subversion/subversion/libsvn_subr/subst.c?revision=289180&view=markup#l80 OKed by: jbeich (original committer) Modified: Directory Properties: head/archivers/bicom/files/patch-bialib_sufftree.h (props changed) head/editors/tea/files/patch-spellchecker.h (props changed) head/games/openbubbles/files/patch-src_BFont.cpp (props changed) head/graphics/swfmill/files/patch-src_codegen_parsexml.xsl (props changed) head/graphics/swfmill/files/patch-src_codegen_writexml.xsl (props changed) head/print/scribus/files/patch-scribus_plugins_tools_hunspellcheck_hunspelldict.cpp (props changed) head/www/cssed/files/patch-scintilla_src_LexCaml.cxx (props changed)