aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorTom Judge <tj@FreeBSD.org>2013-05-19 16:06:17 +0000
committerTom Judge <tj@FreeBSD.org>2013-05-19 16:06:17 +0000
commit2318c9e66b424d380ccf00b602ce5c3eae148dcb (patch)
tree78c2ff08565f92749dcfa142f6d4a25a602aaa32 /UPDATING
parenta8ce71a14aea382287ac578cdc4c0b17701a06d6 (diff)
downloadports-2318c9e66b424d380ccf00b602ce5c3eae148dcb.tar.gz
ports-2318c9e66b424d380ccf00b602ce5c3eae148dcb.zip
Update to 5.8.0.
This upgrade switches the required JVM to 1.7. Changes: http://activemq.apache.org/activemq-580-release.html
Notes
Notes: svn path=/head/; revision=318541
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 7e1fbb2264d9..363e65514108 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,14 @@ 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.
+20130519:
+ AFFECTS: users of net/activemq
+ AUTHOR: tj@FreeBSD.org
+
+ The JVM used by activemq has changed to OpenJDK 7. You will need to
+ make sure javavmwrapper is configured to use the installed
+ java/openjdk7 JVM.
+
20130512:
AFFECTS: users of devel/hs-git-annex
AUTHOR: haskell@FreeBSD.org