aboutsummaryrefslogtreecommitdiff
path: root/databases/mongodb/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-07-20 09:21:03 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-07-20 09:21:03 +0000
commitee7b50bc8addebc46b27f99488b0f2c3a2ef6b94 (patch)
tree3728c363e1d50445be60feec07d1ccbc35f38519 /databases/mongodb/Makefile
parentf798f38e74524473f2413ef060593a25aa20fb0f (diff)
downloadports-2017Q2.tar.gz
ports-2017Q2.zip
MFH: r4462502017Q2
databases/mongodb: unbreak with clang >= 4.0 Convert ptr > 0 to ptr != 0. As semantics are similar no need for PORTREVISION bump. PR: 216213 220857 Submitted by: tobik (based on) Approved by: maintainer timeout (4 months) + portmgr blanket Obtained from: upstream (still under APACHE-2.0) Approved by: ports-secteam blanket
Notes
Notes: svn path=/branches/2017Q2/; revision=446253
Diffstat (limited to 'databases/mongodb/Makefile')
-rw-r--r--databases/mongodb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/mongodb/Makefile b/databases/mongodb/Makefile
index 9b2883cf6775..820b0917e2b6 100644
--- a/databases/mongodb/Makefile
+++ b/databases/mongodb/Makefile
@@ -7,6 +7,9 @@ CATEGORIES= databases net
MASTER_SITES= http://downloads.mongodb.org/src/
DISTNAME= ${PORTNAME}-src-r${PORTVERSION}
+PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME:S|db$||}/commit/
+PATCHFILES= 0ee4735ab8fb.patch:-p1
+
MAINTAINER= ale@FreeBSD.org
COMMENT= NOSQL distributed document-oriented database