Summary: | Tools/scripts/bump-revision.sh fails to handle PORTREVISIONs with a comment | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Gerald Pfeifer <gerald> |
Component: | Ports Framework | Assignee: | Bartek Rutkowski <robak> |
Status: | Open --- | ||
Severity: | Affects Some People | CC: | adamw, bugmeister, ports-bugs, robak |
Priority: | --- | Keywords: | needs-patch |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Gerald Pfeifer
2018-12-12 03:44:10 UTC
Yeah, I suspect that line 63 of bump-revision.sh case `echo "$revision_str" | awk -F "\t+" '{ print $2 }'` in could just as easily be case `echo "$revision_str" | awk '{ print $2 }'` in I don't suspect there's much value in caring what sort of whitespace it is. over to maintainer ^Triage: is this aging PR still relevant? Yes, this still occurs (though not with this specific port) and is still relevant if one wants to use this script across a ports tree. |