aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-03-21 21:59:31 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-03-21 21:59:31 +0000
commit7cfe69b5842cdb1ef6fbef80bffbc8f2651889a8 (patch)
tree2b6d3a0598b45365f230c6f61cf8d8d784b7016d /UPDATING
parent6b610ab5e04c7e7c7916ffe651ed9b7824436bca (diff)
downloadports-7cfe69b5842cdb1ef6fbef80bffbc8f2651889a8.tar.gz
ports-7cfe69b5842cdb1ef6fbef80bffbc8f2651889a8.zip
- Add USES=samba to handle dependency on samba
Valid ARGS: build, env, lib, run (default: build,run) - Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3) - Remove obsolete samba36 ports - Modify samba4x ports to install libsmbclient - Convert the ports tree to USES=samba Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D8919
Notes
Notes: svn path=/head/; revision=436659
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING29
1 files changed, 29 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index c2ecba3a5b90..bbf45ab0e90c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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