svn commit: r451706 - head/databases/memcached
Luca Pizzamiglio
pizzamig at FreeBSD.org
Tue Oct 10 15:30:34 UTC 2017
Author: pizzamig
Date: Tue Oct 10 15:30:33 2017
New Revision: 451706
URL: https://svnweb.freebsd.org/changeset/ports/451706
Log:
databases/memcached: Update to version 1.5.2
While I'm here, reoredr some variables in the Makefile
Reviewed by: swills (maintainer)
Approved by: lme (mentor)
Sponsored by: trivago N.V.
Differential Revision: https://reviews.freebsd.org/D12602
Modified:
head/databases/memcached/Makefile
head/databases/memcached/distinfo
Modified: head/databases/memcached/Makefile
==============================================================================
--- head/databases/memcached/Makefile Tue Oct 10 14:23:34 2017 (r451705)
+++ head/databases/memcached/Makefile Tue Oct 10 15:30:33 2017 (r451706)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= memcached
-PORTVERSION= 1.5.0
+PORTVERSION= 1.5.2
CATEGORIES= databases
MASTER_SITES= http://www.memcached.org/files/ \
GENTOO
@@ -17,6 +17,18 @@ 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
@@ -32,18 +44,6 @@ OPTIONS_EXCLUDE_aarch64= DTRACE
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
-SHEBANG_FILES= scripts/memcached-tool
-
-USE_CSTD= c99
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-libevent=${LOCALBASE} \
- --program-prefix= \
- --disable-coverage
DOCS_BUILD_DEPENDS= xml2rfc:textproc/xml2rfc
DOCS_CONFIGURE_ENABLE= docs
Modified: head/databases/memcached/distinfo
==============================================================================
--- head/databases/memcached/distinfo Tue Oct 10 14:23:34 2017 (r451705)
+++ head/databases/memcached/distinfo Tue Oct 10 15:30:33 2017 (r451706)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1501131196
-SHA256 (memcached-1.5.0.tar.gz) = c001f812024bb461b5e4d7d0506daab63dff9614eea26f46536c3b7e1e601c32
-SIZE (memcached-1.5.0.tar.gz) = 404327
+TIMESTAMP = 1507278097
+SHA256 (memcached-1.5.2.tar.gz) = 9ac93113bdb5d037e79c61277386564ac2e5e31d49e594f11e554e4c149b7245
+SIZE (memcached-1.5.2.tar.gz) = 407715
More information about the svn-ports-head
mailing list