svn commit: r397195 - head/net/rubygem-bunny

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 17 17:15:30 UTC 2015


Author: sunpoet
Date: Thu Sep 17 17:15:28 2015
New Revision: 397195
URL: https://svnweb.freebsd.org/changeset/ports/397195

Log:
  - Update to 2.2.0
  
  Changes:	https://github.com/ruby-amqp/bunny/blob/master/ChangeLog.md
  PR:		202508
  Submitted by:	Dave Cottlehuber <dch at skunkwerks.at>
  Approved by:	maintainer (timeout, 4 weeks)

Modified:
  head/net/rubygem-bunny/Makefile
  head/net/rubygem-bunny/distinfo

Modified: head/net/rubygem-bunny/Makefile
==============================================================================
--- head/net/rubygem-bunny/Makefile	Thu Sep 17 17:15:24 2015	(r397194)
+++ head/net/rubygem-bunny/Makefile	Thu Sep 17 17:15:28 2015	(r397195)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bunny
-PORTVERSION=	1.7.0
+PORTVERSION=	2.2.0
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +11,7 @@ COMMENT=	Another synchronous Ruby AMQP c
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-amq-protocol>=1.9.2:${PORTSDIR}/net/rubygem-amq-protocol
+RUN_DEPENDS=	rubygem-amq-protocol>=2.0.0:${PORTSDIR}/net/rubygem-amq-protocol
 
 NO_ARCH=	yes
 

Modified: head/net/rubygem-bunny/distinfo
==============================================================================
--- head/net/rubygem-bunny/distinfo	Thu Sep 17 17:15:24 2015	(r397194)
+++ head/net/rubygem-bunny/distinfo	Thu Sep 17 17:15:28 2015	(r397195)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/bunny-1.7.0.gem) = 889b3bb5b173d8ce16ec7d96cd72ccd742a3e31eaaf0f0336b762cec1f0bf806
-SIZE (rubygem/bunny-1.7.0.gem) = 181248
+SHA256 (rubygem/bunny-2.2.0.gem) = 901b9e4ccac2edc7b1e08ca63083e519410b46a0c8d23438a6be6570be8282f1
+SIZE (rubygem/bunny-2.2.0.gem) = 183808


More information about the svn-ports-all mailing list