svn commit: r387027 - in head/databases/pecl-mongo: . files
Muhammad Moinur Rahman
bofh at FreeBSD.org
Fri May 22 15:39:54 UTC 2015
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 <sys/types.h>
# include <stdint.h>
+ # include <sys/types.h>
# include <netinet/in.h>
- # include <netinet/tcp.h>
More information about the svn-ports-all
mailing list