git: a455f124cf1c - main - mail/spampd: drop user_dir patch and maintainership

From: Dag-Erling Smørgrav <des_at_FreeBSD.org>
Date: Thu, 24 Feb 2022 15:09:34 UTC
The branch main has been updated by des:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a455f124cf1c04c35142f2f9b51d4cefab9adfd3

commit a455f124cf1c04c35142f2f9b51d4cefab9adfd3
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2022-02-24 15:07:55 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2022-02-24 15:07:55 +0000

    mail/spampd: drop user_dir patch and maintainership
    
    PR:             259226
---
 mail/spampd/Makefile              |  3 ++-
 mail/spampd/files/patch-spampd.pl | 10 ----------
 2 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/mail/spampd/Makefile b/mail/spampd/Makefile
index 9819d0c6b57d..b32e09bd6346 100644
--- a/mail/spampd/Makefile
+++ b/mail/spampd/Makefile
@@ -2,9 +2,10 @@
 
 PORTNAME=	spampd
 PORTVERSION=	2.61
+PORTREVISION=	1
 CATEGORIES=	mail perl5
 
-MAINTAINER=	des@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Spamassassin SMTP Proxy
 
 LICENSE=	GPLv3
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