From owner-svn-ports-head@freebsd.org Sun Sep 2 22:31:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E264FFBDC5; Sun, 2 Sep 2018 22:31:43 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1D3CE8AE49; Sun, 2 Sep 2018 22:31:43 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1835D1F5CB; Sun, 2 Sep 2018 22:31:43 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w82MVgcm075823; Sun, 2 Sep 2018 22:31:42 GMT (envelope-from timur@FreeBSD.org) Received: (from timur@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w82MVgdN075822; Sun, 2 Sep 2018 22:31:42 GMT (envelope-from timur@FreeBSD.org) Message-Id: <201809022231.w82MVgdN075822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: timur set sender to timur@FreeBSD.org using -f From: "Timur I. Bakeyev" Date: Sun, 2 Sep 2018 22:31:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478824 - head X-SVN-Group: ports-head X-SVN-Commit-Author: timur X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 478824 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2018 22:31:43 -0000 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