From owner-svn-ports-all@freebsd.org Fri Oct 26 09:31:43 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 D55DF10DD1A7; Fri, 26 Oct 2018 09:31:42 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mail-qt1-f180.google.com (mail-qt1-f180.google.com [209.85.160.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7B96A6E498; Fri, 26 Oct 2018 09:31:42 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mail-qt1-f180.google.com with SMTP id r22-v6so465162qtm.5; Fri, 26 Oct 2018 02:31:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=dCzGOYDtSkcvzXl1nwyGtniU7fpJ9YNrGj2CyoLxtQc=; b=YaahcxdeIIsPOeJ6nKQebSgeg6bcGAnWv60KxfHY4c4hVCCyfKAdVFTdCeh2x+8Wd/ qvjiQKt3s5LN5h5YZU3yoy+euAcnzMw7RiDFimTQHepC+YVXpavSXAeS+x7T6DESMn1M m2uBKbAs7a391HfG2ztzEqfI1mEtzy4PM39Oyl0PKlA8Iwuw4LE7zUI+8SbxDCzJFOdi Sux1SMIxHb0CFUSmxR4T/4vDefgSS+Y1/kaFBl1wZ1LQXCbuTnQMDkl90vWJE+uexW4M OWfFXbOzElr1NiLTY6fop33BwaiaaTvpFtopWR52etIeQr/V/iKfK8CmBySOyzx0b0qC 7R6g== X-Gm-Message-State: AGRZ1gKttUS712RNV0htq4YzLqRyl04ATl3lKTsQo9CWzEZmo0wxrO9c LCG5WDnSS8gv4K3buk85yIO0lE3pQbd5zg== X-Google-Smtp-Source: AJdET5eL89PAJjO3eCnqH3nmf9zwCiwWprNzUJ3lBc1nMIUrQcVVWVUje63S//OeFFM9CRyzNOjomg== X-Received: by 2002:a0c:be18:: with SMTP id k24mr1019435qvg.192.1540544795389; Fri, 26 Oct 2018 02:06:35 -0700 (PDT) Received: from mail-qk1-f179.google.com (mail-qk1-f179.google.com. [209.85.222.179]) by smtp.gmail.com with ESMTPSA id n68-v6sm5678249qka.36.2018.10.26.02.06.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 26 Oct 2018 02:06:34 -0700 (PDT) Received: by mail-qk1-f179.google.com with SMTP id o89so224461qko.0; Fri, 26 Oct 2018 02:06:34 -0700 (PDT) X-Received: by 2002:a37:434c:: with SMTP id q73-v6mr2211588qka.183.1540544794701; Fri, 26 Oct 2018 02:06:34 -0700 (PDT) MIME-Version: 1.0 References: <201810250948.w9P9mGSb099015@repo.freebsd.org> <20181025115917.z2h6zx5txmxkzrtj@ogg.in.absolight.net> In-Reply-To: From: Mateusz Piotrowski <0mp@freebsd.org> Date: Fri, 26 Oct 2018 11:06:46 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r482963 - head/misc/exercism To: truckman@freebsd.org Cc: mat@freebsd.org, svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Fri, 26 Oct 2018 09:31:43 -0000 On Fri, 26 Oct 2018 at 00:50, Don Lewis wrote: > On 25 Oct, Mathieu Arnold wrote: > > On Thu, Oct 25, 2018 at 09:48:16AM +0000, Mateusz Piotrowski wrote: > > >> - Move GH_TUPLE out of the USE* section. > > This is wrong, see: > > > https://www.freebsd.org/doc/en/books/porters-handbook/porting-order-uses.html > > Yes, and portlint incorrectly complains about this. > It has been fixed in r481991 I think.