Index: head/mail/spampd/Makefile =================================================================== --- head/mail/spampd/Makefile (revision 495571) +++ head/mail/spampd/Makefile (revision 495572) @@ -1,29 +1,29 @@ # Created by: chris # $FreeBSD$ PORTNAME= spampd -PORTVERSION= 2.51 +PORTVERSION= 2.53 CATEGORIES= mail perl5 MAINTAINER= des@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 Index: head/mail/spampd/distinfo =================================================================== --- head/mail/spampd/distinfo (revision 495571) +++ head/mail/spampd/distinfo (revision 495572) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525190858 -SHA256 (mpaperno-spampd-2.51_GH0.tar.gz) = 93cc3ef19ecff224ac00f6c7a0e028f059ec839703329f4567846b750964ac07 -SIZE (mpaperno-spampd-2.51_GH0.tar.gz) = 215462 +TIMESTAMP = 1552405727 +SHA256 (mpaperno-spampd-2.53_GH0.tar.gz) = 58f37e61bac99a0423605c7db23cf8d1e4389681fe50d7e37ce2e31d46e27a88 +SIZE (mpaperno-spampd-2.53_GH0.tar.gz) = 217945 Index: head/mail/spampd/files/patch-user_dir =================================================================== --- head/mail/spampd/files/patch-user_dir (revision 495571) +++ head/mail/spampd/files/patch-user_dir (nonexistent) @@ -1,10 +0,0 @@ ---- spampd.pl.orig 2015-09-09 13:41:07 UTC -+++ spampd.pl -@@ -914,6 +914,7 @@ my $sa_options = { - 'debug' => $debug, - 'local_tests_only' => $options{'local-only'} || 0, - 'home_dir_for_helpers' => $sa_home_dir, -+ 'user_dir' => (getpwnam($user))[7], - 'userstate_dir' => $sa_home_dir, - 'username' => $user - }; Property changes on: head/mail/spampd/files/patch-user_dir ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/mail/spampd/files/patch-spampd.pl =================================================================== --- head/mail/spampd/files/patch-spampd.pl (nonexistent) +++ head/mail/spampd/files/patch-spampd.pl (revision 495572) @@ -0,0 +1,10 @@ +--- spampd.pl.orig 2019-03-12 15:58:04 UTC ++++ spampd.pl +@@ -877,6 +877,7 @@ my $sa_options = { + 'debug' => $debug, + 'local_tests_only' => $sa_local_only, + 'home_dir_for_helpers' => $sa_home_dir, ++ 'user_dir' => (getpwnam($user))[7], + 'userstate_dir' => $sa_home_dir, + 'username' => $user + }; Property changes on: head/mail/spampd/files/patch-spampd.pl ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property