diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-03-21 21:59:31 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-03-21 21:59:31 +0000 |
commit | 7cfe69b5842cdb1ef6fbef80bffbc8f2651889a8 (patch) | |
tree | 2b6d3a0598b45365f230c6f61cf8d8d784b7016d /UPDATING | |
parent | 6b610ab5e04c7e7c7916ffe651ed9b7824436bca (diff) |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -5,6 +5,35 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20170321: + AFFECTS: users of samba36-libsmbclient, samba36-nmblookup samba36-smbclient and samba36 + AUTHOR: antoine@FreeBSD.org + + The obsolete samba36-libsmbclient, samba36-nmblookup, samba36-smbclient and samba36 packages/ports were removed + and USES=samba was introduced. + Upgrade instructions: + + For package users having those ports installed indirectly (as dependencies): + # pkg upgrade + + For package users having those ports installed directly (leaf ports): + # pkg upgrade + # pkg install samba43 + + For ports users: + Choose you samba version, for instance add DEFAULT_VERSIONS+= samba=4.3 to make.conf + + Remove obsolete packages: + # pkg delete -f samba36-libsmbclient samba36-nmblookup samba36-smbclient samba36 + + Portmaster users: + # portmaster net/samba43 + # portmaster -a + + Portupgrade users: + # portupgrade net/samba43 + # portupgrade -a + 20170319: AFFECTS: users of mail/pecl-mailparse AUTHOR: dbaio@bsd.com.br |