diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-21 18:33:57 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-21 18:33:57 +0000 |
commit | 15542bb19fb1f49dac006e3e58458e67baf80f59 (patch) | |
tree | fcbef113bf8547ba1b9693d9bf39d4e9627eaf4f /net/rubygem-amq-protocol | |
parent | 3d9d92e8c57de54ebaad2053b75f12696b8a6eeb (diff) |
- Update to 2.0.1
- Add LICENSE_FILE
Changes: https://github.com/ruby-amqp/amq-protocol/commits/2.0.x-stable
Notes
Notes:
svn path=/head/; revision=404150
Diffstat (limited to 'net/rubygem-amq-protocol')
-rw-r--r-- | net/rubygem-amq-protocol/Makefile | 3 | ||||
-rw-r--r-- | net/rubygem-amq-protocol/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/rubygem-amq-protocol/Makefile b/net/rubygem-amq-protocol/Makefile index 8b21ea6b6669..1b473ad363c9 100644 --- a/net/rubygem-amq-protocol/Makefile +++ b/net/rubygem-amq-protocol/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= amq-protocol -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= AMQP serialization library for Ruby LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USE_RUBY= yes diff --git a/net/rubygem-amq-protocol/distinfo b/net/rubygem-amq-protocol/distinfo index 12cdd11eff2e..388558e8332f 100644 --- a/net/rubygem-amq-protocol/distinfo +++ b/net/rubygem-amq-protocol/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/amq-protocol-2.0.0.gem) = 13ffd60f8f41d986b522f4dabce1c9d97e248395998e358298d1dfe54943ef9b -SIZE (rubygem/amq-protocol-2.0.0.gem) = 43008 +SHA256 (rubygem/amq-protocol-2.0.1.gem) = fd5c0ef0f01c040529a6ddbc12cbdde3e40f63d5045c08b13a03f803df4ef6e6 +SIZE (rubygem/amq-protocol-2.0.1.gem) = 43008 |