diff options
author | vanilla <vanilla@FreeBSD.org> | 2011-08-02 09:34:43 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2011-08-02 09:34:43 +0800 |
commit | 410670a3e25ad48181f103483d442fed089220fb (patch) | |
tree | 85544085cf86c422bc171d6b63b775dcae7cfd11 /databases/libmemcached | |
parent | 85d588a86340c55e47debe053c9adb4fe7c2ae8f (diff) | |
download | freebsd-ports-gnome-410670a3e25ad48181f103483d442fed089220fb.tar.gz freebsd-ports-gnome-410670a3e25ad48181f103483d442fed089220fb.tar.zst freebsd-ports-gnome-410670a3e25ad48181f103483d442fed089220fb.zip |
Upgrade to 0.51.
Diffstat (limited to 'databases/libmemcached')
-rw-r--r-- | databases/libmemcached/Makefile | 4 | ||||
-rw-r--r-- | databases/libmemcached/distinfo | 4 | ||||
-rw-r--r-- | databases/libmemcached/files/patch-libtest__test.h | 10 | ||||
-rw-r--r-- | databases/libmemcached/pkg-plist | 9 |
4 files changed, 11 insertions, 16 deletions
diff --git a/databases/libmemcached/Makefile b/databases/libmemcached/Makefile index 1833c3eb587c..e5a68e9081da 100644 --- a/databases/libmemcached/Makefile +++ b/databases/libmemcached/Makefile @@ -6,8 +6,8 @@ # PORTNAME= libmemcached -PORTVERSION= 0.49 -PORTREVISION= 1 +PORTVERSION= 0.51 +PORTREVISION= 0 CATEGORIES= databases MASTER_SITES= http://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/ diff --git a/databases/libmemcached/distinfo b/databases/libmemcached/distinfo index 5afe5240b24d..902ccf5e7c22 100644 --- a/databases/libmemcached/distinfo +++ b/databases/libmemcached/distinfo @@ -1,2 +1,2 @@ -SHA256 (libmemcached-0.49.tar.gz) = ff79e14417758b6fb02d697f89f8db5327c0f30185c11c420a62ff1f4849acc4 -SIZE (libmemcached-0.49.tar.gz) = 910361 +SHA256 (libmemcached-0.51.tar.gz) = aa144280a2ace846da8166b9beffbcbc88e28a01c8895b9acf671e8f327ce3f2 +SIZE (libmemcached-0.51.tar.gz) = 916491 diff --git a/databases/libmemcached/files/patch-libtest__test.h b/databases/libmemcached/files/patch-libtest__test.h deleted file mode 100644 index 097aa11637b8..000000000000 --- a/databases/libmemcached/files/patch-libtest__test.h +++ /dev/null @@ -1,10 +0,0 @@ ---- libtest/test.h.orig 2011-04-05 14:27:17.000000000 +0800 -+++ libtest/test.h 2011-05-23 20:40:44.000000000 +0800 -@@ -46,6 +46,7 @@ - - #include <stdio.h> - #include <stdlib.h> -+#include <string.h> - #include <stdint.h> - - #if !defined(__cplusplus) diff --git a/databases/libmemcached/pkg-plist b/databases/libmemcached/pkg-plist index bc087e7f8467..35f284cec92c 100644 --- a/databases/libmemcached/pkg-plist +++ b/databases/libmemcached/pkg-plist @@ -14,6 +14,7 @@ include/libhashkit/configure.h include/libhashkit/digest.h include/libhashkit/function.h include/libhashkit/hashkit.h +include/libhashkit/hashkit.hpp include/libhashkit/strerror.h include/libhashkit/str_algorithm.h include/libhashkit/types.h @@ -22,6 +23,7 @@ include/libmemcached/allocators.h include/libmemcached/analyze.h include/libmemcached/array.h include/libmemcached/auto.h +include/libmemcached/basic_string.h include/libmemcached/behavior.h include/libmemcached/callback.h include/libmemcached/configure.h @@ -40,15 +42,16 @@ include/libmemcached/memcached.hpp include/libmemcached/memcached_util.h include/libmemcached/memcached/protocol_binary.h include/libmemcached/memcached/vbucket.h +include/libmemcached/namespace.h include/libmemcached/options.h include/libmemcached/parse.h -include/libmemcached/prefix_key.h include/libmemcached/platform.h include/libmemcached/protocol_handler.h include/libmemcached/protocol/cache.h include/libmemcached/protocol/callback.h include/libmemcached/quit.h include/libmemcached/result.h +include/libmemcached/return.h include/libmemcached/sasl.h include/libmemcached/server.h include/libmemcached/server_list.h @@ -58,6 +61,8 @@ include/libmemcached/strerror.h include/libmemcached/string.h include/libmemcached/types.h include/libmemcached/util.h +include/libmemcached/util/flush.h +include/libmemcached/util/pid.h include/libmemcached/util/ping.h include/libmemcached/util/pool.h include/libmemcached/util/version.h @@ -70,7 +75,7 @@ lib/libhashkit.so lib/libhashkit.so.1 lib/libmemcached.la lib/libmemcached.so -lib/libmemcached.so.7 +lib/libmemcached.so.8 lib/libmemcachedprotocol.la lib/libmemcachedprotocol.so lib/libmemcachedprotocol.so.0 |