Bug 181587 - [MAINTAINER] net/rubygem-bunny: update to 0.10.4
Summary: [MAINTAINER] net/rubygem-bunny: update to 0.10.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-27 18:10 UTC by renchap
Modified: 2013-12-09 19:40 UTC (History)
0 users

See Also:


Attachments
rubygem-bunny-0.10.4.patch (812 bytes, patch)
2013-08-27 18:10 UTC, renchap
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description renchap 2013-08-27 18:10:00 UTC
- Update to 0.10.4

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-27 18:10:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-09 18:55:16 UTC
Responsible Changed
From-To: ruby->sunpoet

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-12-09 19:31:32 UTC
Author: sunpoet
Date: Mon Dec  9 19:31:21 2013
New Revision: 336026
URL: http://svnweb.freebsd.org/changeset/ports/336026

Log:
  - Update to 0.10.8
  - While I'm here:
    - Add LICENSE
    - Support STAGEDIR
  
  Changes:	https://github.com/ruby-amqp/bunny/blob/0.10.x-stable/ChangeLog.md
  PR:		ports/181587
  Submitted by:	Renaud Chaput <renchap@cocoa-x.com> (maintainer)

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

Modified: head/net/rubygem-bunny/Makefile
==============================================================================
--- head/net/rubygem-bunny/Makefile	Mon Dec  9 19:31:16 2013	(r336025)
+++ head/net/rubygem-bunny/Makefile	Mon Dec  9 19:31:21 2013	(r336026)
@@ -2,18 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	bunny
-PORTVERSION=	0.9.7
+PORTVERSION=	0.10.8
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	renchap@cocoa-x.com
 COMMENT=	Another synchronous Ruby AMQP client
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-amq-protocol>=1.6.0:${PORTSDIR}/net/rubygem-amq-protocol
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/rubygem-bunny/distinfo
==============================================================================
--- head/net/rubygem-bunny/distinfo	Mon Dec  9 19:31:16 2013	(r336025)
+++ head/net/rubygem-bunny/distinfo	Mon Dec  9 19:31:21 2013	(r336026)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/bunny-0.9.7.gem) = ceaa4c3cf325e62a89fd2346d2279548ca0a3d9757e536afc663b8f1bd401fb7
-SIZE (rubygem/bunny-0.9.7.gem) = 158720
+SHA256 (rubygem/bunny-0.10.8.gem) = 12382aaea0b352dbbeaef8a7c0e7a27f9727004d875c24d4afdd5ad3427cc9cc
+SIZE (rubygem/bunny-0.10.8.gem) = 164352
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-09 19:37:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!