aboutsummaryrefslogtreecommitdiff
path: root/mail/imap-uw
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2005-02-04 18:50:50 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2005-02-04 18:50:50 +0000
commit3f8a1c61dab1737254e683cd4437c5796503e932 (patch)
tree498cc6e1c9006b458b19cac1d4c71c17520a8165 /mail/imap-uw
parentc0a379585744a0ba4bfc21db19e8a3856fd95b4f (diff)
downloadports-3f8a1c61dab1737254e683cd4437c5796503e932.tar.gz
ports-3f8a1c61dab1737254e683cd4437c5796503e932.zip
Notes
Diffstat (limited to 'mail/imap-uw')
-rw-r--r--mail/imap-uw/Makefile2
-rw-r--r--mail/imap-uw/distinfo4
-rw-r--r--mail/imap-uw/files/patch-ah2
-rw-r--r--mail/imap-uw/files/patch-ai2
4 files changed, 5 insertions, 5 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index bb37abd016a3..3f800ac7af85 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= imap
-PORTVERSION= 2004a
+PORTVERSION= 2004c1
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \
diff --git a/mail/imap-uw/distinfo b/mail/imap-uw/distinfo
index 8a9ffae97a85..9ea10db8bc3f 100644
--- a/mail/imap-uw/distinfo
+++ b/mail/imap-uw/distinfo
@@ -1,2 +1,2 @@
-MD5 (imap-2004a.tar.Z) = 34d2c66271302cd2f926094fb5e8705d
-SIZE (imap-2004a.tar.Z) = 2224181
+MD5 (imap-2004c1.tar.Z) = f0a1a2abfa4b1ed8074ce023724416f3
+SIZE (imap-2004c1.tar.Z) = 2227092
diff --git a/mail/imap-uw/files/patch-ah b/mail/imap-uw/files/patch-ah
index c76ada11f9bb..08556e41c6f5 100644
--- a/mail/imap-uw/files/patch-ah
+++ b/mail/imap-uw/files/patch-ah
@@ -22,7 +22,7 @@
+extern char *getenv ();
+#endif /* DRAC_AUTH */
+
- char *version = "2004.88"; /* server version */
+ char *version = "2004.89"; /* server version */
short state = AUTHORIZATION; /* server state */
short critical = NIL; /* non-zero if in critical code */
@@ -89,7 +100,53 @@
diff --git a/mail/imap-uw/files/patch-ai b/mail/imap-uw/files/patch-ai
index e01978c18b62..5bbb280d4636 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 = "2004.352"; /* version number of this server */
+ char *version = "2004.357"; /* version number of this server */
time_t alerttime = 0; /* time of last alert */
time_t sysalerttime = 0; /* time of last system alert */
@@ -246,7 +257,50 @@