From owner-svn-ports-all@freebsd.org Fri Feb 19 16:50:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A38DAAE56F; Fri, 19 Feb 2016 16:50:23 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DA8E1AFA; Fri, 19 Feb 2016 16:50:23 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JGoMKV058463; Fri, 19 Feb 2016 16:50:22 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JGoMnr058461; Fri, 19 Feb 2016 16:50:22 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602191650.u1JGoMnr058461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 19 Feb 2016 16:50:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409191 - head/devel/mongo-cxx-driver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 16:50:23 -0000 Author: rakuco Date: Fri Feb 19 16:50:21 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 (maintainer) Modified: head/devel/mongo-cxx-driver/Makefile head/devel/mongo-cxx-driver/distinfo Modified: head/devel/mongo-cxx-driver/Makefile ============================================================================== --- head/devel/mongo-cxx-driver/Makefile Fri Feb 19 16:38:36 2016 (r409190) +++ head/devel/mongo-cxx-driver/Makefile Fri Feb 19 16:50:21 2016 (r409191) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mongo-cxx-driver -PORTVERSION= 1.0.5 +PORTVERSION= 1.1.0 DISTVERSIONPREFIX=v CATEGORIES= devel @@ -15,12 +15,19 @@ LIB_DEPENDS= libboost_system.so:${PORTSD MAKE_JOBS_UNSAFE= yes +OPTIONS_DEFINE= SCRAM-SHA-1 +OPTIONS_DEFAULT= SCRAM-SHA-1 + +SCRAM-SHA-1_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +SCRAM-SHA-1_MAKE_ARGS= --use-sasl-client --ssl +SCRAM-SHA-1_DESC= SCRAM-SHA-1 authentication mechanism support. + USE_GITHUB= yes GH_ACCOUNT= mongodb GH_PROJECT= mongo-cxx-driver -GH_TAGNAME= e849f94 +GH_TAGNAME= 4890f82 -WRKSRC= ${WRKDIR}/mongo-cxx-driver-e849f94 +WRKSRC= ${WRKDIR}/mongo-cxx-driver-4890f82 USES= execinfo scons MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ --cc=${CC} \ Modified: head/devel/mongo-cxx-driver/distinfo ============================================================================== --- head/devel/mongo-cxx-driver/distinfo Fri Feb 19 16:38:36 2016 (r409190) +++ head/devel/mongo-cxx-driver/distinfo Fri Feb 19 16:50:21 2016 (r409191) @@ -1,2 +1,2 @@ -SHA256 (mongodb-mongo-cxx-driver-v1.0.5-e849f94_GH0.tar.gz) = f3db90b238e89f3327efe675405b6446037ebf6a055094f71d190c582b19fdd1 -SIZE (mongodb-mongo-cxx-driver-v1.0.5-e849f94_GH0.tar.gz) = 1573851 +SHA256 (mongodb-mongo-cxx-driver-v1.1.0-4890f82_GH0.tar.gz) = 597ee554f82697b7e1e5e4be2fdd7889e22df0ff3857cec9edfc4bfeb3eed36b +SIZE (mongodb-mongo-cxx-driver-v1.1.0-4890f82_GH0.tar.gz) = 1573074