Skip to content

Commit

Permalink
memcached: update to 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
l2dy committed Jun 4, 2018
1 parent 1430788 commit 401185b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions sysutils/memcached/Portfile
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup muniversal 1.0

name memcached
version 1.5.5
version 1.5.8
description A high performance, distributed memory object caching system.
long_description Memcached is a high-performance, distributed memory object \
caching system, generic in nature, but intended for use in \
Expand All @@ -18,8 +18,9 @@ installs_libs no
homepage http://memcached.org/
master_sites ${homepage}files/

checksums rmd160 050df73bed4af604cf2a6f516d17ef95c4f38ac1 \
sha256 e2c466222debe39ad8d451d4d691493a0c655b6b3f5d06c456b2c0d8e17e07ed
checksums rmd160 80a4bd4ceb53bfb6b86c8e420e6c2cad9a0e7183 \
sha256 7388c3989442a46d7e04e8ac2631464e9ce44d5114d79c41dd8780b4b186f6de \
size 459715

configure.args --with-libevent=${prefix} \
ac_cv_search_umem_cache_create=no \
Expand Down
6 changes: 3 additions & 3 deletions sysutils/memcached/files/patch-configure.diff
@@ -1,6 +1,6 @@
--- configure.orig 2017-11-04 21:53:37.000000000 +0000
+++ configure 2017-11-05 06:46:25.000000000 +0000
@@ -6551,7 +6551,7 @@
--- configure.orig 2018-05-25 09:35:49.000000000 +0000
+++ configure 2018-06-04 04:30:00.000000000 +0000
@@ -6640,7 +6640,7 @@
elif test "$GCC" = "yes"
then
GCC_VERSION=`$CC -dumpversion`
Expand Down

0 comments on commit 401185b

Please sign in to comment.