aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2012-01-09 02:06:19 +0800
committersunpoet <sunpoet@FreeBSD.org>2012-01-09 02:06:19 +0800
commita8d62266f0e654365490d0f964a52fa13308e3f1 (patch)
tree850718bf1f5158d77cd51ec75b74b06259b4147f
parent169ee090aad17e34732d1d5e72d88dd27d5f9548 (diff)
downloadfreebsd-ports-gnome-a8d62266f0e654365490d0f964a52fa13308e3f1.tar.gz
freebsd-ports-gnome-a8d62266f0e654365490d0f964a52fa13308e3f1.tar.zst
freebsd-ports-gnome-a8d62266f0e654365490d0f964a52fa13308e3f1.zip
- Document the update of devel/p5-CPAN-Meta and removal of devel/p5-Version-Requirements
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 777107d129d0..bc7ea9dd75ba 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ 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.
+20120108:
+ AFFECTS: users of devel/p5-CPAN-Meta and devel/p5-Version-Requirements
+ AUTHOR: sunpoet@FreeBSD.org
+
+ Author of Version::Requirements (devel/p5-Version-Requirements) merged
+ its function to CPAN::Meta::Requirements (part of devel/p5-CPAN-Meta).
+ As a result, devel/p5-Version-Requirements is marked DEPRECATED.
+ Please run the following commands to update p5-CPAN-Meta and remove
+ p5-Version-Requirements:
+
+ # portmaster -o devel/p5-CPAN-Meta devel/p5-Version-Requirements
+ # pkg_delete p5-Version-Requirements-\*
+
20120104:
AFFECTS: users of devel/thrift, py-thrift, php5-thrift, p5-thrift
AUTHOR: scheidell@FreeBSD.org