[MacPorts] #52757: port lint should warn when $Id$ lines are present
#52757: port lint should warn when $Id$ lines are present -------------------------+-------------------------------- Reporter: ryandesign | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: MacPorts 2.3.5 Component: base | Version: 2.3.4 Keywords: | Port: -------------------------+-------------------------------- Now that we're converted to git, Subversion `$Id$` lines are no longer relevant. `port lint` currently warns if the `$Id$` line is absent: {{{ $ port lint whois ---> Verifying Portfile for whois Warning: Line 2 is missing RCS tag ($Id$) ---> 0 errors and 1 warnings found. }}} This should be changed to warn if it is present. -- Ticket URL: <https://trac.macports.org/ticket/52757> MacPorts <https://www.macports.org/> Ports system for OS X
#52757: port lint should warn when $Id$ lines are present --------------------------+-------------------------------- Reporter: ryandesign | Owner: macports-tickets@… Type: enhancement | Status: closed Priority: Normal | Milestone: MacPorts 2.3.5 Component: base | Version: 2.3.4 Resolution: fixed | Keywords: Port: | --------------------------+-------------------------------- Changes (by raimue): * status: new => closed * resolution: => fixed Comment: In [changeset:"fc45aaf5d0937aa7adc1e844091a6241d9826ae0/macports-base" fc45aaf/macports-base]: {{{ #!ConfigurableCommitTicketReference repository="macports-base" revision="fc45aaf5d0937aa7adc1e844091a6241d9826ae0" port lint: warn if obsolete $Id$ keyword is used This will warn if the $Id$ occurs anywhere in the file. Closes https://trac.macports.org/ticket/52757 }}} -- Ticket URL: <https://trac.macports.org/ticket/52757#comment:2> MacPorts <https://www.macports.org/> Ports system for macOS
#52757: port lint should warn when $Id$ lines are present --------------------------+-------------------------------- Reporter: ryandesign | Owner: macports-tickets@… Type: enhancement | Status: closed Priority: Normal | Milestone: MacPorts 2.3.5 Component: base | Version: 2.3.4 Resolution: fixed | Keywords: Port: | --------------------------+-------------------------------- Comment (by raimue): {{{ $ port lint ---> Verifying Portfile for whois Warning: Line 2 is using obsolete RCS tag ($Id$) ---> 0 errors and 1 warnings found. }}} -- Ticket URL: <https://trac.macports.org/ticket/52757#comment:3> MacPorts <https://www.macports.org/> Ports system for macOS
#52757: port lint should warn when $Id$ lines are present --------------------------+-------------------------------- Reporter: ryandesign | Owner: macports-tickets@… Type: enhancement | Status: closed Priority: Normal | Milestone: MacPorts 2.3.5 Component: base | Version: 2.3.4 Resolution: fixed | Keywords: Port: | --------------------------+-------------------------------- Comment (by ryandesign): Thanks! -- Ticket URL: <https://trac.macports.org/ticket/52757#comment:4> MacPorts <https://www.macports.org/> Ports system for macOS
#52757: port lint should warn when $Id$ lines are present --------------------------+-------------------------------- Reporter: ryandesign | Owner: macports-tickets@… Type: enhancement | Status: closed Priority: Normal | Milestone: MacPorts 2.3.5 Component: base | Version: 2.3.4 Resolution: fixed | Keywords: Port: | --------------------------+-------------------------------- Comment (by raimue): In [changeset:"4a6a824a1b9ffb4f0b3c5de5c7f6b0441bad6ca6/macports-base" 4a6a824/macports-base]: {{{ #!ConfigurableCommitTicketReference repository="macports-base" revision="4a6a824a1b9ffb4f0b3c5de5c7f6b0441bad6ca6" port lint: warn if obsolete $Id$ keyword is used This will warn if the $Id$ occurs anywhere in the file. Closes https://trac.macports.org/ticket/52757 }}} -- Ticket URL: <https://trac.macports.org/ticket/52757#comment:5> MacPorts <https://www.macports.org/> Ports system for macOS
participants (1)
-
MacPorts