View | Details | Raw Unified | Return to bug 54181 | Differences between
and this patch

Collapse All | Expand All

(-)mail/imap-uw/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	imap
8
PORTNAME=	imap
9
PORTVERSION=	2002c1
9
PORTVERSION=	2002d
10
PORTREVISION=	1
11
PORTEPOCH=	1
10
PORTEPOCH=	1
12
CATEGORIES=	mail
11
CATEGORIES=	mail
13
MASTER_SITES=	ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \
12
MASTER_SITES=	ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \
(-)mail/imap-uw/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (imap-2002c1.tar.Z) = 90c255dcf3ee373e3fb174ea5d820f4d
1
MD5 (imap-2002d.tar.Z) = 64e82a195d21481fc4c54c4ed9fe0527
(-)mail/imap-uw/files/patch-ai (-1 / +1 lines)
Lines 22-28 Link Here
22
+extern char *getenv ();
22
+extern char *getenv ();
23
+#endif /* DRAC_AUTH */
23
+#endif /* DRAC_AUTH */
24
+
24
+
25
 char *version = "2003.337";	/* version number of this server */
25
 char *version = "2003.338";	/* version number of this server */
26
 time_t alerttime = 0;		/* time of last alert */
26
 time_t alerttime = 0;		/* time of last alert */
27
 time_t sysalerttime = 0;	/* time of last system alert */
27
 time_t sysalerttime = 0;	/* time of last system alert */
28
@@ -238,7 +249,50 @@
28
@@ -238,7 +249,50 @@

Return to bug 54181