diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ekiga3/Makefile | 4 | ||||
-rw-r--r-- | net/gtk-vnc/Makefile | 4 | ||||
-rw-r--r-- | net/openldap23-server/Makefile | 4 | ||||
-rw-r--r-- | net/openldap24-server/Makefile | 6 | ||||
-rw-r--r-- | net/samba4-devel/Makefile | 4 |
5 files changed, 11 insertions, 11 deletions
diff --git a/net/ekiga3/Makefile b/net/ekiga3/Makefile index 7b201f5230b3..da6e27a648ff 100644 --- a/net/ekiga3/Makefile +++ b/net/ekiga3/Makefile @@ -7,7 +7,7 @@ PORTNAME= ekiga3 PORTVERSION= 3.2.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net MASTER_SITES= http://www.ekiga.org/admin/downloads/latest/sources/ekiga_${PORTVERSION}/ DISTNAME= ekiga-${PORTVERSION} @@ -75,7 +75,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4 .if defined(WITH_LDAP) USE_OPENLDAP= yes -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 CONFIGURE_ARGS+= --enable-ldap --with-ldap-dir="${LOCALBASE}" --with-libsasl2-dir="${LOCALBASE}" .else CONFIGURE_ARGS+= --disable-ldap diff --git a/net/gtk-vnc/Makefile b/net/gtk-vnc/Makefile index b7af9a3c6065..4bef5653e573 100644 --- a/net/gtk-vnc/Makefile +++ b/net/gtk-vnc/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-vnc PORTVERSION= 0.3.10 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net gnome MASTER_SITES= GNOME @@ -16,7 +16,7 @@ COMMENT= VNC viewer widget for GTK+ LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ gcrypt.18:${PORTSDIR}/security/libgcrypt \ - sasl2.2:${PORTSDIR}/security/cyrus-sasl2 \ + sasl2:${PORTSDIR}/security/cyrus-sasl2 \ gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext USE_GNOME= pygtk2 gnomehack diff --git a/net/openldap23-server/Makefile b/net/openldap23-server/Makefile index ff155c039171..e9fb371abd8a 100644 --- a/net/openldap23-server/Makefile +++ b/net/openldap23-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= openldap DISTVERSION= 2.3.43 -PORTREVISION= 1 +PORTREVISION= 2 PORTREVISION= ${OPENLDAP_PORTREVISION} CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ @@ -139,7 +139,7 @@ CONFIGURE_ARGS= --with-threads=posix \ --enable-dynamic .if defined(WITH_SASL) && !defined(WITHOUT_SASL) -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 CONFIGURE_ARGS+= --with-cyrus-sasl .else CONFIGURE_ARGS+= --without-cyrus-sasl diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index c6b48ff546d1..c7b84c7774af 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/Makefile @@ -42,8 +42,8 @@ WANT_OPENLDAP_VER?= 24 BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER} .endif -PORTREVISION_CLIENT= 0 -PORTREVISION_SERVER= 0 +PORTREVISION_CLIENT= 1 +PORTREVISION_SERVER= 1 OPENLDAP_SHLIB_MAJOR= 8 OPTIONS_DEFINE= SASL FETCH @@ -172,7 +172,7 @@ CONFIGURE_ARGS+= --without-fetch .endif .if ${PORT_OPTIONS:MSASL} -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 CONFIGURE_ARGS+= --with-cyrus-sasl .else CONFIGURE_ARGS+= --without-cyrus-sasl diff --git a/net/samba4-devel/Makefile b/net/samba4-devel/Makefile index 95fc7b0dc2b0..f0123a7976dc 100644 --- a/net/samba4-devel/Makefile +++ b/net/samba4-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME?= ${SAMBA_PORTNAME} PORTVERSION?= ${SAMBA_VERSION} -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SAMBA} MASTER_SITE_SUBDIR= samba/samba4 @@ -78,7 +78,7 @@ LIB_DEPENDS+= execinfo.1:${PORTSDIR}/devel/libexecinfo # BLKID LIB_DEPENDS+= blkid.1:${PORTSDIR}/misc/e2fsprogs-libblkid # SASL -LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2 # tdb LIB_DEPENDS+= tdb.1:${PORTSDIR}/databases/tdb CONFIGURE_ARGS+= --enable-external-libtdb |