I'm using ports-mgmt/synth and trying to upgrade from lang/php71 to lang/php73.
I've modified my /usr/local/etc/synth/LiveSystem-make.conf file and changed DEFAULT_VERSIONS php=7.1 to php=7.3
However, when I do a
What do I need to do with Synth in order to upgrade my PHP to latest version?
I've modified my /usr/local/etc/synth/LiveSystem-make.conf file and changed DEFAULT_VERSIONS php=7.1 to php=7.3
Code:
# /usr/ports/Mk/bsd.options.desc.mk
OPTIONS_UNSET = X11 CUPS
DEFAULT_VERSIONS += ssl=openssl111 php=7.3 mysql=5.6
However, when I do a
sudo synth status
, no upgrades are needed to be done.
Code:
$ sudo synth status
Querying system about current package installations.
Stand by, comparing installed packages against the ports tree.
Scanning existing packages.
These are the ports that would be built ([N]ew, [R]ebuild, [U]pgrade):
Total packages that would be built: 0
The complete build list can also be found at:
/var/synth/synth_status_results.txt
What do I need to do with Synth in order to upgrade my PHP to latest version?