aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2003-07-23 06:25:27 +0800
committeranders <anders@FreeBSD.org>2003-07-23 06:25:27 +0800
commit066f12669f1ca46090dbe3a94e2257fca0046cd4 (patch)
treec590367f17f7b9083c7eb87e156c897aae3e1987 /mail
parent409f37635c1bcf888f0a486ab45421444baf5751 (diff)
downloadfreebsd-ports-gnome-066f12669f1ca46090dbe3a94e2257fca0046cd4.tar.gz
freebsd-ports-gnome-066f12669f1ca46090dbe3a94e2257fca0046cd4.tar.zst
freebsd-ports-gnome-066f12669f1ca46090dbe3a94e2257fca0046cd4.zip
Update to imap-2002d.
PR: 54181 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'mail')
-rw-r--r--mail/cclient/Makefile3
-rw-r--r--mail/cclient/distinfo2
-rw-r--r--mail/imap-uw/Makefile3
-rw-r--r--mail/imap-uw/distinfo2
-rw-r--r--mail/imap-uw/files/patch-ai2
5 files changed, 5 insertions, 7 deletions
diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile
index bcfd3723ec36..a81a6a9a08bc 100644
--- a/mail/cclient/Makefile
+++ b/mail/cclient/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= cclient
-PORTVERSION= 2002c1
-PORTREVISION= 1
+PORTVERSION= 2002d
PORTEPOCH= 1
CATEGORIES= mail devel
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \
diff --git a/mail/cclient/distinfo b/mail/cclient/distinfo
index 3a2fdb6ca5d8..895eaea136ed 100644
--- a/mail/cclient/distinfo
+++ b/mail/cclient/distinfo
@@ -1 +1 @@
-MD5 (imap-2002c1.tar.Z) = 90c255dcf3ee373e3fb174ea5d820f4d
+MD5 (imap-2002d.tar.Z) = 64e82a195d21481fc4c54c4ed9fe0527
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index 2a2705b9ae66..2c5d8b9e023e 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= imap
-PORTVERSION= 2002c1
-PORTREVISION= 1
+PORTVERSION= 2002d
PORTEPOCH= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \
diff --git a/mail/imap-uw/distinfo b/mail/imap-uw/distinfo
index 3a2fdb6ca5d8..895eaea136ed 100644
--- a/mail/imap-uw/distinfo
+++ b/mail/imap-uw/distinfo
@@ -1 +1 @@
-MD5 (imap-2002c1.tar.Z) = 90c255dcf3ee373e3fb174ea5d820f4d
+MD5 (imap-2002d.tar.Z) = 64e82a195d21481fc4c54c4ed9fe0527
diff --git a/mail/imap-uw/files/patch-ai b/mail/imap-uw/files/patch-ai
index e4b67eb6edaf..4fe49c32a757 100644
--- a/mail/imap-uw/files/patch-ai
+++ b/mail/imap-uw/files/patch-ai
@@ -22,7 +22,7 @@
+extern char *getenv ();
+#endif /* DRAC_AUTH */
+
- char *version = "2003.337"; /* version number of this server */
+ char *version = "2003.338"; /* version number of this server */
time_t alerttime = 0; /* time of last alert */
time_t sysalerttime = 0; /* time of last system alert */
@@ -238,7 +249,50 @@