> When an install/upgrade of forced with -f port renames the existing file > appending and extension .mp_<numbers>, correct?
Yup.
> Is <number> a timestamp or something else?
Yup.
> Is there a port command for cleaning/deleting these files?
Nope, try:
find $prefix -name *.mp<number> -exec rm -rf {} \;
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
