1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

databases/pecl-mongo: Update version 1.6.6=>1.6.8

- Update patch files 'make makepatch' compatible
This commit is contained in:
Muhammad Moinur Rahman 2015-05-22 15:39:52 +00:00
parent 83ab0f310c
commit 154d2f9586
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387027
3 changed files with 7 additions and 7 deletions

View File

@ -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-

View File

@ -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

View File

@ -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 <sys/types.h>
# include <stdint.h>
# include <sys/types.h>
# include <netinet/in.h>
# include <netinet/tcp.h>