From 7c5c4bb787c8c6b80ec0aa4f3cc4ee307826c900 Mon Sep 17 00:00:00 2001 From: delphij Date: Wed, 10 May 2006 17:55:07 +0000 Subject: Remove a mispatch sneaked in the previous revision. Reported by: B. Cook Approved by: sem (mentor) --- mail/spamd/Makefile | 2 +- mail/spamd/files/patch-spamd-setup | 15 +++++---------- 2 files changed, 6 insertions(+), 11 deletions(-) (limited to 'mail') 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 #include @@ -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; -- cgit v1.1