Update to version 1.41
PR: ports/77724 Submitted by: Sam Lawrance <boris at brooknet.com.au>
This commit is contained in:
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
|
@ -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} \
|
||||
|
|
|
@ -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
|
||||
|
|
10
mail/exact/files/patch-apconf.c
Normal file
10
mail/exact/files/patch-apconf.c
Normal 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>
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue