On Aug 13, 2025, at 10:59, Murray Eisenberg wrote: > > Since neither mysql8 nor mysql8-server upgrades succeed, i want to exclude > them from doing other upgrades. I know that > > port upgrade outdated and not mysql8 > > will exclude mysql8. But what is the syntax to exclude both mysql8 and > mysql8-server?
It is: port upgrade outdated and not \( mysql8 mysql8-server \)
