aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2012-12-10 15:10:02 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2012-12-10 15:10:02 +0000
commitdda3fab6a50d589e03e7af3d4a1d7e541b25dd1d (patch)
tree1711a4de2edde9b0137e76902f860ab891c4f0ac /databases
parente879bf0e28bd8041b3bf436362433c7fc9f35a9c (diff)
downloadports-dda3fab6a50d589e03e7af3d4a1d7e541b25dd1d.tar.gz
ports-dda3fab6a50d589e03e7af3d4a1d7e541b25dd1d.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/cyrus-imspd/Makefile3
-rw-r--r--databases/libmemcached/Makefile6
-rw-r--r--databases/memcached12/Makefile4
3 files changed, 7 insertions, 6 deletions
diff --git a/databases/cyrus-imspd/Makefile b/databases/cyrus-imspd/Makefile
index ffb7421143f5..098d5ae19a8a 100644
--- a/databases/cyrus-imspd/Makefile
+++ b/databases/cyrus-imspd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cyrus-imspd
PORTVERSION= 1.8
+PORTREVISION= 1
CATEGORIES= databases mail
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
http://ftp.kfki.hu/packages/mail/cyrus/
@@ -15,7 +16,7 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= The cyrus IMSP (Internet Message Support Protocol) server
-LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
+LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2
GNU_CONFIGURE= YES
CPPFLAGS+= -I${LOCALBASE}/include
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
diff --git a/databases/memcached12/Makefile b/databases/memcached12/Makefile
index 583b1b6ae7e3..120a49b88a28 100644
--- a/databases/memcached12/Makefile
+++ b/databases/memcached12/Makefile
@@ -7,7 +7,7 @@
PORTNAME= memcached
PORTVERSION= 1.2.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
${MASTER_SITE_GENTOO}
@@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --enable-replication --disable-threads
.endif
.if ${PORT_OPTIONS:MSASL}
-LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
+LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
CONFIGURE_ARGS+= --enable-sasl
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib