From owner-svn-ports-branches@freebsd.org Wed Nov 2 05:28:30 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04669C2A029; Wed, 2 Nov 2016 05:28:30 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C0DB158F; Wed, 2 Nov 2016 05:28:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA25SSLk031269; Wed, 2 Nov 2016 05:28:28 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA25SSQH031267; Wed, 2 Nov 2016 05:28:28 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201611020528.uA25SSQH031267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 2 Nov 2016 05:28:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425110 - in branches/2016Q4/databases/memcached: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2016 05:28:30 -0000 Author: swills Date: Wed Nov 2 05:28:28 2016 New Revision: 425110 URL: https://svnweb.freebsd.org/changeset/ports/425110 Log: MFH: r425108 databases/memcached: Update to version 1.4.33 PR: 213416 Submitted by: luca.pizzamiglio@gmail.com (with modifications) Relnotes: https://github.com/memcached/memcached/wiki/ReleaseNotes1433 Security: f4bf713f-6ac7-4b76-8980-47bf90c5419f Approved by: portmgr (swills) Deleted: branches/2016Q4/databases/memcached/files/patch-thread.c Modified: branches/2016Q4/databases/memcached/Makefile branches/2016Q4/databases/memcached/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/databases/memcached/Makefile ============================================================================== --- branches/2016Q4/databases/memcached/Makefile Wed Nov 2 05:27:38 2016 (r425109) +++ branches/2016Q4/databases/memcached/Makefile Wed Nov 2 05:28:28 2016 (r425110) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= memcached -PORTVERSION= 1.4.25 +PORTVERSION= 1.4.33 CATEGORIES= databases MASTER_SITES= http://www.memcached.org/files/ \ GENTOO @@ -27,8 +27,7 @@ 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 +USES= cpe shebangfix autoreconf SHEBANG_FILES= scripts/memcached-tool USE_CSTD= c99 @@ -37,6 +36,8 @@ CONFIGURE_ARGS= --with-libevent=${LOCALB --program-prefix= \ --disable-coverage +DOCS_BUILD_DEPENDS= xml2rfc:textproc/xml2rfc + DTRACE_CONFIGURE_ENABLE= dtrace SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 @@ -57,19 +58,15 @@ CONFIGURE_ARGS+= --enable-64bit BROKEN= DTRACE broken with gcc/clang - reported upstream .endif -.if ${PORT_OPTIONS:MDOCS} -BUILD_DEPENDS= xml2rfc:textproc/xml2rfc -.endif - post-install: ${INSTALL_SCRIPT} ${WRKSRC}/scripts/memcached-tool ${STAGEDIR}${PREFIX}/bin -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR} + +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 -.endif regression-test: test test: build Modified: branches/2016Q4/databases/memcached/distinfo ============================================================================== --- branches/2016Q4/databases/memcached/distinfo Wed Nov 2 05:27:38 2016 (r425109) +++ branches/2016Q4/databases/memcached/distinfo Wed Nov 2 05:28:28 2016 (r425110) @@ -1,2 +1,3 @@ -SHA256 (memcached-1.4.25.tar.gz) = f058437b3c224d321919a9a6bb4e3eedb2312ed718c0caf087ff2f04ab795dda -SIZE (memcached-1.4.25.tar.gz) = 359709 +TIMESTAMP = 1478061979 +SHA256 (memcached-1.4.33.tar.gz) = 83726c8d68258c56712373072abb25a449c257398075a39ec0867fd8ba69771d +SIZE (memcached-1.4.33.tar.gz) = 389813