diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2013-10-05 18:35:40 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2013-10-05 18:35:40 +0000 |
commit | 1ba51ef48f5994d9875866f9724eaad67cd3defd (patch) | |
tree | c7306fc61c1c23271af119612cf43c492b7aa269 | |
parent | 2bd232e0604d727574047f26b0b26557131463c7 (diff) | |
download | ports-1ba51ef48f5994d9875866f9724eaad67cd3defd.tar.gz ports-1ba51ef48f5994d9875866f9724eaad67cd3defd.zip |
Notes
-rw-r--r-- | mail/cyrus-imapd2/Makefile | 5 | ||||
-rw-r--r-- | mail/cyrus-imapd22/Makefile | 5 | ||||
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 5 | ||||
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 5 |
4 files changed, 8 insertions, 12 deletions
diff --git a/mail/cyrus-imapd2/Makefile b/mail/cyrus-imapd2/Makefile index a00d0c9d86f5..56c0b77e16a1 100644 --- a/mail/cyrus-imapd2/Makefile +++ b/mail/cyrus-imapd2/Makefile @@ -7,6 +7,7 @@ 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/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/cyrus-mail/&,} +PKGNAMESUFFIX= 21 PATCH_SITES= http://www.mahoroba.org/~ume/ipv6/ \ http://home.jp.FreeBSD.org/~ume/ipv6/ @@ -18,9 +19,7 @@ COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2 BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend -CONFLICTS= cyrus-1.* cyrus-imapd-2.[^1].* - -LATEST_LINK= ${PORTNAME}2 +CONFLICTS= cyrus-1.* cyrus-imapd-2.[^1].* cyrus-imapd2[^1]-2.[^1].* PERLMAN= ${SITE_PERL_REL:S/site_perl\///} diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index 8fa6bf037e1a..3b5f2413b0bd 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/Makefile @@ -7,15 +7,14 @@ 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/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/cyrus-mail/&,} +PKGNAMESUFFIX= 22 MAINTAINER= ume@FreeBSD.org COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2 -CONFLICTS= cyrus-1.* cyrus-imapd-2.[^2].* - -LATEST_LINK= ${PORTNAME}22 +CONFLICTS= cyrus-1.* cyrus-imapd-2.[^2].* cyrus-imapd2[^2]-2.[^2].* PERLMAN= ${SITE_PERL_REL:S/site_perl\///} diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index d5bafb8f39a8..c51763cc9ce1 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -5,6 +5,7 @@ PORTVERSION= 2.3.18 PORTREVISION= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ +PKGNAMESUFFIX= 23 MAINTAINER= ume@FreeBSD.org COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols @@ -16,9 +17,7 @@ LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \ libpcre.so:${PORTSDIR}/devel/pcre BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 -CONFLICTS= cyrus-1.* cyrus-imapd-2.[^3].* - -LATEST_LINK= ${PORTNAME}23 +CONFLICTS= cyrus-1.* cyrus-imapd-2.[^3].* cyrus-imapd2[^3]-2.[^3].* PERLMAN= ${SITE_PERL_REL:S/site_perl\///} diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index 499e0f1cb2c0..746249bd5774 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -6,6 +6,7 @@ PORTREVISION= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ \ http://cyrusimap.org/releases/ +PKGNAMESUFFIX= 24 MAINTAINER= ume@FreeBSD.org COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols @@ -16,9 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \ libpcre.so:${PORTSDIR}/devel/pcre -CONFLICTS= cyrus-1.* cyrus-imapd-2.[^4].* - -LATEST_LINK= ${PORTNAME}24 +CONFLICTS= cyrus-1.* cyrus-imapd-2.[^4].* cyrus-imapd2[^4]-2.[^4].* PERLMAN= ${SITE_PERL_REL:S/site_perl\///} |