Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jul 2017 09:14:17 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446250 - head/databases/mongodb
Message-ID:  <201707200914.v6K9EHjn037750@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Jul 20 09:14:16 2017
New Revision: 446250
URL: https://svnweb.freebsd.org/changeset/ports/446250

Log:
  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)

Modified:
  head/databases/mongodb/Makefile   (contents, props changed)
  head/databases/mongodb/distinfo   (contents, props changed)

Modified: head/databases/mongodb/Makefile
==============================================================================
--- head/databases/mongodb/Makefile	Thu Jul 20 09:13:28 2017	(r446249)
+++ head/databases/mongodb/Makefile	Thu Jul 20 09:14:16 2017	(r446250)
@@ -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
 

Modified: head/databases/mongodb/distinfo
==============================================================================
--- head/databases/mongodb/distinfo	Thu Jul 20 09:13:28 2017	(r446249)
+++ head/databases/mongodb/distinfo	Thu Jul 20 09:14:16 2017	(r446250)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707200914.v6K9EHjn037750>