Update to rabbitmq 1.8.0 The update will reset the old amnesia database, so it would be a good idea to put this in UPDATING: --- UPDATING.orig 2010-07-08 17:32:56.000000000 -0400 +++ UPDATING 2010-07-08 17:34:17.000000000 -0400 @@ -5,6 +5,16 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20100708: + AFFECTS: users of net/rabbitmq + AUTHOR: pneumann@gmail.com + + The database schema and the format in which persistent messages are + stored have both changed since the last release (1.7.2). When + starting, the RabbitMQ server will detect the existence of an old + database and will move it to a backup location, before creating a + fresh, empty database, and will log a warning. + 20100626: AFFECTS: users of japanese/ibus-mozc AUTHOR: daichi@FreeBSD.org Thanks! Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it.
wxs 2010-07-22 13:33:09 UTC FreeBSD ports repository Modified files: net/rabbitmq Makefile distinfo pkg-plist Added files: net/rabbitmq/files patch-rabbitmqctl Removed files: net/rabbitmq/files pkg-message.in Log: Update to 1.8.0 PR: ports/148456 Submitted by: Phillip <pneumann@gmail.com> (maintainer) Revision Changes Path 1.13 +4 -6 ports/net/rabbitmq/Makefile 1.7 +3 -3 ports/net/rabbitmq/distinfo 1.1 +20 -0 ports/net/rabbitmq/files/patch-rabbitmqctl (new) 1.2 +0 -16 ports/net/rabbitmq/files/pkg-message.in (dead) 1.8 +26 -5 ports/net/rabbitmq/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
wxs 2010-07-22 13:33:44 UTC FreeBSD ports repository Modified files: . UPDATING Log: Add a note about database change in new rabbitmq. PR: ports/148456 Submitted by: Phillip <pneumann@gmail.com> Revision Changes Path 1.948 +11 -1 ports/UPDATING _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!