Update to version 1.41

PR:		ports/77724
Submitted by:	Sam Lawrance <boris at brooknet.com.au>
This commit is contained in:
Kirill Ponomarev 2005-02-19 11:16:46 +00:00
parent ee03baba92
commit 8ec660dae7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129276
4 changed files with 16 additions and 5 deletions

View file

@ -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} \

View file

@ -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

View file

@ -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>

View file

@ -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