aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2005-02-05 02:50:50 +0800
committernetchild <netchild@FreeBSD.org>2005-02-05 02:50:50 +0800
commit99602ee53445eb8ad14c1216e2c71dfafa044189 (patch)
tree72c64666b4cc03540802b4924af059ba1c2145c2 /mail
parent584ff18c51babeb08b637a5dc4f687aace04fae6 (diff)
downloadfreebsd-ports-gnome-99602ee53445eb8ad14c1216e2c71dfafa044189.tar.gz
freebsd-ports-gnome-99602ee53445eb8ad14c1216e2c71dfafa044189.tar.zst
freebsd-ports-gnome-99602ee53445eb8ad14c1216e2c71dfafa044189.zip
Update to 2004c1.
Approved by: maintainer Tested by: Manfred Antar <null@pozo.com>, Julien Gabel <jpeg@thilelli.net>
Diffstat (limited to 'mail')
-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 @@