From owner-dev-commits-ports-all@freebsd.org Tue Apr 6 19:06:34 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 017305B4B6B; Tue, 6 Apr 2021 19:06:34 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FFH7Y6cp3z4bWb; Tue, 6 Apr 2021 19:06:33 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f170.google.com (mail-qk1-f170.google.com [209.85.222.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id D105CF47D; Tue, 6 Apr 2021 19:06:33 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f170.google.com with SMTP id y5so16093881qkl.9; Tue, 06 Apr 2021 12:06:33 -0700 (PDT) X-Gm-Message-State: AOAM532EcfTNcTdiUHMmwxeEF6AXRFF5sRORpLT6R4gLEDVQI9b6Voz3 Qb8537xOMvuX7owWieQgpaRQN2uFMbLZhNuu4W8= X-Google-Smtp-Source: ABdhPJwUFeJY1ix+6r6b4KtrlBF0sMCPgGkNcsvgijiIuBt0A3gRoaKuPuY9+LlTxr44NsE3vEVe4IXCO9YatwCKDIE= X-Received: by 2002:a05:620a:798:: with SMTP id 24mr31213514qka.493.1617735993433; Tue, 06 Apr 2021 12:06:33 -0700 (PDT) MIME-Version: 1.0 References: <202104061858.136IwFaE069296@gitrepo.freebsd.org> In-Reply-To: <202104061858.136IwFaE069296@gitrepo.freebsd.org> From: Kyle Evans Date: Tue, 6 Apr 2021 14:06:19 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: 0b8b0662b9ca - main - Update the patches for third-party passenger module. To: "Sergey A. Osokin" Cc: ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Apr 2021 19:06:34 -0000 On Tue, Apr 6, 2021 at 1:58 PM Sergey A. Osokin wrote: > > The branch main has been updated by osa: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=0b8b0662b9ca6031c7dc3725cddcdeee5d54e9df > > commit 0b8b0662b9ca6031c7dc3725cddcdeee5d54e9df > Author: Sergey A. Osokin > AuthorDate: 2021-04-06 18:55:57 +0000 > Commit: Sergey A. Osokin > CommitDate: 2021-04-06 18:55:57 +0000 > > Update the patches for third-party passenger module. > > The issue was introduced by: 2e741e74b8db691f3cae0abf8482ade801fb74f4 > PR: 254824 FYI- I'm not sure where we're at with a commit template for ports, but elsewhere we're adopting: -The issue was introduced by: 2e741e74b8db691f3cae0abf8482ade801fb74f4 +Fixes: 2e741e74b8db691f3cae0abf8482ade801fb74f4 as a more concise way to express the same information -- it's also used in non-FreeBSD git projects with some high frequency. Thanks, Kyle Evans