Bug 207211 - [MAINTAINER UPDATE] devel/mongo-cxx-driver: update to v1.1.0
Summary: [MAINTAINER UPDATE] devel/mongo-cxx-driver: update to v1.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Some People
Assignee: Raphael Kubo da Costa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-15 13:48 UTC by Šimun Mikecin
Modified: 2016-02-19 16:51 UTC (History)
2 users (show)

See Also:


Attachments
Patch for update to v1.1.0 (1.30 KB, patch)
2016-02-15 13:48 UTC, Šimun Mikecin
no flags Details | Diff
Update to v1.1.0 + add spport for SCRAM-SHA-1. (1.62 KB, patch)
2016-02-15 14:57 UTC, Šimun Mikecin
no flags Details | Diff
Update to v1.1.0 + add support for SCRAM-SHA-1. (2.76 KB, patch)
2016-02-15 14:59 UTC, Šimun Mikecin
rakuco: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Šimun Mikecin 2016-02-15 13:48:08 UTC
Created attachment 167024 [details]
Patch for update to v1.1.0

Update to v1.1.0.
Comment 1 Šimun Mikecin 2016-02-15 14:57:08 UTC
Created attachment 167028 [details]
Update to v1.1.0 + add spport for SCRAM-SHA-1.
Comment 2 Šimun Mikecin 2016-02-15 14:59:29 UTC
Created attachment 167029 [details]
Update to v1.1.0 + add support for SCRAM-SHA-1.
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-02-19 16:50:42 UTC
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
Comment 4 Raphael Kubo da Costa freebsd_committer freebsd_triage 2016-02-19 16:51:52 UTC
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.