diff options
author | swills <swills@FreeBSD.org> | 2014-07-16 00:46:57 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-07-16 00:46:57 +0800 |
commit | fc663a6275e8b22ea2b106470db0d66f5ff43e1b (patch) | |
tree | f5c396db5f0542d88651eadc188c8a43618b51e5 /databases/memcached | |
parent | b88f4cf247c2a0e92dcafc891bc066468186ea51 (diff) | |
download | freebsd-ports-gnome-fc663a6275e8b22ea2b106470db0d66f5ff43e1b.tar.gz freebsd-ports-gnome-fc663a6275e8b22ea2b106470db0d66f5ff43e1b.tar.zst freebsd-ports-gnome-fc663a6275e8b22ea2b106470db0d66f5ff43e1b.zip |
databases/memcached: update to 1.4.20, other cleanups while here
Note the dtrace option still fails to build, this has been reported upstream.
PR: 191835
Submitted by: Marc Peters <marc@mpeters.org>
Diffstat (limited to 'databases/memcached')
-rw-r--r-- | databases/memcached/Makefile | 10 | ||||
-rw-r--r-- | databases/memcached/distinfo | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile index 377f881b06d6..371fe4913a89 100644 --- a/databases/memcached/Makefile +++ b/databases/memcached/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= memcached -PORTVERSION= 1.4.17 -PORTREVISION= 2 +PORTVERSION= 1.4.20 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ ${MASTER_SITE_GENTOO} @@ -21,12 +20,16 @@ CONFLICTS= memcached-1.2* # Dtrace option disabled until it is fixed upstream OPTIONS_DEFINE= 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= shebangfix +SHEBANG_FILES= scripts/memcached-tool + USE_CSTD= c99 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libevent=${LOCALBASE}/lib/event2 --program-prefix= \ @@ -44,7 +47,7 @@ CFLAGS+= -fstack-protector \ -I${LOCALBASE}/include/event2/compat \ -I${LOCALBASE}/include -DTRACE_COFNIGURE_ENABLE= dtrace +DTRACE_CONFIGURE_ENABLE= dtrace SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 SASL_CONFIGURE_ENABLE= sasl @@ -72,7 +75,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}${DOCSDIR} .endfor - regression-test: test test: build ${MAKE} -C ${WRKSRC} test diff --git a/databases/memcached/distinfo b/databases/memcached/distinfo index 11277c8bfb7a..f87c1ee43486 100644 --- a/databases/memcached/distinfo +++ b/databases/memcached/distinfo @@ -1,2 +1,2 @@ -SHA256 (memcached-1.4.17.tar.gz) = d9173ef6d99ba798c982ea4566cb4f0e64eb23859fdbf9926a89999d8cdc0458 -SIZE (memcached-1.4.17.tar.gz) = 326970 +SHA256 (memcached-1.4.20.tar.gz) = 25d121408eed0b1522308ff3520819b130f04ba0554c68a673af23a915a54018 +SIZE (memcached-1.4.20.tar.gz) = 337380 |