diff options
author | delphij <delphij@FreeBSD.org> | 2006-05-11 01:55:07 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2006-05-11 01:55:07 +0800 |
commit | 7c5c4bb787c8c6b80ec0aa4f3cc4ee307826c900 (patch) | |
tree | e291ea7146e37f5192cfa8d390c16a709330f5fa /mail | |
parent | 9c2dd313fe8aef197dee5b376ad1eeccb16ff05f (diff) | |
download | freebsd-ports-gnome-7c5c4bb787c8c6b80ec0aa4f3cc4ee307826c900.tar.gz freebsd-ports-gnome-7c5c4bb787c8c6b80ec0aa4f3cc4ee307826c900.tar.zst freebsd-ports-gnome-7c5c4bb787c8c6b80ec0aa4f3cc4ee307826c900.zip |
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/Makefile | 2 | ||||
-rw-r--r-- | mail/spamd/files/patch-spamd-setup | 15 |
2 files changed, 6 insertions, 11 deletions
diff --git a/mail/spamd/Makefile b/mail/spamd/Makefile index deec9512aec7..7134ab3adfe0 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 445cd185ec81..0b18ed1db43f 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; |