svn commit: r485760 - head/databases/mongodb34

Antoine Brodin antoine at FreeBSD.org
Sat Nov 24 11:47:23 UTC 2018


Author: antoine
Date: Sat Nov 24 11:47:22 2018
New Revision: 485760
URL: https://svnweb.freebsd.org/changeset/ports/485760

Log:
  Revert r485756, using an ssl version different from the default one is bad
  
  With hat:	portmgr

Modified:
  head/databases/mongodb34/Makefile

Modified: head/databases/mongodb34/Makefile
==============================================================================
--- head/databases/mongodb34/Makefile	Sat Nov 24 11:43:44 2018	(r485759)
+++ head/databases/mongodb34/Makefile	Sat Nov 24 11:47:22 2018	(r485760)
@@ -3,6 +3,7 @@
 PORTNAME=	mongodb
 DISTVERSIONPREFIX=	r
 DISTVERSION=	3.4.16
+PORTREVISION=	1
 CATEGORIES=	databases net
 MASTER_SITES=	https://fastdl.mongodb.org/src/ \
 		http://fastdl.mongodb.org/src/ \
@@ -10,7 +11,7 @@ MASTER_SITES=	https://fastdl.mongodb.org/src/ \
 PKGNAMESUFFIX=	${PORTVERSION:R:S/.//}
 DISTNAME=	mongodb-src-${DISTVERSIONPREFIX}${DISTVERSION}
 
-MAINTAINER=	ronald-lists at klop.ws
+MAINTAINER=	eric at camachat.org
 COMMENT=	Distributed document-oriented "NoSQL" database
 
 # mongodb is AGPLv3, C++ driver is APACHE20
@@ -54,10 +55,8 @@ OPTIONS_DEFAULT=	SASL SSL
 SASL_LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2
 SASL_MAKE_ARGS=		--use-sasl-client
 
-SSL_BUILD_DEPENDS=	${LOCALBASE}/lib/libcrypto.so:security/openssl
-SSL_RUN_DEPENDS=	${LOCALBASE}/lib/libcrypto.so:security/openssl
+SSL_USES=	ssl
 SSL_MAKE_ARGS=	--ssl
-SSL_MAKE_ENV=	OPENSSL_ROOT_DIR=${LOCALBASE}
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list