Index: head/databases/memcached/Makefile =================================================================== --- head/databases/memcached/Makefile (revision 411525) +++ head/databases/memcached/Makefile (revision 411526) @@ -1,80 +1,79 @@ # Created by: Sean Chittenden # $FreeBSD$ PORTNAME= memcached -PORTVERSION= 1.4.24 -PORTREVISION= 2 +PORTVERSION= 1.4.25 CATEGORIES= databases MASTER_SITES= http://www.memcached.org/files/ \ GOOGLE_CODE \ GENTOO MAINTAINER= swills@FreeBSD.org COMMENT= High-performance distributed memory object cache system LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 CONFLICTS= memcached-1.2* # Dtrace option disabled until it is fixed upstream OPTIONS_DEFINE= SASL DOCS DTRACE OPTIONS_DEFAULT= SASL DOCS DTRACE_DESC= Enable dtrace probes SASL_DESC= Enable SASL Authentication USE_RC_SUBR= memcached SUB_LIST+= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX} USES= cpe shebangfix autoreconf:build USE_AUTOTOOLS= aclocal SHEBANG_FILES= scripts/memcached-tool USE_CSTD= c99 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libevent=${LOCALBASE} \ --program-prefix= \ --disable-coverage DTRACE_CONFIGURE_ENABLE= dtrace SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/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 .if ${PORT_OPTIONS:MDTRACE} BROKEN= DTRACE broken with gcc/clang - reported upstream .endif .if ${PORT_OPTIONS:MDOCS} BUILD_DEPENDS= xml2rfc:${PORTSDIR}/textproc/xml2rfc .endif post-install: ${INSTALL_SCRIPT} ${WRKSRC}/scripts/memcached-tool ${STAGEDIR}${PREFIX}/bin .if ${PORT_OPTIONS:MDOCS} @${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 .endif regression-test: test test: build ${MAKE} -C ${WRKSRC} test .include Index: head/databases/memcached/distinfo =================================================================== --- head/databases/memcached/distinfo (revision 411525) +++ head/databases/memcached/distinfo (revision 411526) @@ -1,2 +1,2 @@ -SHA256 (memcached-1.4.24.tar.gz) = 08a426c504ecf64633151eec1058584754d2f54e62e5ed2d6808559401617e55 -SIZE (memcached-1.4.24.tar.gz) = 354917 +SHA256 (memcached-1.4.25.tar.gz) = f058437b3c224d321919a9a6bb4e3eedb2312ed718c0caf087ff2f04ab795dda +SIZE (memcached-1.4.25.tar.gz) = 359709 Index: head/databases/memcached/files/patch-items.c =================================================================== --- head/databases/memcached/files/patch-items.c (revision 411525) +++ head/databases/memcached/files/patch-items.c (nonexistent) @@ -1,10 +0,0 @@ ---- items.c.orig 2015-10-27 17:57:02 UTC -+++ items.c -@@ -1138,7 +1138,6 @@ static item *crawler_crawl_q(item *it) { - item **head, **tail; - assert(it->it_flags == 1); - assert(it->nbytes == 0); -- assert(it->slabs_clsid < LARGEST_ID); - head = &heads[it->slabs_clsid]; - tail = &tails[it->slabs_clsid]; - Property changes on: head/databases/memcached/files/patch-items.c ___________________________________________________________________ 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