svn commit: r409191 - head/devel/mongo-cxx-driver

Raphael Kubo da Costa rakuco at FreeBSD.org
Fri Feb 19 16:50:23 UTC 2016


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 <numisemis at yahoo.com> (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


More information about the svn-ports-all mailing list