View | Details | Raw Unified | Return to bug 77724
Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	exact
8
PORTNAME=	exact
9
PORTVERSION=	1.38
9
PORTVERSION=	1.41
10
CATEGORIES=	mail
10
CATEGORIES=	mail
11
MASTER_SITES=	http://www.britishsteal.com/dist/exact/
11
MASTER_SITES=	http://adju.st/dist/exact/
12
12
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	A program that implements POP Before SMTP Relay Authentication
14
COMMENT=	A program that implements POP Before SMTP Relay Authentication
Lines 18-23 Link Here
18
MAILLOG?=	/var/log/maillog
18
MAILLOG?=	/var/log/maillog
19
EXACTDIR?=	/var/exact
19
EXACTDIR?=	/var/exact
20
20
21
USE_GMAKE=	yes
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
22
CONFIGURE_ARGS=	--with-user=${MAILUSER} \
23
CONFIGURE_ARGS=	--with-user=${MAILUSER} \
23
		--with-group=${MAILGROUP} \
24
		--with-group=${MAILGROUP} \
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (exact-1.38.tar.gz) = 4fb337e46b2b7a78b9843fff4e52b4b7
1
MD5 (exact-1.41.tar.gz) = ec84a87890b2f4683e30ecc7ad254323
2
SIZE (exact-1.38.tar.gz) = 71534
2
SIZE (exact-1.41.tar.gz) = 76983
(-)pkg-descr (-1 / +1 lines)
Lines 3-9 Link Here
3
It will work as is with UW-IMAPD, Cyrus, Courier (imapd and popd),
3
It will work as is with UW-IMAPD, Cyrus, Courier (imapd and popd),
4
Perdition, Exim and Sendmail.
4
Perdition, Exim and Sendmail.
5
5
6
WWW: http://www.britishsteal.com/dist/exact/
6
WWW: http://adju.st/dist/exact/
7
7
8
--
8
--
9
mwest@uct.ac.za
9
mwest@uct.ac.za
(-)files/patch-apconf.c (+10 lines)
Added Link Here
1
--- apconf.c.orig	Sat Feb 19 21:05:40 2005
2
+++ apconf.c	Sat Feb 19 21:05:54 2005
3
@@ -6,6 +6,7 @@
4
  */
5
 
6
 #include <stdio.h>
7
+#include <sys/types.h>
8
 #include <regex.h>
9
 #include <string.h>
10
 #include <stdlib.h>

Return to bug 77724