mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Commit the actual patch I tested
Sponsored by: Absolight
This commit is contained in:
parent
4bcdfb8685
commit
c77bdeb9c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453896
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ $3 !~ /^20[0-3][0-9]-[01][0-9]-[0-3][0-9]$/ {
|
|||
if (system("test -f " portsdir "/" $1 "/Makefile")) {
|
||||
delete missing[$1]
|
||||
} else {
|
||||
printf "%5d: %s must be marked as resurrected\n", NR, port | sort
|
||||
printf "%5d: %s must be marked as resurrected\n", NR, $1 | sort
|
||||
}
|
||||
|
||||
if ($2) {
|
||||
|
|
Loading…
Add table
Reference in a new issue