- Fix build Port maintainer (loic-freebsd@loicp.eu) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->ruby ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
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
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: ruby->swills I'll take it.
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"
State Changed From-To: feedback->closed Committed. Thanks!