diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-04-26 15:04:24 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-04-26 15:04:24 +0000 |
commit | b126cfaf97984130108d2daf4d55db4317434883 (patch) | |
tree | fce71999c579aa1def7e88522fc645646f590fc8 /mail/cyrus-imapd2/Makefile | |
parent | fbdf4d763a58d5684f736c023277d77b55262052 (diff) | |
download | ports-b126cfaf97984130108d2daf4d55db4317434883.tar.gz ports-b126cfaf97984130108d2daf4d55db4317434883.zip |
Update IPv6 patch to 20030426.
Notes
Notes:
svn path=/head/; revision=79674
Diffstat (limited to 'mail/cyrus-imapd2/Makefile')
-rw-r--r-- | mail/cyrus-imapd2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cyrus-imapd2/Makefile b/mail/cyrus-imapd2/Makefile index ef2f31d355a5..469c6d10e3d2 100644 --- a/mail/cyrus-imapd2/Makefile +++ b/mail/cyrus-imapd2/Makefile @@ -7,14 +7,14 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.1.12 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/cyrus-mail/&,} PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/ -PATCHFILES= ${DISTNAME}-ipv6-20030204.diff.gz +PATCHFILES= ${DISTNAME}-ipv6-20030426.diff.gz MAINTAINER= ume@FreeBSD.org COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols |