svn commit: r386977 - head/net/rubygem-amq-protocol
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu May 21 21:26:18 UTC 2015
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 at FreeBSD.org
+MAINTAINER= sunpoet at 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
More information about the svn-ports-all
mailing list