From owner-svn-ports-all@freebsd.org Wed Jun 24 16:44:07 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 705EC916F14; Wed, 24 Jun 2015 16:44:07 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.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 60E2F1DAB; Wed, 24 Jun 2015 16:44:07 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5OGi7HO050032; Wed, 24 Jun 2015 16:44:07 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5OGi7Yn050031; Wed, 24 Jun 2015 16:44:07 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201506241644.t5OGi7Yn050031@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 24 Jun 2015 16:44:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390495 - 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: Wed, 24 Jun 2015 16:44:07 -0000 Author: adamw Date: Wed Jun 24 16:44:06 2015 New Revision: 390495 URL: https://svnweb.freebsd.org/changeset/ports/390495 Log: Add a note about p5-Test-Tester and p5-Test-use-ok becoming part of p5-Test-Simple (and perl 5.22). Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Jun 24 16:29:25 2015 (r390494) +++ head/UPDATING Wed Jun 24 16:44:06 2015 (r390495) @@ -5,6 +5,23 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20150624: + AFFECTS: users of devel/p5-Test-Tester and devel/p5-Test-use-ok + AUTHOR: adamw@FreeBSD.org + + The Test::Tester and Test::use::ok modules have been rolled into + devel/p5-Test-Simple, and are included in perl 5.22. The p5-Test-Tester + and p5-Test-use-ok modules will be removed in one month. + + If you use either of those ports and have perl-5.22 installed: + + pkg delete p5-Test-Tester p5-Test-use-ok + + If you use either of those ports and have perl-5.20 or lower installed: + + portmaster -o devel/p5-Test-Simple p5-Test-Tester + portmaster -o devel/p5-Test-Simple p5-Test-use-ok + 20150615: AFFECTS: users of security/libressl AUTHOR: brnrd@FreeBSD.org