aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2012-07-09 19:11:44 +0800
committerbf <bf@FreeBSD.org>2012-07-09 19:11:44 +0800
commitdeed5e01fdd95315c9916898c4e4df970e927517 (patch)
treeb4e677a0a626001da519b1e8b0bf211afdcc1c7b /UPDATING
parentdb274a3231bbeb8a0d981e20555844539d52d4b4 (diff)
downloadfreebsd-ports-gnome-deed5e01fdd95315c9916898c4e4df970e927517.tar.gz
freebsd-ports-gnome-deed5e01fdd95315c9916898c4e4df970e927517.tar.zst
freebsd-ports-gnome-deed5e01fdd95315c9916898c4e4df970e927517.zip
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
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e26471a8248b..6410a03f70ed 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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>