diff options
author | krion <krion@FreeBSD.org> | 2005-02-19 19:16:46 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-02-19 19:16:46 +0800 |
commit | d170805bd4936fea920f860c077afb7b6de64ca9 (patch) | |
tree | f453778a694b02d0d108d202ef1d847c83a85333 /mail/exact | |
parent | cc4faa430135b8de685db64d87b08dc62ffec231 (diff) | |
download | freebsd-ports-gnome-d170805bd4936fea920f860c077afb7b6de64ca9.tar.gz freebsd-ports-gnome-d170805bd4936fea920f860c077afb7b6de64ca9.tar.zst freebsd-ports-gnome-d170805bd4936fea920f860c077afb7b6de64ca9.zip |
Update to version 1.41
PR: ports/77724
Submitted by: Sam Lawrance <boris at brooknet.com.au>
Diffstat (limited to 'mail/exact')
-rw-r--r-- | mail/exact/Makefile | 5 | ||||
-rw-r--r-- | mail/exact/distinfo | 4 | ||||
-rw-r--r-- | mail/exact/files/patch-apconf.c | 10 | ||||
-rw-r--r-- | mail/exact/pkg-descr | 2 |
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 |