summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2006-05-10 17:55:07 +0000
committerdelphij <delphij@FreeBSD.org>2006-05-10 17:55:07 +0000
commit7c5c4bb787c8c6b80ec0aa4f3cc4ee307826c900 (patch)
treee291ea7146e37f5192cfa8d390c16a709330f5fa /mail
parent9c2dd313fe8aef197dee5b376ad1eeccb16ff05f (diff)
downloadFreeBSD-ports-7c5c4bb787c8c6b80ec0aa4f3cc4ee307826c900.zip
FreeBSD-ports-7c5c4bb787c8c6b80ec0aa4f3cc4ee307826c900.tar.gz
Remove a mispatch sneaked in the previous revision.
Reported by: B. Cook <bcook bsdwebsolutions com> Approved by: sem (mentor)
Diffstat (limited to 'mail')
-rw-r--r--mail/spamd/Makefile2
-rw-r--r--mail/spamd/files/patch-spamd-setup15
2 files changed, 6 insertions, 11 deletions
diff --git a/mail/spamd/Makefile b/mail/spamd/Makefile
index deec951..7134ab3 100644
--- a/mail/spamd/Makefile
+++ b/mail/spamd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= spamd
PORTVERSION= 3.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= delphij
diff --git a/mail/spamd/files/patch-spamd-setup b/mail/spamd/files/patch-spamd-setup
index 445cd18..0b18ed1 100644
--- a/mail/spamd/files/patch-spamd-setup
+++ b/mail/spamd/files/patch-spamd-setup
@@ -1,6 +1,6 @@
---- spamd-setup/spamd-setup.c Wed Apr 13 03:18:59 2005
-+++ spamd-setup/spamd-setup.c Fri Mar 17 16:19:25 2006
-@@ -41,9 +41,14 @@
+--- spamd-setup/spamd-setup.c.orig Wed Apr 13 01:18:59 2005
++++ spamd-setup/spamd-setup.c Wed May 10 01:55:13 2006
+@@ -41,6 +41,11 @@
#include <netdb.h>
#include <zlib.h>
@@ -10,13 +10,8 @@
+#endif
+
#define PATH_FTP "/usr/bin/ftp"
--#define PATH_PFCTL "%%LOCAL_PFCTL%%"
--#define PATH_SPAMD_CONF "%%LOCAL_SPAMD_CONF%%"
-+#define PATH_PFCTL ""
-+#define PATH_SPAMD_CONF "/usr/local/etc/spamd.conf"
- #define SPAMD_ARG_MAX 256 /* max # of args to an exec */
-
- struct cidr {
+ #define PATH_PFCTL "%%LOCAL_PFCTL%%"
+ #define PATH_SPAMD_CONF "%%LOCAL_SPAMD_CONF%%"
@@ -93,6 +98,11 @@
int debug;
int dryrun;
OpenPOWER on IntegriCloud