Date: Wed, 24 Jun 2015 16:44:07 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390495 - head Message-ID: <201506241644.t5OGi7Yn050031@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506241644.t5OGi7Yn050031>