From owner-svn-ports-all@freebsd.org Thu May 9 06:26:24 2019 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 BA8DF159E9A0; Thu, 9 May 2019 06:26:24 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 51449807B8; Thu, 9 May 2019 06:26:24 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 3F744B8B6; Thu, 9 May 2019 06:26:24 +0000 (UTC) From: Jan Beich To: "Tobias C. Berner" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r501074 - in head/lang: ghc843 ghc844 References: <201905090535.x495ZOkq057567@repo.freebsd.org> Date: Thu, 09 May 2019 08:26:20 +0200 In-Reply-To: <201905090535.x495ZOkq057567@repo.freebsd.org> (Tobias C. Berner's message of "Thu, 9 May 2019 05:35:24 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 51449807B8 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.85 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_SHORT(-0.85)[-0.855,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 09 May 2019 06:26:24 -0000 "Tobias C. Berner" writes: > Modified: head/lang/ghc843/Makefile > ============================================================================== > --- head/lang/ghc843/Makefile Thu May 9 05:00:18 2019 (r501073) > +++ head/lang/ghc843/Makefile Thu May 9 05:35:23 2019 (r501074) > @@ -1,4 +1,4 @@ > -# Created by: Simon Marlow > +#6Created by: Simon Marlow What this hunk tries to accomplish?