Generated with the following command:
rg -l -g Portfile ':openssl\b' ../macports-ports | grep -v '/lang/php/' | grep -v '/aqua/qt5' | xargs ./revbump-ports.sh
revbump-ports.sh is from https://github.com/yan12125/revbump-ports/tree/4a47ad53d5bc1553b86f48dfbf946bc9a466306c
Skipping lang/php and aqua/qt5 as only php*-{ftp,openssl} and
qt*-qtbase subports need revbumping, respectively.
Currently, the unreleased 2.3.4/master version of base discards
autoconf, automake and libtool from depends_build iff depends_build was
used *before* autoreconf.cmd.
This differs from the old behavior, that left build_depends untouched if
autoreconf.cmd was used after defining the build dependencies.
These changes should essentially only have an effect in trace mode or
clean systems that don't yet have autoconf, automake and libtool
installed.
Ignoring maintainers for this change.
Also, while I'm at it, drop legacy Id lines.