I read in UPDATING that the default version of php has bumped from 5.6 to 7.1. I would like to stay with the php56 version for now. I tried to put this in /etc/make.conf and it seems to have no effect on
But...
Nothing happens to the php56 pkgs even though
What am I missing?
Thanks!
pkg
either way:
Code:
DEFAULT_VERSIONS+= php=5.6
But...
Code:
$ sudo pkg update && pkg version -vRL= && sudo pkg upgrade
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
google-daemon-1.2.1_1 ? orphaned: net/google-daemon
google-startup-scripts-1.2.1 ? orphaned: net/google-startup-scripts
p5-Net-SMTP-SSL-1.04 ? orphaned: mail/p5-Net-SMTP-SSL
php56-5.6.36_1 < needs updating (remote has 5.6.38)
php56-bz2-5.6.36_1 < needs updating (remote has 5.6.38)
php56-composer-1.6.5 < needs updating (remote has 1.7.2)
php56-ctype-5.6.36_1 < needs updating (remote has 5.6.38)
php56-curl-5.6.36_1 < needs updating (remote has 5.6.38)
php56-dom-5.6.36_1 < needs updating (remote has 5.6.38)
php56-filter-5.6.36_1 < needs updating (remote has 5.6.38)
php56-gd-5.6.36_1 < needs updating (remote has 5.6.38)
php56-hash-5.6.36_1 < needs updating (remote has 5.6.38)
php56-iconv-5.6.36_1 < needs updating (remote has 5.6.38)
php56-imap-5.6.36_1 < needs updating (remote has 5.6.38)
php56-json-5.6.36_1 < needs updating (remote has 5.6.38)
php56-mbstring-5.6.36_1 < needs updating (remote has 5.6.38)
php56-mcrypt-5.6.36_1 < needs updating (remote has 5.6.38)
php56-mysql-5.6.36_1 < needs updating (remote has 5.6.38)
php56-mysqli-5.6.36_1 < needs updating (remote has 5.6.38)
php56-opcache-5.6.36_1 < needs updating (remote has 5.6.38)
php56-openssl-5.6.36_1 < needs updating (remote has 5.6.38_1)
php56-pdo-5.6.36_1 < needs updating (remote has 5.6.38)
php56-pdo_sqlite-5.6.36_1 < needs updating (remote has 5.6.38)
php56-pecl-intl-3.0.0_14 < needs updating (remote has 3.0.0_15)
php56-phar-5.6.36_1 < needs updating (remote has 5.6.38)
php56-posix-5.6.36_1 < needs updating (remote has 5.6.38)
php56-session-5.6.36_1 < needs updating (remote has 5.6.38)
php56-simplexml-5.6.36_1 < needs updating (remote has 5.6.38)
php56-soap-5.6.36_1 < needs updating (remote has 5.6.38)
php56-sqlite3-5.6.36_1 < needs updating (remote has 5.6.38)
php56-tokenizer-5.6.36_1 < needs updating (remote has 5.6.38)
php56-xml-5.6.36_1 < needs updating (remote has 5.6.38)
php56-xmlreader-5.6.36_1 < needs updating (remote has 5.6.38)
php56-xmlwriter-5.6.36_1 < needs updating (remote has 5.6.38)
php56-zip-5.6.36_1 < needs updating (remote has 5.6.38)
php56-zlib-5.6.36_1 < needs updating (remote has 5.6.38)
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (33 candidates): 100%
Processing candidates (33 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.
Nothing happens to the php56 pkgs even though
pkg
reports they are due for upgrade.What am I missing?
Thanks!