Created attachment 162839 [details] patch v1 # changes - ensure that TLS sockets are not double-initialized - add :addresses to connect options with multiple ports - recover from connection.close by default # poudriere http://pkg.skunkwerks.at/poudriere/data/10_2_amd64-default/2015-11-06_07h31m49s/logs/rubygem-bunny-2.2.1.log # portlint looks fine. # pretty diff https://github.com/dch/freebsd-ports/tree/bunny
Thanks Dave In future feel free to just mention that the change passes QA, in a format similar to: * portlint: OK|WARN (<message>) * testport: OK (poudriere, <version>, <archs>, <options> tested) * unittest: OK (if the port/software has them)
For completeness: portlint is OK with the patch, and it passed `poudriere testport' on both 93i386 and 11amd64. I'm going to land it.
A commit references this bug: Author: rakuco Date: Sat Nov 21 20:23:05 UTC 2015 New revision: 402198 URL: https://svnweb.freebsd.org/changeset/ports/402198 Log: Update to 2.2.1. Upstream changes: - ensure that TLS sockets are not double-initialized - add :addresses to connect options with multiple ports - recover from connection.close by default PR: 204322 Submitted by: Dave Cottlehuber <dch@skunkwerks.at> Approved by: maintainer timeout (15 days) Changes: head/net/rubygem-bunny/Makefile head/net/rubygem-bunny/distinfo
Committed, thank you very much!
Assign to committer that resolved