Ticket #14799: portlint.tcl.patchfile-name.diff
File portlint.tcl.patchfile-name.diff, 777 bytes (added by ryandesign (Ryan Carsten Schmidt), 17 years ago) |
---|
-
src/port1.0/portlint.tcl
475 475 476 476 if {[info exists patchfiles]} { 477 477 foreach patchfile $patchfiles { 478 if {![string match "patch-* .diff" $patchfile] && [file exists "$portpath/files/$patchfile"]} {479 ui_warn "Patchfile $patchfile does not follow the source patch naming policy \"patch-* .diff\""478 if {![string match "patch-*" $patchfile] && [file exists "$portpath/files/$patchfile"]} { 479 ui_warn "Patchfile $patchfile does not follow the source patch naming policy \"patch-*\"" 480 480 incr warnings 481 481 } 482 482 }