Created attachment 160130 [details] git patch for net/rubygem={amq-protocol,bunny } This is a combined patch as bunny depends on amqp. Dependency info for other amqp-based gems may not be correct in the Makefile, but AFAICT no other gems need updating. # dependencies $ pkg info -r net/rubygem-amq-protocol net/rubygem-bunny rubygem-amq-protocol-2.0.0: rubygem-bunny-2.1.0 rubygem-bunny-2.1.0: $ pkg info -d net/rubygem-amq-protocol net/rubygem-bunny rubygem-amq-protocol-2.0.0: ruby-2.1.6,1 ruby21-gems-2.4.8 rubygem-bunny-2.1.0: rubygem-amq-protocol-2.0.0 ruby-2.1.6,1 ruby21-gems-2.4.8 # portlint "looks fine" for both. # poudriere http://pkg.skunkwerks.at/poudriere/build.html?mastername=10_2_amd64-default&build=2015-08-18_09h26m49s # patch https://github.com/dch/freebsd-ports/commit/6239dd7.patch
Created attachment 160881 [details] combined git patch for net/rubygem={amq-protocol,bunny} updated because bunny 2.2.0 was released. # portlint looks fine # poudriere http://pkg.skunkwerks.at/poudriere/build.html?mastername=10_2_amd64-default&build=2015-09-09_22h02m01s # patch see https://github.com/dch/freebsd-ports/commit/bc13ee7.patch (latest commit in https://github.com/dch/freebsd-ports/tree/bunny )
A commit references this bug: Author: sunpoet Date: Thu Sep 17 17:15:30 UTC 2015 New revision: 397195 URL: https://svnweb.freebsd.org/changeset/ports/397195 Log: - Update to 2.2.0 Changes: https://github.com/ruby-amqp/bunny/blob/master/ChangeLog.md PR: 202508 Submitted by: Dave Cottlehuber <dch@skunkwerks.at> Approved by: maintainer (timeout, 4 weeks) Changes: head/net/rubygem-bunny/Makefile head/net/rubygem-bunny/distinfo
Committed. Thanks!