aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2015-06-25 00:44:06 +0800
committeradamw <adamw@FreeBSD.org>2015-06-25 00:44:06 +0800
commitc81d8b1f51e12ac61bc0148c88d46ba2b0bb1587 (patch)
treefd29ea77045222dee860e3f2b5f0f54e591e894a /UPDATING
parent475635d0194c2a685c1d35cadcad286989448b70 (diff)
downloadfreebsd-ports-gnome-c81d8b1f51e12ac61bc0148c88d46ba2b0bb1587.tar.gz
freebsd-ports-gnome-c81d8b1f51e12ac61bc0148c88d46ba2b0bb1587.tar.zst
freebsd-ports-gnome-c81d8b1f51e12ac61bc0148c88d46ba2b0bb1587.zip
Add a note about p5-Test-Tester and p5-Test-use-ok becoming part of
p5-Test-Simple (and perl 5.22).
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index c41adbc63d2b..2c5620a7988d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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