aboutsummaryrefslogtreecommitdiff
path: root/mail/imap-uw
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2003-07-22 22:25:27 +0000
committerAnders Nordby <anders@FreeBSD.org>2003-07-22 22:25:27 +0000
commit00c52ef0e36f47fd9ee8b5ed3d63fa3df024db31 (patch)
tree3e4e9aaa4cebbd512f8a3c80c7aca9a0515360ad /mail/imap-uw
parent8b3f348daa003ccc1e250a963a2d9b0ef09fe15b (diff)
downloadports-00c52ef0e36f47fd9ee8b5ed3d63fa3df024db31.tar.gz
ports-00c52ef0e36f47fd9ee8b5ed3d63fa3df024db31.zip
Update to imap-2002d.
PR: 54181 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes
Notes: svn path=/head/; revision=85399
Diffstat (limited to 'mail/imap-uw')
-rw-r--r--mail/imap-uw/Makefile3
-rw-r--r--mail/imap-uw/distinfo2
-rw-r--r--mail/imap-uw/files/patch-ai2
3 files changed, 3 insertions, 4 deletions
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 @@