HomeFreeBSD

`make makepatch`: Don't replace patches with only metadata changes

Description

make makepatch: Don't replace patches with only metadata changes

Rather than replacing patches that are effectively the same but with
different timestamps, drop the new version and let the old version remain in
place. This yields a make makepatch that doesn't try and produce unwanted
churn.

Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D13960

Details