From owner-svn-ports-all@freebsd.org Sat Apr 22 08:37:43 2017 Return-Path: Delivered-To: svn-ports-all@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 054ACD49BE8; Sat, 22 Apr 2017 08:37:43 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D7881ED7; Sat, 22 Apr 2017 08:37:42 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 0BF106DD2; Sat, 22 Apr 2017 08:37:42 +0000 (UTC) From: Jan Beich To: Antoine Brodin Cc: Dmitry Marakasov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r439136 - head/games/openbubbles/files References: <201704220825.v3M8PxtY075853@repo.freebsd.org> Date: Sat, 22 Apr 2017 10:37:37 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 22 Apr 2017 08:37:43 -0000 Antoine Brodin writes: > Author: antoine > Date: Sat Apr 22 08:25:59 2017 > New Revision: 439136 > URL: https://svnweb.freebsd.org/changeset/ports/439136 > > Log: > Attempt to fix make patch by changing eol style > > Reported by: pkg-fallout [...] > ---- src/BFont.cpp.orig 2005-02-27 14:29:13 UTC > +--- src/BFont.cpp.orig 2017-04-22 08:18:12 UTC Can you restore the correct timestamp? USES=dos2unix is known to add such noise or break workflow like: $ make clean extract do-patch makepatch However, r438829 rationale for adding USES=dos2unix is bogus.