Bug 180140 - [PATCH] net/rubygem-amqp-utils: Fix Build
Summary: [PATCH] net/rubygem-amqp-utils: Fix Build
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-01 01:40 UTC by Steve Wills
Modified: 2013-07-19 17:00 UTC (History)
1 user (show)

See Also:


Attachments
rubygem-amqp-utils-0.5.1.patch (1.83 KB, patch)
2013-07-01 01:40 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills freebsd_committer freebsd_triage 2013-07-01 01:40:00 UTC
- Fix build

Port maintainer (loic-freebsd@loicp.eu) is cc'd.

Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-01 01:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-01 01:40:09 UTC
Maintainer of net/rubygem-amqp-utils,

Please note that PR ports/180140 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/180140

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-01 01:40:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Steve Wills freebsd_committer freebsd_triage 2013-07-11 20:46:00 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-07-19 16:50:16 UTC
Author: swills
Date: Fri Jul 19 15:50:08 2013
New Revision: 323310
URL: http://svnweb.freebsd.org/changeset/ports/323310

Log:
  - Fix build
  
  PR:		ports/180140
  Approved by:	maintainer timeout(loic-freebsd@loicp.eu, >2 weeks)

Added:
  head/net/rubygem-amqp-utils/files/
  head/net/rubygem-amqp-utils/files/patch-versions   (contents, props changed)
Modified:
  head/net/rubygem-amqp-utils/Makefile   (contents, props changed)

Modified: head/net/rubygem-amqp-utils/Makefile
==============================================================================
--- head/net/rubygem-amqp-utils/Makefile	Fri Jul 19 15:46:04 2013	(r323309)
+++ head/net/rubygem-amqp-utils/Makefile	Fri Jul 19 15:50:08 2013	(r323310)
@@ -1,7 +1,4 @@
-# Ports collection makefile for:        rubygem-amqp-utils
-# Date created:                         11 July 2011
-# Whom:                                 Loic Pefferkorn <loic-freebsd@loicp.eu>
-#
+# Created by: Loic Pefferkorn <loic-freebsd@loicp.eu>
 # $FreeBSD$
 
 PORTNAME=	amqp-utils
@@ -20,8 +17,6 @@ RUN_DEPENDS=	rubygem-amqp>=0.7.1:${PORTS
 		rubygem-msgpack>=0.4.5:${PORTSDIR}/devel/rubygem-msgpack \
 		rubygem-trollop>=1.16.2:${PORTSDIR}/devel/rubygem-trollop
 
-BROKEN=		bad dependencies
-
 USE_RUBY=		yes
 USE_RUBYGEMS=		yes
 RUBYGEM_AUTOPLIST=	yes

Added: head/net/rubygem-amqp-utils/files/patch-versions
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-amqp-utils/files/patch-versions	Fri Jul 19 15:50:08 2013	(r323310)
@@ -0,0 +1,27 @@
+--- amqp-utils-0.5.1.gemspec.orig	2013-07-01 00:25:29.435452053 +0000
++++ amqp-utils-0.5.1.gemspec	2013-07-01 00:25:54.044449653 +0000
+@@ -28,10 +28,9 @@
+       - !ruby/object:Gem::Version 
+         hash: 1
+         segments: 
+-        - 0
+-        - 7
+         - 1
+-        version: 0.7.1
++        - 0
++        version: 1.0.0
+   type: :runtime
+   version_requirements: *id001
+ - !ruby/object:Gem::Dependency 
+@@ -123,9 +122,9 @@
+         hash: 5
+         segments: 
+         - 0
+-        - 4
+         - 5
+-        version: 0.4.5
++        - 5
++        version: 0.5.5
+   type: :runtime
+   version_requirements: *id007
+ description: |-
_______________________________________________
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 6 Steve Wills freebsd_committer freebsd_triage 2013-07-19 16:50:26 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!