Index: head/databases/pecl-mongo/Makefile =================================================================== --- head/databases/pecl-mongo/Makefile (revision 387026) +++ head/databases/pecl-mongo/Makefile (revision 387027) @@ -1,25 +1,25 @@ # Created by: wen # $FreeBSD$ PORTNAME= mongo -PORTVERSION= 1.6.6 +PORTVERSION= 1.6.8 CATEGORIES= databases pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= bofh@FreeBSD.org COMMENT= PECL classes for Mongo Database Driver LICENSE= APACHE20 BUILD_DEPENDS= re2c>=0.13.4:${PORTSDIR}/devel/re2c USES= tar:tgz USE_PHP= spl USE_PHP_BUILD= yes USE_PHPEXT= yes CONFIGURE_ARGS= --enable-mongo SUB_FILES= pkg-message .include Index: head/databases/pecl-mongo/distinfo =================================================================== --- head/databases/pecl-mongo/distinfo (revision 387026) +++ head/databases/pecl-mongo/distinfo (revision 387027) @@ -1,2 +1,2 @@ -SHA256 (PECL/mongo-1.6.6.tgz) = 8552b100231baf16e49c8d66a6ac064c36edc3172f6ab5a0ea924acc289eb0d8 -SIZE (PECL/mongo-1.6.6.tgz) = 207564 +SHA256 (PECL/mongo-1.6.8.tgz) = c7a2055e4fedb6ebb4aca1de41d11f11833d512e3b452c628695385d311c3c82 +SIZE (PECL/mongo-1.6.8.tgz) = 207879 Index: head/databases/pecl-mongo/files/patch-mcon_types.h =================================================================== --- head/databases/pecl-mongo/files/patch-mcon_types.h (revision 387026) +++ head/databases/pecl-mongo/files/patch-mcon_types.h (revision 387027) @@ -1,10 +1,10 @@ ---- mcon/types.h.orgi 2013-05-31 00:39:17.000000000 +0800 -+++ mcon/types.h 2013-05-31 00:40:39.000000000 +0800 -@@ -36,6 +36,7 @@ +--- mcon/types.h.orig 2015-05-11 20:59:21 UTC ++++ mcon/types.h +@@ -36,6 +36,7 @@ typedef unsigned __int64 uint64_t; # define va_copy(d,s) ((void)((d) = (s))) #endif #else +# include # include + # include # include - # include