svn commit: r386979 - head/net/rubygem-amq-client

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu May 21 21:26:27 UTC 2015


Author: sunpoet
Date: Thu May 21 21:26:25 2015
New Revision: 386979
URL: https://svnweb.freebsd.org/changeset/ports/386979

Log:
  - Update to 1.0.4
  - Add LICENSE
  - Reformat pkg-descr
  - Take maintainership
  
  Changes:	https://github.com/ruby-amqp/amq-client/commits/master

Modified:
  head/net/rubygem-amq-client/Makefile
  head/net/rubygem-amq-client/distinfo
  head/net/rubygem-amq-client/pkg-descr

Modified: head/net/rubygem-amq-client/Makefile
==============================================================================
--- head/net/rubygem-amq-client/Makefile	Thu May 21 21:26:21 2015	(r386978)
+++ head/net/rubygem-amq-client/Makefile	Thu May 21 21:26:25 2015	(r386979)
@@ -2,14 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	amq-client
-PORTVERSION=	1.0.2
+PORTVERSION=	1.0.4
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Fully-featured, low-level AMQP 0.9.1 client in Ruby
 
-RUN_DEPENDS=	rubygem-amq-protocol>=0.9.0:${PORTSDIR}/net/rubygem-amq-protocol \
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-amq-protocol>=1.9.0:${PORTSDIR}/net/rubygem-amq-protocol \
 		rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine
 
 USE_RUBY=	yes

Modified: head/net/rubygem-amq-client/distinfo
==============================================================================
--- head/net/rubygem-amq-client/distinfo	Thu May 21 21:26:21 2015	(r386978)
+++ head/net/rubygem-amq-client/distinfo	Thu May 21 21:26:25 2015	(r386979)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/amq-client-1.0.2.gem) = cb78fe80d15f6fde7631fe1dbea8bd7dcac596c791762a654bf67985040519de
-SIZE (rubygem/amq-client-1.0.2.gem) = 76288
+SHA256 (rubygem/amq-client-1.0.4.gem) = 45a1161b8501f3955d9e45547666a5c1f534517255b2dc5d3d8f4c478ee6bfdf
+SIZE (rubygem/amq-client-1.0.4.gem) = 75776

Modified: head/net/rubygem-amq-client/pkg-descr
==============================================================================
--- head/net/rubygem-amq-client/pkg-descr	Thu May 21 21:26:21 2015	(r386978)
+++ head/net/rubygem-amq-client/pkg-descr	Thu May 21 21:26:25 2015	(r386979)
@@ -1,10 +1,10 @@
-amq-client is a fully-featured, low-level AMQP 0.9.1 client that
-runs on Ruby 1.8.7, 1.9.2, REE, Rubinius and JRuby.
+amq-client is a fully-featured, low-level AMQP 0.9.1 client that runs on Ruby
+1.8.7, 1.9.2, REE, Rubinius and JRuby.
 
-It's sweet spot is in serving as foundation for higher-level, more
-opinionated AMQP libraries.
+It's sweet spot is in serving as foundation for higher-level, more opinionated
+AMQP libraries.
 
-It can be used directly by applications code when performance and access
-to advanced AMQP protocol features is more important that API convenience.
+It can be used directly by applications code when performance and access to
+advanced AMQP protocol features is more important that API convenience.
 
 WWW: https://github.com/ruby-amqp/amq-client


More information about the svn-ports-all mailing list