Bug 162410 - [UPDATE] net/rabbitmq
Summary: [UPDATE] net/rabbitmq
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-09 19:00 UTC by Phillip N.
Modified: 2011-11-10 03:50 UTC (History)
0 users

See Also:


Attachments
file.diff (19.81 KB, patch)
2011-11-09 19:00 UTC, Phillip N.
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Phillip N. 2011-11-09 19:00:19 UTC
Update to version 2.7.0


New features in this release include:

 - order preserved of messages re-queued for a consumer
 - plugins are included in the main rabbitmq-server release, with a new
  command, rabbitmq-plugins, to enable and disable them
 - clients accept a new "amqp" URI scheme for connections
 - significant performance improvements to connection creation, durable
  queues, message storage, and large numbers of consumers
 - thread-safe Java client consumer callbacks


This version contains the main plugin, so you dont have to install them separate.
Just need to enable them via rabbitmq-plugins.

Thx!!!

Fix: Patch attached with submission follows:
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2011-11-10 00:59:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-11-10 03:42:18 UTC
clsung      2011-11-10 03:42:09 UTC

  FreeBSD ports repository

  Modified files:
    net/rabbitmq         Makefile distinfo pkg-plist 
  Log:
  Update to version 2.7.0
  
  New features in this release include:
  
  - order preserved of messages re-queued for a consumer
  - plugins are included in the main rabbitmq-server release, with a new
    command, rabbitmq-plugins, to enable and disable them
  - clients accept a new "amqp" URI scheme for connections
  - significant performance improvements to connection creation, durable
    queues, message storage, and large numbers of consumers
  - thread-safe Java client consumer callbacks
  
  This version contains the main plugin, so you dont have to install them separate.
  Just need to enable them via rabbitmq-plugins.
  
  PR:             ports/162410
  Submitted by:   maintainer (Phillip)
  
  Revision  Changes    Path
  1.27      +5 -3      ports/net/rabbitmq/Makefile
  1.15      +2 -2      ports/net/rabbitmq/distinfo
  1.15      +138 -105  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"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2011-11-10 03:43:42 UTC
State Changed
From-To: open->closed

Committed. Thank You.