diff options
author | ume <ume@FreeBSD.org> | 2012-12-10 23:10:02 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2012-12-10 23:10:02 +0800 |
commit | 886362b435efd5cd2fc5da47ff8c10cab261fa2d (patch) | |
tree | 1711a4de2edde9b0137e76902f860ab891c4f0ac /mail | |
parent | 3770519c2e71753c34d5314e36371f7ec02835d5 (diff) | |
download | freebsd-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 'mail')
-rw-r--r-- | mail/avenger/Makefile | 3 | ||||
-rw-r--r-- | mail/cyrus-imapd2/Makefile | 9 | ||||
-rw-r--r-- | mail/cyrus-imapd22/Makefile | 9 | ||||
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 11 | ||||
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 2 | ||||
-rw-r--r-- | mail/exim/Makefile | 3 | ||||
-rw-r--r-- | mail/hotwayd/Makefile | 3 | ||||
-rw-r--r-- | mail/libetpan/Makefile | 3 | ||||
-rw-r--r-- | mail/mail-notification/Makefile | 2 | ||||
-rw-r--r-- | mail/meta1/Makefile | 1 | ||||
-rw-r--r-- | mail/mutt/Makefile | 3 | ||||
-rw-r--r-- | mail/nmh/Makefile | 3 | ||||
-rw-r--r-- | mail/postfix-current/Makefile | 3 | ||||
-rw-r--r-- | mail/postfix/Makefile | 3 | ||||
-rw-r--r-- | mail/postfix26/Makefile | 3 | ||||
-rw-r--r-- | mail/postfix27/Makefile | 3 | ||||
-rw-r--r-- | mail/postfix28/Makefile | 3 | ||||
-rw-r--r-- | mail/sendmail/Makefile | 3 |
18 files changed, 34 insertions, 36 deletions
diff --git a/mail/avenger/Makefile b/mail/avenger/Makefile index 80eddf2aa085..da74145ca6a7 100644 --- a/mail/avenger/Makefile +++ b/mail/avenger/Makefile @@ -13,6 +13,7 @@ PORTNAME= avenger PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.mailavenger.org/dist/ @@ -33,7 +34,7 @@ CONFIGURE_ENV= WFLAGS='-Wall' CONFIGURE_ARGS= --with-db=${LOCALBASE} .if defined(WITH_AVENGER_SASL2) -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 # Note, for version 0.7.2, the --enable-sasl=/... syntax is broken #CONFIGURE_ARGS+= --enable-sasl=${LOCALBASE} CONFIGURE_ARGS+= --enable-sasl diff --git a/mail/cyrus-imapd2/Makefile b/mail/cyrus-imapd2/Makefile index c888d7b59d2f..7d4235085bbc 100644 --- a/mail/cyrus-imapd2/Makefile +++ b/mail/cyrus-imapd2/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: cyrus-imapd -# Date created: Jan 4th 2001 -# Whom: ume@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= cyrus-imapd PORTVERSION= 2.1.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ http://www.transit.hanse.de/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ @@ -20,7 +15,7 @@ PATCHFILES= ${PORTNAME}-2.1.16-ipv6-20031121.diff.gz MAINTAINER= ume@FreeBSD.org COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols -LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2 BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend CONFLICTS= cyrus-1.* cyrus-imapd-2.[^1].* diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index a68c83997d8c..e3b648f0c835 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: cyrus-imapd -# Date created: Jan 4th 2001 -# Whom: ume@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= cyrus-imapd PORTVERSION= 2.2.13p1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ http://www.transit.hanse.de/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ @@ -16,7 +11,7 @@ MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ MAINTAINER= ume@FreeBSD.org COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols -LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2 CONFLICTS= cyrus-1.* cyrus-imapd-2.[^2].* diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index 28f51c0a81de..ca6a7a1bfbc7 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: cyrus-imapd -# Date created: Dec 10th 2005 -# Whom: ume@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= cyrus-imapd PORTVERSION= 2.3.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ @@ -17,8 +12,8 @@ COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYRIGHT -LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 \ - pcre.1:${PORTSDIR}/devel/pcre +LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2 \ + pcre:${PORTSDIR}/devel/pcre BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 CONFLICTS= cyrus-1.* cyrus-imapd-2.[^3].* diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index b21b0ca1f421..08ffc332ffa0 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -2,7 +2,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.4.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ \ http://cyrusimap.org/releases/ diff --git a/mail/exim/Makefile b/mail/exim/Makefile index dc47f425b656..e10306e480eb 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -7,6 +7,7 @@ PORTNAME= exim PORTVERSION?= ${EXIM_VERSION} +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_EXIM:S/$/:exim/} MASTER_SITE_SUBDIR= exim4/:exim @@ -334,7 +335,7 @@ SEDLIST+= -e 's,^\# (AUTH_SPA=),\1,' .endif .if defined(WITH_AUTH_SASL) -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 SEDLIST+= -e 's,^\# (AUTH_CYRUS_SASL=),\1,' \ -e 's,^\# (AUTH_LIBS=.*-lsasl2),\1,' .endif diff --git a/mail/hotwayd/Makefile b/mail/hotwayd/Makefile index b7536553e3c9..efa6b897cc8a 100644 --- a/mail/hotwayd/Makefile +++ b/mail/hotwayd/Makefile @@ -7,6 +7,7 @@ PORTNAME= hotwayd PORTVERSION= 0.8.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= SF @@ -15,7 +16,7 @@ MAINTAINER= john@jnielsen.net COMMENT= A Hotmail -> POP3 gateway LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - sasl2.2:${PORTSDIR}/security/cyrus-sasl2 + sasl2:${PORTSDIR}/security/cyrus-sasl2 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile index ab9f9c6e5a91..2e32042863e8 100644 --- a/mail/libetpan/Makefile +++ b/mail/libetpan/Makefile @@ -8,6 +8,7 @@ PORTNAME= libetpan PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= SF @@ -18,7 +19,7 @@ LICENSE= BSD LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ expat:${PORTSDIR}/textproc/expat2 \ - sasl2.2:${PORTSDIR}/security/cyrus-sasl2 + sasl2:${PORTSDIR}/security/cyrus-sasl2 USE_ICONV= yes USE_AUTOTOOLS= libtool autoconf diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index 07d1dcfc7945..4c621502a1f0 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -7,7 +7,7 @@ PORTNAME= mail-notification DISTVERSION= 5.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= mailnotify diff --git a/mail/meta1/Makefile b/mail/meta1/Makefile index 1eb93338a86e..0666b5a9bf56 100644 --- a/mail/meta1/Makefile +++ b/mail/meta1/Makefile @@ -2,6 +2,7 @@ PORTNAME= meta1 PORTVERSION= 1.0.0a.13.0 +PORTREVISION= 1 DISTVERSION= 1.0.Alpha13.0 CATEGORIES= mail ipv6 MASTER_SITES= http://www.MeTA1.org/download/.alpha/calist/ diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 6740b01b2d7b..f49c946e7563 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -124,6 +124,7 @@ PORTNAME= mutt PORTVERSION= 1.5.21 +PORTREVISION= 1 CATEGORIES+= mail ipv6 .if defined(WITH_MUTT_NNTP) CATEGORIES+= news @@ -321,7 +322,7 @@ CFLAGS+= -I${NCURSESINC} LIB_DEPENDS+= slang.2:${PORTSDIR}/devel/libslang2 .endif .if defined(WITH_MUTT_CYRUS_SASL2) -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 .endif .if exists(${LOCALBASE}/lib/libidn.so) && !defined(WITHOUT_MUTT_IDN) WITH_MUTT_IDN= yes diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index 58459269939a..6addc780943a 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -53,6 +53,7 @@ PORTNAME= nmh PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= nmh @@ -104,7 +105,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-utmpx .endif .if defined(WITH_SASL2) -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 CONFIGURE_ARGS+= --with-cyrus-sasl=${PREFIX} .endif diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 06787864635d..85f5602f19cc 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -7,6 +7,7 @@ PORTNAME= postfix DISTVERSION= 2.10-20121031 +PORTREVISION= 1 PORTEPOCH= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ @@ -126,7 +127,7 @@ POSTFIX_CCARGS+= -DNO_PCRE .endif .if defined(WITH_SASL2) -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt .endif diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index d626d4fc84fb..16fafa5140c2 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -7,6 +7,7 @@ PORTNAME= postfix PORTVERSION= 2.9.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -131,7 +132,7 @@ POSTFIX_CCARGS+= -DNO_PCRE .endif .if defined(WITH_SASL2) -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt .endif diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile index 78cc586edc8f..a640a442b816 100644 --- a/mail/postfix26/Makefile +++ b/mail/postfix26/Makefile @@ -7,6 +7,7 @@ PORTNAME= postfix PORTVERSION= 2.6.17 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -120,7 +121,7 @@ POSTFIX_CCARGS+= -DNO_PCRE .endif .if defined(WITH_SASL2) -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt .endif diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 4d7b106f1376..2af1cc84933c 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -7,6 +7,7 @@ PORTNAME= postfix PORTVERSION= 2.7.11 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -122,7 +123,7 @@ POSTFIX_CCARGS+= -DNO_PCRE .endif .if defined(WITH_SASL2) -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt .endif diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index b3825161477e..b81fcd432361 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -7,6 +7,7 @@ PORTNAME= postfix PORTVERSION= 2.8.12 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -133,7 +134,7 @@ POSTFIX_CCARGS+= -DNO_PCRE .endif .if defined(WITH_SASL2) -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt .endif diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index e3b6c22d6d33..da1cdb1ac5de 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -2,6 +2,7 @@ PORTNAME= sendmail PORTVERSION= 8.14.5 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/sendmail/&,} @@ -93,7 +94,7 @@ SENDMAIL_WITH_SASL2= yes .if defined(SENDMAIL_WITH_SASL2) SASL_SUFFIX?= +sasl2 CONFLICTS+= sendmail-ldap-8.* sendmail-sasl-8.* sendmail-tls-8.* -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 .if !defined(SENDMAIL_WITHOUT_SASLAUTHD) RUN_DEPENDS+= ${LOCALBASE}/sbin/saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd .endif |