Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jul 2013 00:31:35 GMT
From:      Steve Wills <swills@freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        loic-freebsd@loicp.eu
Subject:   ports/180140: [PATCH] net/rubygem-amqp-utils: Fix Build
Message-ID:  <201307010031.r610VZW0056177@meatwad.mouf.net>
Resent-Message-ID: <201307010040.r610e0rL037639@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180140
>Category:       ports
>Synopsis:       [PATCH] net/rubygem-amqp-utils: Fix Build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 01 00:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #5 r251046: Tue May 28 22:52:00 UTC
>Description:
- Fix build

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

Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- rubygem-amqp-utils-0.5.1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 322108)
+++ Makefile	(working copy)
@@ -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 @@
 		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
Index: files/patch-versions
===================================================================
--- files/patch-versions	(revision 0)
+++ files/patch-versions	(working copy)
@@ -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: |-

Property changes on: files/patch-versions
___________________________________________________________________
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
--- rubygem-amqp-utils-0.5.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307010031.r610VZW0056177>