From owner-svn-ports-head@FreeBSD.ORG Fri May 22 15:39:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15DD4AC2; Fri, 22 May 2015 15:39:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE9271561; Fri, 22 May 2015 15:39:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4MFdrGT092223; Fri, 22 May 2015 15:39:53 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4MFdrVA092218; Fri, 22 May 2015 15:39:53 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201505221539.t4MFdrVA092218@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Fri, 22 May 2015 15:39:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387027 - in head/databases/pecl-mongo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2015 15:39:54 -0000 Author: bofh Date: Fri May 22 15:39:52 2015 New Revision: 387027 URL: https://svnweb.freebsd.org/changeset/ports/387027 Log: databases/pecl-mongo: Update version 1.6.6=>1.6.8 - Update patch files 'make makepatch' compatible Modified: head/databases/pecl-mongo/Makefile head/databases/pecl-mongo/distinfo head/databases/pecl-mongo/files/patch-mcon_types.h Modified: head/databases/pecl-mongo/Makefile ============================================================================== --- head/databases/pecl-mongo/Makefile Fri May 22 15:22:47 2015 (r387026) +++ head/databases/pecl-mongo/Makefile Fri May 22 15:39:52 2015 (r387027) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mongo -PORTVERSION= 1.6.6 +PORTVERSION= 1.6.8 CATEGORIES= databases pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/databases/pecl-mongo/distinfo ============================================================================== --- head/databases/pecl-mongo/distinfo Fri May 22 15:22:47 2015 (r387026) +++ head/databases/pecl-mongo/distinfo Fri May 22 15:39:52 2015 (r387027) @@ -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 Modified: head/databases/pecl-mongo/files/patch-mcon_types.h ============================================================================== --- head/databases/pecl-mongo/files/patch-mcon_types.h Fri May 22 15:22:47 2015 (r387026) +++ head/databases/pecl-mongo/files/patch-mcon_types.h Fri May 22 15:39:52 2015 (r387027) @@ -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