@@ -, +, @@ --- mail/spampd/Makefile | 1 + mail/spampd/files/patch-spampd.pl | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 mail/spampd/files/patch-spampd.pl --- b/mail/spampd/Makefile +++ b/mail/spampd/Makefile @@ -2,6 +2,7 @@ PORTNAME= spampd PORTVERSION= 2.61 +PORTREVISION= 1 CATEGORIES= mail perl5 MAINTAINER= des@FreeBSD.org --- a/mail/spampd/files/patch-spampd.pl +++ /dev/null @@ -1,10 +0,0 @@ ---- spampd.pl.orig 2021-09-28 04:11:50 UTC -+++ spampd.pl -@@ -470,6 +470,7 @@ sub new { - userstate_dir => - '/var/spool/spamassassin/spampd', # home directory for SA files and plugins (--homedir option) - home_dir_for_helpers => '', # this will be set to the same as userstate_dir once options are parsed -+ user_dir => (getpwnam($user))[7], - username => '', # this will be set to the same user as we're running as once options are parsed - userprefs_filename => undef, # add this config file for SA "user_prefs" settings (--saconfig option) - dont_copy_prefs => 1, # tell SA not to copy user pref file into its working dir --