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

Collapse All | Expand All

(-)mail/imap-uw/Makefile (-7 / +5 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	imap
8
PORTNAME=	imap
9
PORTVERSION=	2002
9
PORTVERSION=	2002c1
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%/ \
14
		ftp://ftp.nuug.no/pub/anders/distfiles/%SUBDIR%/ \
13
		ftp://ftp.ayamura.org/pub/uw-imap/%SUBDIR%/ \
15
		http://atreides.freenix.no/~anders/%SUBDIR%/ \
14
		ftp://ftp.ukc.mirror.ac.uk/sites/ftp.cac.washington.edu/mail/%SUBDIR%/ \
16
		ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/mail/%SUBDIR%/
15
		ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/mail/%SUBDIR%/
16
MASTER_SITE_SUBDIR=	. old
17
PKGNAMESUFFIX=	-uw
17
PKGNAMESUFFIX=	-uw
18
DISTNAME=	imap-${PORTVERSION}
18
DISTNAME=	imap-${PORTVERSION}
19
EXTRACT_SUFX=	.tar.Z
19
EXTRACT_SUFX=	.tar.Z
Lines 55-64 Link Here
55
55
56
.include <bsd.port.pre.mk>
56
.include <bsd.port.pre.mk>
57
57
58
pre-extract:
59
	@${SH} ${PKGREQ}.rev ${LOCALBASE}/include/c-client/portrevision.h ${PORTVERSION}
60
61
pre-build:
58
pre-build:
59
	@${SH} ${PKGREQ}.rev ${LOCALBASE}/include/c-client/portrevision.h ${PORTVERSION}
62
.if !defined(WITHOUT_SSL)
60
.if !defined(WITHOUT_SSL)
63
	@${SH} ${PKGREQ}.ssl ${LOCALBASE}/include/c-client/portrevision.h yes
61
	@${SH} ${PKGREQ}.ssl ${LOCALBASE}/include/c-client/portrevision.h yes
64
.else
62
.else
(-)mail/imap-uw/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (imap-2002.tar.Z) = ab5a7afb25cbd037b4490c42e0fe235e
1
MD5 (imap-2002c1.tar.Z) = 90c255dcf3ee373e3fb174ea5d820f4d
(-)mail/imap-uw/files/patch-ah (-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 = "2001.80";	/* server version */
25
 char *version = "2003.83";	/* server version */
26
 short state = AUTHORIZATION;	/* server state */
26
 short state = AUTHORIZATION;	/* server state */
27
 short critical = NIL;		/* non-zero if in critical code */
27
 short critical = NIL;		/* non-zero if in critical code */
28
@@ -88,7 +99,53 @@
28
@@ -88,7 +99,53 @@
(-)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 = "2002.332";	/* version number of this server */
25
 char *version = "2003.337";	/* 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 51754