From owner-svn-ports-head@freebsd.org Thu Jan 14 09:25:53 2021 Return-Path: Delivered-To: svn-ports-head@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 4F5A84DB1D3; Thu, 14 Jan 2021 09:25:53 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mail-ej1-f44.google.com (mail-ej1-f44.google.com [209.85.218.44]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DGf7P1gLjz3KF7; Thu, 14 Jan 2021 09:25:53 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mail-ej1-f44.google.com with SMTP id 6so7169483ejz.5; Thu, 14 Jan 2021 01:25:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=wMG2ztrQv5oQCCSVStaqqPKna0BKX/7s1PN0bfs8ZBw=; b=Hwz7IUKpKfxeXIDoAdPZcXmldYADLxsboonpDOicE7D7IP/6knOsQDFAEF1kw29voh ybFnx0Zi9N5ji2pbzfmmwNBtulMpk08tiHRCLuYRlGd7Sm5FFtphfmw4e4fsrD/z7HA3 FIOmA0WijMdxQR6qJLkvCxKsaIaO3209+Yrz0KvwaJFhQMOzXX09aRbH7HVNq3V6Elz3 pST3hxrCGoYP6I4SeEx5w1RRRGN/DAnd4C9WhvFNljH9LwEVr4vc6hkwvOqYefXhOspa nkg03qe2kCm3SJF2bh/arbmJlgYqe5ln58jvly5rkvl6R8aMeVenS0B8NtkL9qIx5LkQ GJ2g== X-Gm-Message-State: AOAM531u7OW0SFzxZN0YrVAlvxcOmN2oGjUMxCx2qmcS71JgYjmhgGuC ZKch8iai637/wPT+lKKfa88MzXCk3Go= X-Google-Smtp-Source: ABdhPJzzSIaHR+r3cT5xpKVBhC7zPeIntOp+mdKsks9sakM2RC7uZrObFiu041wzms+thoHGqA870g== X-Received: by 2002:a17:906:f949:: with SMTP id ld9mr4674835ejb.401.1610616351791; Thu, 14 Jan 2021 01:25:51 -0800 (PST) Received: from ?IPv6:2a02:8109:98c0:4ad0:5e5f:67ff:fef4:ffd8? ([2a02:8109:98c0:4ad0:5e5f:67ff:fef4:ffd8]) by smtp.gmail.com with ESMTPSA id w17sm1931275edu.90.2021.01.14.01.25.50 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 14 Jan 2021 01:25:50 -0800 (PST) Subject: Re: svn commit: r561519 - head/devel/please To: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202101132301.10DN1RfS062230@repo.freebsd.org> From: Mateusz Piotrowski <0mp@FreeBSD.org> Message-ID: Date: Thu, 14 Jan 2021 10:26:18 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: <202101132301.10DN1RfS062230@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: 4DGf7P1gLjz3KF7 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jan 2021 09:25:53 -0000 On 1/14/21 12:01 AM, Antoine Brodin wrote: > Author: antoine > Date: Wed Jan 13 23:01:26 2021 > New Revision: 561519 > URL: https://svnweb.freebsd.org/changeset/ports/561519 > > Log: > Fix PKGBASE collision with security/please > > Modified: > head/devel/please/Makefile > > Modified: head/devel/please/Makefile > ============================================================================== > --- head/devel/please/Makefile Wed Jan 13 22:37:30 2021 (r561518) > +++ head/devel/please/Makefile Wed Jan 13 23:01:26 2021 (r561519) > @@ -4,6 +4,7 @@ PORTNAME= please > DISTVERSIONPREFIX= v > DISTVERSION= 15.12.0 > CATEGORIES= devel > +PKGNAMESUFFIX= .build Perhaphs we could switch to "-build" here? That would be consistent with how other conflicts are resolved, e.g., fd-find and fd. Also, repology seems to categorize please as please-build (although not that many projects have packaged it at that point): https://repology.org/project/please-build/versions Best, Mateusz