diff options
author | tj <tj@FreeBSD.org> | 2012-10-26 22:07:37 +0800 |
---|---|---|
committer | tj <tj@FreeBSD.org> | 2012-10-26 22:07:37 +0800 |
commit | b1b589fbb3b285c89a8b812b163217c733818612 (patch) | |
tree | b2eb48b5127636f7be682cce7f668100072f31de /UPDATING | |
parent | da053be2ed0eab38a1b2f28ed1a6506b7f984335 (diff) | |
download | freebsd-ports-gnome-b1b589fbb3b285c89a8b812b163217c733818612.tar.gz freebsd-ports-gnome-b1b589fbb3b285c89a8b812b163217c733818612.tar.zst freebsd-ports-gnome-b1b589fbb3b285c89a8b812b163217c733818612.zip |
* Update to 5.6.0
* Remove legacy Makefile header
* Make user and group overridable
* Fix install to create data directory
* Move working data to /var/db/activemq
* Update required java version to 1.6+
* Add entry to updating for move of data directory.
* Take over maintainer
Changes: http://activemq.apache.org/new-features-in-56.html
Feature safe: yes
Approved by: g.veniamin@googlemail.com (maintainer)
Approved by: eadler (mentor)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. +20121025: + AFFECTS: users of net/activemq + AUTHOR: tj@FreeBSD.org + + After reinstalling the port if you wish to use the datastore used before + or have any undelivered persistant messages add the following to rc.conf + activemq_data=/usr/local/activemq + 20121022: AFFECTS: users of net/samba36 AUTHOR: timur@FreeBSD.org |