Index: head/databases/memcached/Makefile =================================================================== --- head/databases/memcached/Makefile (revision 463355) +++ head/databases/memcached/Makefile (revision 463356) @@ -1,86 +1,86 @@ # Created by: Sean Chittenden # $FreeBSD$ PORTNAME= memcached -PORTVERSION= 1.5.5 +PORTVERSION= 1.5.6 CATEGORIES= databases MASTER_SITES= http://www.memcached.org/files/ \ GENTOO MAINTAINER= swills@FreeBSD.org COMMENT= High-performance distributed memory object cache system LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libevent.so:devel/libevent CONFLICTS= memcached-1.2* USES= cpe shebangfix autoreconf SHEBANG_FILES= scripts/memcached-tool USE_RC_SUBR= memcached SUB_LIST+= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX} USE_CSTD= c99 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libevent=${LOCALBASE} \ --program-prefix= \ --disable-coverage # Dtrace option disabled until it is fixed upstream OPTIONS_DEFINE= SASL DOCS DTRACE OPTIONS_DEFAULT= SASL DTRACE .if !exists(/usr/sbin/dtrace) OPTIONS_EXCLUDE+= DTRACE .endif OPTIONS_EXCLUDE_FreeBSD_10+= DTRACE OPTIONS_EXCLUDE_i386= DTRACE # ld(1) fails to link probes: Relocations in generic ELF (EM: 0) OPTIONS_EXCLUDE_aarch64= DTRACE DTRACE_DESC= Enable dtrace probes SASL_DESC= Enable SASL Authentication DOCS_BUILD_DEPENDS= xml2rfc:textproc/xml2rfc DOCS_CONFIGURE_ENABLE= docs DTRACE_CONFIGURE_ENABLE= dtrace SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SASL_CONFIGURE_ENABLE= sasl SASL_CFLAGS= -I${LOCALBASE}/include SASL_CPPFLAGS+= ${CFLAGS} SASL_LDFLAGS= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes .include .if ${ARCH} == amd64 CONFIGURE_ARGS+= --enable-64bit .endif # avoid triggering a bug in libdtrace, see illumos issue 6653 .if ${PORT_OPTIONS:MDTRACE} CFLAGS+= -no-integrated-as .endif post-install: ${INSTALL_SCRIPT} ${WRKSRC}/scripts/memcached-tool ${STAGEDIR}${PREFIX}/bin post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in protocol-binary-range.txt protocol-binary.txt protocol.txt \ readme.txt threads.txt ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}${DOCSDIR} .endfor regression-test: test test: build ${MAKE} -C ${WRKSRC} test .include Index: head/databases/memcached/distinfo =================================================================== --- head/databases/memcached/distinfo (revision 463355) +++ head/databases/memcached/distinfo (revision 463356) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518786272 -SHA256 (memcached-1.5.5.tar.gz) = e2c466222debe39ad8d451d4d691493a0c655b6b3f5d06c456b2c0d8e17e07ed -SIZE (memcached-1.5.5.tar.gz) = 449297 +TIMESTAMP = 1519944014 +SHA256 (memcached-1.5.6.tar.gz) = 9675ee859d7d81f7a950f190a6812720b26f08228d356044ec517d4d5af25f03 +SIZE (memcached-1.5.6.tar.gz) = 452038 Index: head/databases/memcached/files/patch-memcached_dtrace.d =================================================================== --- head/databases/memcached/files/patch-memcached_dtrace.d (revision 463355) +++ head/databases/memcached/files/patch-memcached_dtrace.d (nonexistent) @@ -1,24 +0,0 @@ ---- memcached_dtrace.d.orig 2017-08-27 18:22:57 UTC -+++ memcached_dtrace.d -@@ -111,19 +111,15 @@ provider memcached { - * Fired when a new item has been inserted. - * @param key the key just inserted - * @param keylen length of the key -- * @param nokeys the total number of keys currently stored, -- * including the key for which insert was called. - */ -- probe assoc__insert(const char *key, int keylen, int nokeys); -+ probe assoc__insert(const char *key, int keylen); - - /** - * Fired when a new item has been removed. - * @param key the key just deleted - * @param keylen length of the key -- * @param nokeys the total number of keys currently stored, -- * excluding the key for which delete was called. - */ -- probe assoc__delete(const char *key, int keylen, int nokeys); -+ probe assoc__delete(const char *key, int keylen); - - /** - * Fired when an item is linked into the cache. Property changes on: head/databases/memcached/files/patch-memcached_dtrace.d ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property