From owner-svn-ports-all@freebsd.org Tue Jun 12 18:33:36 2018 Return-Path: Delivered-To: svn-ports-all@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 A49F51010BEA; Tue, 12 Jun 2018 18:33:36 +0000 (UTC) (envelope-from jrm@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 3D7BD739A1; Tue, 12 Jun 2018 18:33:36 +0000 (UTC) (envelope-from jrm@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 202FA667A; Tue, 12 Jun 2018 18:33:36 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5CIXaXB055587; Tue, 12 Jun 2018 18:33:36 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5CIXZwZ055586; Tue, 12 Jun 2018 18:33:35 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201806121833.w5CIXZwZ055586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Tue, 12 Jun 2018 18:33:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472269 - head X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 472269 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jun 2018 18:33:36 -0000 Author: jrm Date: Tue Jun 12 18:33:35 2018 New Revision: 472269 URL: https://svnweb.freebsd.org/changeset/ports/472269 Log: UPDATING: Document name change of editors/emacs-devel@nox package Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Jun 12 18:33:25 2018 (r472268) +++ head/UPDATING Tue Jun 12 18:33:35 2018 (r472269) @@ -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. 20180612: + AFFECTS: users of the nox flavor of editors/emacs-devel + AUTHOR: jrm@FreeBSD.org + + The package name for the nox flavor of editors/emacs-devel changed from + emacs-devel_nox to emacs-devel-nox. To install the new package, run + + # pkg install emacs-devel-nox + + pkg should remove the old and install the new package. + +20180612: AFFECTS: users of packages that depend on Emacs AUTHOR: jrm@FreeBSD.org