diff --git a/mail/spampd/Makefile b/mail/spampd/Makefile index 9819d0c6b57d..b32e09bd6346 100644 --- a/mail/spampd/Makefile +++ b/mail/spampd/Makefile @@ -1,28 +1,29 @@ # Created by: chris PORTNAME= spampd PORTVERSION= 2.61 +PORTREVISION= 1 CATEGORIES= mail perl5 -MAINTAINER= des@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Spamassassin SMTP Proxy LICENSE= GPLv3 RUN_DEPENDS= spamc:mail/spamassassin \ p5-Net-Server>=0:net/p5-Net-Server NO_BUILD= yes PLIST_FILES= sbin/spampd USES= perl5 shebangfix SHEBANG_FILES= spampd.pl SUB_LIST= PERL=${PERL} USE_RC_SUBR= spampd USE_GITHUB= yes GH_ACCOUNT= mpaperno do-install: ${INSTALL_SCRIPT} ${WRKSRC}/spampd.pl ${STAGEDIR}${PREFIX}/sbin/spampd .include diff --git a/mail/spampd/files/patch-spampd.pl b/mail/spampd/files/patch-spampd.pl deleted file mode 100644 index b54c232a3252..000000000000 --- 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