summaryrefslogtreecommitdiff
path: root/mail/exact
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-02-19 11:16:46 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-02-19 11:16:46 +0000
commit8ec660dae71854839f7a6eb559f9034cfa405c3f (patch)
treeaf89285b3771c09618f9525a89e9b75241ded6a3 /mail/exact
parentFix MASTER_SITES. (diff)
Update to version 1.41
PR: ports/77724 Submitted by: Sam Lawrance <boris at brooknet.com.au>
Notes
Notes: svn path=/head/; revision=129276
Diffstat (limited to 'mail/exact')
-rw-r--r--mail/exact/Makefile5
-rw-r--r--mail/exact/distinfo4
-rw-r--r--mail/exact/files/patch-apconf.c10
-rw-r--r--mail/exact/pkg-descr2
4 files changed, 16 insertions, 5 deletions
diff --git a/mail/exact/Makefile b/mail/exact/Makefile
index 041c1bb794ec..84abd873af9a 100644
--- a/mail/exact/Makefile
+++ b/mail/exact/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= exact
-PORTVERSION= 1.38
+PORTVERSION= 1.41
CATEGORIES= mail
-MASTER_SITES= http://www.britishsteal.com/dist/exact/
+MASTER_SITES= http://adju.st/dist/exact/
MAINTAINER= ports@FreeBSD.org
COMMENT= A program that implements POP Before SMTP Relay Authentication
@@ -18,6 +18,7 @@ MAILGROUP?= mailnull
MAILLOG?= /var/log/maillog
EXACTDIR?= /var/exact
+USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-user=${MAILUSER} \
--with-group=${MAILGROUP} \
diff --git a/mail/exact/distinfo b/mail/exact/distinfo
index 3180fd4a496e..d20c7ebfd4ee 100644
--- a/mail/exact/distinfo
+++ b/mail/exact/distinfo
@@ -1,2 +1,2 @@
-MD5 (exact-1.38.tar.gz) = 4fb337e46b2b7a78b9843fff4e52b4b7
-SIZE (exact-1.38.tar.gz) = 71534
+MD5 (exact-1.41.tar.gz) = ec84a87890b2f4683e30ecc7ad254323
+SIZE (exact-1.41.tar.gz) = 76983
diff --git a/mail/exact/files/patch-apconf.c b/mail/exact/files/patch-apconf.c
new file mode 100644
index 000000000000..c7f23f49b5c3
--- /dev/null
+++ b/mail/exact/files/patch-apconf.c
@@ -0,0 +1,10 @@
+--- apconf.c.orig Sat Feb 19 21:05:40 2005
++++ apconf.c Sat Feb 19 21:05:54 2005
+@@ -6,6 +6,7 @@
+ */
+
+ #include <stdio.h>
++#include <sys/types.h>
+ #include <regex.h>
+ #include <string.h>
+ #include <stdlib.h>
diff --git a/mail/exact/pkg-descr b/mail/exact/pkg-descr
index c3aef92eb719..c9e4d089104a 100644
--- a/mail/exact/pkg-descr
+++ b/mail/exact/pkg-descr
@@ -3,7 +3,7 @@ EXACT is a program that implements POP Before SMTP Relay Authentication.
It will work as is with UW-IMAPD, Cyrus, Courier (imapd and popd),
Perdition, Exim and Sendmail.
-WWW: http://www.britishsteal.com/dist/exact/
+WWW: http://adju.st/dist/exact/
--
mwest@uct.ac.za