Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2015 21:26:17 +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: r386977 - head/net/rubygem-amq-protocol
Message-ID:  <201505212126.t4LLQHkH048065@svn.freebsd.org>

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

Log:
  - Update to 1.9.2
  - Add LICENSE
  - Reformat pkg-descr
  - Take maintainership
  
  Changes:	https://github.com/ruby-amqp/amq-protocol/blob/master/ChangeLog.md

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

Modified: head/net/rubygem-amq-protocol/Makefile
==============================================================================
--- head/net/rubygem-amq-protocol/Makefile	Thu May 21 21:26:12 2015	(r386976)
+++ head/net/rubygem-amq-protocol/Makefile	Thu May 21 21:26:16 2015	(r386977)
@@ -2,13 +2,15 @@
 # $FreeBSD$
 
 PORTNAME=	amq-protocol
-PORTVERSION=	1.6.0
+PORTVERSION=	1.9.2
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	AMQP serialization library for Ruby
 
+LICENSE=	MIT
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/net/rubygem-amq-protocol/distinfo
==============================================================================
--- head/net/rubygem-amq-protocol/distinfo	Thu May 21 21:26:12 2015	(r386976)
+++ head/net/rubygem-amq-protocol/distinfo	Thu May 21 21:26:16 2015	(r386977)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/amq-protocol-1.6.0.gem) = 05e2ab33c39588f04c96649fd4fb6c1c6295a7fabe18310db16e2555c93a4c7f
-SIZE (rubygem/amq-protocol-1.6.0.gem) = 41472
+SHA256 (rubygem/amq-protocol-1.9.2.gem) = 79e018cb1a3522967525973ae04d40884620e8d4adca02afeb710f00643a84be
+SIZE (rubygem/amq-protocol-1.9.2.gem) = 43520

Modified: head/net/rubygem-amq-protocol/pkg-descr
==============================================================================
--- head/net/rubygem-amq-protocol/pkg-descr	Thu May 21 21:26:12 2015	(r386976)
+++ head/net/rubygem-amq-protocol/pkg-descr	Thu May 21 21:26:16 2015	(r386977)
@@ -1,8 +1,6 @@
-amq-protocol is an AMQP 0.9.1 serialization library for Ruby.
-It is not an AMQP client: amq-protocol only handles
-serialization and deserialization.
+amq-protocol is an AMQP 0.9.1 serialization library for Ruby. It is not an AMQP
+client: amq-protocol only handles serialization and deserialization.
 
-If you want to write your own AMQP client, this gem can help
-you with that.
+If you want to write your own AMQP client, this gem can help you with that.
 
 WWW: https://github.com/ruby-amqp/amq-protocol



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