Created attachment 167024 [details] Patch for update to v1.1.0 Update to v1.1.0.
Created attachment 167028 [details] Update to v1.1.0 + add spport for SCRAM-SHA-1.
Created attachment 167029 [details] Update to v1.1.0 + add support for SCRAM-SHA-1.
A commit references this bug: Author: rakuco Date: Fri Feb 19 16:50:22 UTC 2016 New revision: 409191 URL: https://svnweb.freebsd.org/changeset/ports/409191 Log: Update to 1.1.0. Add support (enabled by default) for SCRAM-SHA1. PR: 207211 Submitted by: Simun Mikecin <numisemis@yahoo.com> (maintainer) Changes: head/devel/mongo-cxx-driver/Makefile head/devel/mongo-cxx-driver/distinfo
I've committed a slightly different version: * Your patch has a new file, Makefile~, which should not have been there. * I've removed the empty line between OPTION_DEFINE and OPTION_DEFAULT they're usually declared without one.