Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2015 21:26:31 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386980 - head/net/rubygem-amqp
Message-ID:  <201505212126.t4LLQV4w048482@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu May 21 21:26:30 2015
New Revision: 386980
URL: https://svnweb.freebsd.org/changeset/ports/386980

Log:
  - Update to 1.5.0
  - Reformat pkg-descr
  - Update WWW
  - Take maintainership
  
  Changes:	https://github.com/ruby-amqp/amqp/blob/master/ChangeLog.md

Modified:
  head/net/rubygem-amqp/Makefile
  head/net/rubygem-amqp/distinfo
  head/net/rubygem-amqp/pkg-descr

Modified: head/net/rubygem-amqp/Makefile
==============================================================================
--- head/net/rubygem-amqp/Makefile	Thu May 21 21:26:25 2015	(r386979)
+++ head/net/rubygem-amqp/Makefile	Thu May 21 21:26:30 2015	(r386980)
@@ -2,15 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	amqp
-PORTVERSION=	1.0.2
+PORTVERSION=	1.5.0
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Implementation of the AMQP protocol for RabbitMQ clients
 
-RUN_DEPENDS=	rubygem-amq-client>=0.9.4:${PORTSDIR}/net/rubygem-amq-client \
-		rubygem-amq-protocol>=0.9.4:${PORTSDIR}/net/rubygem-amq-protocol \
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-amq-protocol>=1.9.2:${PORTSDIR}/net/rubygem-amq-protocol \
 		rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine
 
 USE_RUBY=	yes

Modified: head/net/rubygem-amqp/distinfo
==============================================================================
--- head/net/rubygem-amqp/distinfo	Thu May 21 21:26:25 2015	(r386979)
+++ head/net/rubygem-amqp/distinfo	Thu May 21 21:26:30 2015	(r386980)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/amqp-1.0.2.gem) = ed5aa5fd296d3a9296000677f666604428d5e3cb30970500b6eb8ddefc06a171
-SIZE (rubygem/amqp-1.0.2.gem) = 1159680
+SHA256 (rubygem/amqp-1.5.0.gem) = 0cc1bc1c2715dc5793d7dcbbc94c89b25cec71837e2ed53a4762812fb7e78c4a
+SIZE (rubygem/amqp-1.5.0.gem) = 1177088

Modified: head/net/rubygem-amqp/pkg-descr
==============================================================================
--- head/net/rubygem-amqp/pkg-descr	Thu May 21 21:26:25 2015	(r386979)
+++ head/net/rubygem-amqp/pkg-descr	Thu May 21 21:26:30 2015	(r386980)
@@ -1,7 +1,6 @@
-Simple asynchronous AMQP driver for Ruby/EventMachine.
-This library works with Ruby 1.8, Ruby 1.9, JRuby and Rubinius.
+Ruby amqp gem is a feature-rich, EventMachine-based RabbitMQ client with
+batteries included.
 
-This library was tested primarily with RabbitMQ, although it
-should be compatible with any server implementing the AMQP 0-8 spec.
+It implement AMQP 0.9.1 and support RabbitMQ extensions to AMQP 0.9.1.
 
-WWW: https://github.com/ruby-amqp/amqp
+WWW: http://rubyamqp.info/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505212126.t4LLQV4w048482>