From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 1 00:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F1DF1E76 for ; Mon, 1 Jul 2013 00:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D7EA011C4 for ; Mon, 1 Jul 2013 00:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r610e0ka037640 for ; Mon, 1 Jul 2013 00:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r610e0rL037639; Mon, 1 Jul 2013 00:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 1 Jul 2013 00:40:00 GMT Resent-Message-Id: <201307010040.r610e0rL037639@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D20B7E1D for ; Mon, 1 Jul 2013 00:31:48 +0000 (UTC) (envelope-from swills@mouf.net) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) by mx1.freebsd.org (Postfix) with ESMTP id 8276F119E for ; Mon, 1 Jul 2013 00:31:48 +0000 (UTC) Received: from meatwad.mouf.net (cpe-098-122-148-024.nc.res.rr.com [98.122.148.24]) by mouf.net (8.14.5/8.14.5) with ESMTP id r610Vbxb035960 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 1 Jul 2013 00:31:43 GMT (envelope-from swills@meatwad.mouf.net) Received: (from swills@localhost) by meatwad.mouf.net (8.14.7/8.14.5/Submit) id r610VZW0056177; Mon, 1 Jul 2013 00:31:35 GMT (envelope-from swills) Message-Id: <201307010031.r610VZW0056177@meatwad.mouf.net> Date: Mon, 1 Jul 2013 00:31:35 GMT From: Steve Wills To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/180140: [PATCH] net/rubygem-amqp-utils: Fix Build Cc: loic-freebsd@loicp.eu X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jul 2013 00:40:01 -0000 >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 -# +# Created by: Loic Pefferkorn # $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: