From owner-freebsd-ports-bugs@freebsd.org Tue Jun 16 12:32:23 2020 Return-Path: Delivered-To: freebsd-ports-bugs@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 06428337277 for ; Tue, 16 Jun 2020 12:32:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 49mSJQ6TV5z3dCg for ; Tue, 16 Jun 2020 12:32:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id DE58A337607; Tue, 16 Jun 2020 12:32:22 +0000 (UTC) Delivered-To: ports-bugs@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 DE201337276 for ; Tue, 16 Jun 2020 12:32:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49mSJQ5dVhz3dLn for ; Tue, 16 Jun 2020 12:32:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BCE5BF404 for ; Tue, 16 Jun 2020 12:32:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 05GCWMfK086574 for ; Tue, 16 Jun 2020 12:32:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 05GCWM8H086573 for ports-bugs@FreeBSD.org; Tue, 16 Jun 2020 12:32:22 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 247290] lang/python37: VuXML entries without category/portname form result in missing entries in freshports (Example python, not lang/python) Date: Tue, 16 Jun 2020 12:32:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dvl@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2020 12:32:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247290 --- Comment #5 from Dan Langille --- (In reply to Mark Linimon from comment #2) I find the existing usage interesting. I will talk about the globs later. $ grep 'users of python' UPDATING AFFECTS: users of python and net/samba410, devel/talloc, devel/tevent, databases/tdb, databases/ldb* AFFECTS: users of python AFFECTS: users of python AFFECTS: users of python setuptools $ grep 'users of lang/python' UPDATING AFFECTS: users of lang/python3 AFFECTS: users of lang/python3 AFFECTS: users of lang/python* and ports AFFECTS: users of lang/python* AFFECTS: users of lang/python* AFFECTS: users of lang/python* and py-* AFFECTS: users of lang/python* and py-* From https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/moved-an= d-updating-files.html ### If upgrading the port requires special steps like changing configuration fi= les or running a specific program, it must be documented in this file. The form= at of an entry in this file is: YYYYMMDD: AFFECTS: users of portcategory/portname AUTHOR: Your name Special instructions ### There is no mention of glob usage however, FreshPorts does detect and use i= t.=20 For example: ### 20131003: AFFECTS: users of lang/python* and ports AUTHOR: mva@FreeBSD.org ### Does show up at https://www.freshports.org/lang/python37 It also affects all lang/python* ports such as https://www.freshports.org/lang/python-doc-html/ - this may be an unattended side-effect This is also useful on FreshPorts: Affects: */py* I think if the entry were changed from python to one of these, it would com= ply and match existing UPDATING entries. * lang/python* * lang/python36 lang/python37 lang/python38 I think the latter is more appropriate if it does indeed only affect the indicate ports. --=20 You are receiving this mail because: You are on the CC list for the bug.=