mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.4.17
- Remove repcached patch as it seems defunct upstream PR: ports/185746 Submitted by: Marc Peters <marc@mpeters.org>
This commit is contained in:
parent
17bcd07e7b
commit
0213f9baf8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341659
2 changed files with 4 additions and 15 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= memcached
|
PORTNAME= memcached
|
||||||
PORTVERSION= 1.4.15
|
PORTVERSION= 1.4.17
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
|
||||||
${MASTER_SITE_GENTOO}
|
${MASTER_SITE_GENTOO}
|
||||||
|
@ -19,9 +19,8 @@ TEST_DEPENDS= prove:${PORTSDIR}/lang/${PERL_PORT} \
|
||||||
CONFLICTS= memcached-1.2*
|
CONFLICTS= memcached-1.2*
|
||||||
|
|
||||||
# Dtrace option disabled until it is fixed upstream
|
# Dtrace option disabled until it is fixed upstream
|
||||||
OPTIONS_DEFINE= REPCACHED SASL
|
OPTIONS_DEFINE= SASL
|
||||||
DTRACE_DESC= Enable dtrace probes
|
DTRACE_DESC= Enable dtrace probes
|
||||||
REPCACHED_DESC= Enable data replication feature
|
|
||||||
SASL_DESC= Enable SASL Authentication
|
SASL_DESC= Enable SASL Authentication
|
||||||
|
|
||||||
USE_RC_SUBR= memcached
|
USE_RC_SUBR= memcached
|
||||||
|
@ -59,14 +58,6 @@ CONFIGURE_ARGS+= --enable-dtrace
|
||||||
CONFIGURE_ARGS+= --disable-dtrace
|
CONFIGURE_ARGS+= --disable-dtrace
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MREPCACHED}
|
|
||||||
PATCH_SITES+= ${MASTER_SITE_LOCAL}
|
|
||||||
PATCH_SITE_SUBDIR= swills
|
|
||||||
PATCH_DIST_STRIP+= -p1
|
|
||||||
PATCHFILES+= repcached-2.3.1-${PORTVERSION}.patch.gz
|
|
||||||
CONFIGURE_ARGS+= --enable-replication
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MSASL} && !defined(WITHOUT_SASL)
|
.if ${PORT_OPTIONS:MSASL} && !defined(WITHOUT_SASL)
|
||||||
LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
|
||||||
CONFIGURE_ARGS+= --enable-sasl
|
CONFIGURE_ARGS+= --enable-sasl
|
||||||
|
|
|
@ -1,4 +1,2 @@
|
||||||
SHA256 (memcached-1.4.15.tar.gz) = 169721ab7a7531add6ae9f6b14b6b5641725fe0b1f0bdf5c3a4327725901e2b4
|
SHA256 (memcached-1.4.17.tar.gz) = d9173ef6d99ba798c982ea4566cb4f0e64eb23859fdbf9926a89999d8cdc0458
|
||||||
SIZE (memcached-1.4.15.tar.gz) = 324451
|
SIZE (memcached-1.4.17.tar.gz) = 326970
|
||||||
SHA256 (repcached-2.3.1-1.4.15.patch.gz) = e1dca82ace0be8e8fe64e1737276b6467abf7bf86b5c1e645835404770cfdbed
|
|
||||||
SIZE (repcached-2.3.1-1.4.15.patch.gz) = 19533
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue