aboutsummaryrefslogtreecommitdiffstats
path: root/databases/libmemcached
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2012-12-10 23:10:02 +0800
committerume <ume@FreeBSD.org>2012-12-10 23:10:02 +0800
commit886362b435efd5cd2fc5da47ff8c10cab261fa2d (patch)
tree1711a4de2edde9b0137e76902f860ab891c4f0ac /databases/libmemcached
parent3770519c2e71753c34d5314e36371f7ec02835d5 (diff)
downloadfreebsd-ports-gnome-886362b435efd5cd2fc5da47ff8c10cab261fa2d.tar.gz
freebsd-ports-gnome-886362b435efd5cd2fc5da47ff8c10cab261fa2d.tar.zst
freebsd-ports-gnome-886362b435efd5cd2fc5da47ff8c10cab261fa2d.zip
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
Diffstat (limited to 'databases/libmemcached')
-rw-r--r--databases/libmemcached/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/libmemcached/Makefile b/databases/libmemcached/Makefile
index 84cee660550a..d2c8581c0462 100644
--- a/databases/libmemcached/Makefile
+++ b/databases/libmemcached/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libmemcached
PORTVERSION= 1.0.7
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/
@@ -27,8 +27,8 @@ CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -lexecinfo"
.include <bsd.port.pre.mk>
-.if exists(${LOCALBASE}/lib/libsasl.so.2)
-LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
+.if exists(${LOCALBASE}/lib/libsasl.so.3)
+LIB_DEPENDS+= sasl2.3:${PORTSDIR}/security/cyrus-sasl2
.endif
.if ${OSVERSION} < 800000