Date: Sun, 2 Sep 2018 22:31:42 +0000 (UTC) From: "Timur I. Bakeyev" <timur@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478824 - head Message-ID: <201809022231.w82MVgdN075822@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: timur Date: Sun Sep 2 22:31:42 2018 New Revision: 478824 URL: https://svnweb.freebsd.org/changeset/ports/478824 Log: Add a note that net/samba48 doesn't depend anymore from databases/ldb13 Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Sep 2 22:18:10 2018 (r478823) +++ head/UPDATING Sun Sep 2 22:31:42 2018 (r478824) @@ -6,6 +6,17 @@ You should get into the habit of checking this file fo you update your ports collection, before attempting any port upgrades. 20180901: + AFFECTS: net/samba48 + AUTHOR: timur@FreeBSD.org + + Samba ports from now on are not dependent from the databases/ldb* ports, + as the link between Samba and LDB is too tight and each next major Samba + release requires it's own major LDB release. Please, remove installed + version of databases/ldb13 from your system with: + + # pkg delete -f databases/ldb13 + +20180901: AFFECTS: net-mgmt/librenms AUTHOR: dvl@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809022231.w82MVgdN075822>