diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-01-08 18:06:19 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-01-08 18:06:19 +0000 |
commit | 1c84b00c6debaf20c442da956673eb89f0d59ca3 (patch) | |
tree | 9ba203139f3da4839de13c7041a7ee62c5013202 /UPDATING | |
parent | ed4c4cd157d113d667a8f30adfdebd774e81712a (diff) |
- Document the update of devel/p5-CPAN-Meta and removal of devel/p5-Version-Requirements
Notes
Notes:
svn path=/head/; revision=288771
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |