From owner-svn-ports-all@freebsd.org Sun Jun 10 10:26:00 2018 Return-Path: Delivered-To: svn-ports-all@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 2B2041010990; Sun, 10 Jun 2018 10:26:00 +0000 (UTC) (envelope-from jbeich@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 D46187A186; Sun, 10 Jun 2018 10:25:59 +0000 (UTC) (envelope-from jbeich@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 B509B3942; Sun, 10 Jun 2018 10:25:59 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5AAPx0e028259; Sun, 10 Jun 2018 10:25:59 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5AAPxnc028258; Sun, 10 Jun 2018 10:25:59 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201806101025.w5AAPxnc028258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 10 Jun 2018 10:25:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r472126 - branches/2018Q2 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q2 X-SVN-Commit-Revision: 472126 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jun 2018 10:26:00 -0000 Author: jbeich Date: Sun Jun 10 10:25:59 2018 New Revision: 472126 URL: https://svnweb.freebsd.org/changeset/ports/472126 Log: MFH: r472125 www/waterfox: flatten line endings after r461193 Subversion doesn't allow mixed line endings when svn:eol-style property is set. files/patch-bug1402766 tries to create a new test file, so simply strip carriage-return from lines which is what actually happens on checkout. Originally, the file landed via git-svn which doesn't appear to run sanity checks on dcommit. $ svn cat files/patch-bug1402766 svn: E135000: Inconsistent line ending style Reported by: gjb Approved by: ports-secteam blanket Modified: Directory Properties: branches/2018Q2/ (props changed)