From owner-svn-ports-all@freebsd.org Sun Dec 6 09:43:56 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B5867321; Sun, 6 Dec 2015 09:43:56 +0000 (UTC) (envelope-from bapt@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 mx1.freebsd.org (Postfix) with ESMTPS id 4C7E01E35; Sun, 6 Dec 2015 09:43:56 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB69htsR030619; Sun, 6 Dec 2015 09:43:55 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB69htgA030618; Sun, 6 Dec 2015 09:43:55 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201512060943.tB69htgA030618@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 6 Dec 2015 09:43:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403094 - head X-SVN-Group: ports-head 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.20 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: Sun, 06 Dec 2015 09:43:56 -0000 Author: bapt Date: Sun Dec 6 09:43:55 2015 New Revision: 403094 URL: https://svnweb.freebsd.org/changeset/ports/403094 Log: Add an entry in UPDATING about the change of the default location where zsh looks for zshrc/zprofile: ${PREFIX}/etc instead of /etc Requested by: "Dr. Peter Voigt" Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Dec 6 09:30:17 2015 (r403093) +++ head/UPDATING Sun Dec 6 09:43:55 2015 (r403094) @@ -6,6 +6,14 @@ You should get into the habit of checkin you update your ports collection, before attempting any port upgrades. 20151205: + AFFECTS: users of shells/zsh + AUTHOR: bapt@FreeBSD.or + + Since version 5.2 zsh is now respecting prefix to look up for its default + configurations: zshrc/zprofile. Users having those files in /etc should + move them to PREFIX/etc (by default /usr/local/etc) + +20151205: AFFECTS: users of devel/ncurses AUTHOR: bapt@FreeBSD.org