From ee7b50bc8addebc46b27f99488b0f2c3a2ef6b94 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Thu, 20 Jul 2017 09:21:03 +0000 Subject: MFH: r446250 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 --- databases/mongodb/Makefile | 3 +++ databases/mongodb/distinfo | 3 +++ 2 files changed, 6 insertions(+) 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 diff --git a/databases/mongodb/distinfo b/databases/mongodb/distinfo index bc6218e7724d..29a109219582 100644 --- a/databases/mongodb/distinfo +++ b/databases/mongodb/distinfo @@ -1,2 +1,5 @@ +TIMESTAMP = 1458576586 SHA256 (mongodb-src-r2.6.12.tar.gz) = 2dd51eabcfcd133573be74c0131c85b67764042833e7d94077e86adc0b9406dc SIZE (mongodb-src-r2.6.12.tar.gz) = 16462842 +SHA256 (0ee4735ab8fb.patch) = b5253813bd14c2453bbda01b7fdfc173a6ddf9c48e86d51545fb1c06af99ca79 +SIZE (0ee4735ab8fb.patch) = 4185 -- cgit v1.2.3