From owner-svn-ports-head@freebsd.org Fri Aug 21 16:04:41 2015 Return-Path: Delivered-To: svn-ports-head@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 204D69BF56E; Fri, 21 Aug 2015 16:04:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 0AB6318B7; Fri, 21 Aug 2015 16:04:41 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7LG4edL052711; Fri, 21 Aug 2015 16:04:40 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7LG4efi052710; Fri, 21 Aug 2015 16:04:40 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201508211604.t7LG4efi052710@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 21 Aug 2015 16:04:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394973 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 21 Aug 2015 16:04:41 -0000 Author: jbeich Date: Fri Aug 21 16:04:40 2015 New Revision: 394973 URL: https://svnweb.freebsd.org/changeset/ports/394973 Log: Belatedly add UPDATING note for r394584 PR: 202390 Submitted by: Colin Booth (sysutils/s6 maintainer) Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Aug 21 16:00:52 2015 (r394972) +++ head/UPDATING Fri Aug 21 16:04:40 2015 (r394973) @@ -30,6 +30,18 @@ you update your ports collection, before # pkg install -y `cat ghc-pkgs.txt` +20150818: + AFFECTS: users of sysutils/s6 + AUTHOR: Colin Booth + + s6-notifywhenup has been removed as of v2.2.0.0. Any run scripts + using readyness notification must be updated to use a notification + fd instead. + + s6-svc options have changed for sending syncronous up/down timeouts. + Any management or wrapper scripts using those options will need to + be updated. + 20150817: AFFECTS: everybody who still uses _SET/UNSET in make.conf AUTHOR: mat@FreeBSD.org