diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-07-09 11:11:44 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-07-09 11:11:44 +0000 |
commit | 5930109e8ef02d47e1be967f2448c6438b53cbac (patch) | |
tree | d5955a0f99e2e4b6d189f4fc466e0b90a59f82d6 /UPDATING | |
parent | 1c3882eba2f7b755e6a2bae7de6988a761cada8d (diff) |
add math/metis4 to math/Makefile; update math/metis to 5.0.2; add appropriate
CONFLICTS, LATEST_LINK, and PORTSCOUT; adjust dependent ports; explicitly
note the restrictive license of the metis ports (while here, append the MPI port to
*DEPENDS in math/parmetis, rather than using an assignment)
PR: 169578
Notes
Notes:
svn path=/head/; revision=300666
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -5,6 +5,20 @@ 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. +20120709: + AFFECTS: users of math/metis + AUTHOR: bf@FreeBSD.org + + The older version of metis has been moved to math/metis4, and + math/metis has been updated to 5.0.2. Dependent ports still use + the old API, and the different versions of metis cannot coexist, so + most users should update with: + + # portmaster -o math/metis4 math/metis + # portmaster -r math/metis4 + + or the equivalent. + 20120702: AFFECTS: users of databases/couchdb AUTHOR: crees@FreeBSD.org, Adam Strohl <adams-ports@ateamsystems.com> |