On Mon, 16 Dec 2024 11:02:00 +0100, Tim van der Molen <t...@kariliq.nl> wrote: > > No regressions here either. > > OK tim >
Thanks for OK and testing. At the last check I had discovered a two new small things which I'd like to include into this update: 1. Update homepage URL to actual one, to avoid redirect; 2. Install config's examples. What do you think about it? Index: mail/spampd/Makefile =================================================================== RCS file: /home/cvs/ports/mail/spampd/Makefile,v diff -u -p -r1.14 Makefile --- mail/spampd/Makefile 8 Nov 2022 11:14:52 -0000 1.14 +++ mail/spampd/Makefile 16 Dec 2024 11:06:34 -0000 @@ -2,12 +2,11 @@ COMMENT= SMTP/LMTP proxy for Spamassass GH_ACCOUNT= mpaperno GH_PROJECT= spampd -GH_TAGNAME= 2.61 -REVISION= 0 +GH_TAGNAME= 2.62 CATEGORIES= mail -HOMEPAGE= http://www.worlddesign.com/index.cfm/page/rd/mta/spampd.htm +HOMEPAGE= http://www.worlddesign.com/index.cfm/page/software/open-source/spampd.htm # GPLv3+ PERMIT_PACKAGE= Yes @@ -24,5 +23,8 @@ do-install: pod2man --section=8 --center="Spam Proxy Daemon" spampd.pl > spampd.8 ${INSTALL_MAN} ${WRKBUILD}/spampd.8 ${PREFIX}/man/man8/spampd.8 ${INSTALL_SCRIPT} ${WRKSRC}/spampd.pl ${PREFIX}/sbin/spampd + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/spampd + ${INSTALL_DATA} ${WRKSRC}/misc/spampd.cfg ${PREFIX}/share/examples/spampd + ${INSTALL_DATA} ${WRKSRC}/misc/spampd-sm.cfg ${PREFIX}/share/examples/spampd .include <bsd.port.mk> Index: mail/spampd/distinfo =================================================================== RCS file: /home/cvs/ports/mail/spampd/distinfo,v diff -u -p -r1.4 distinfo --- mail/spampd/distinfo 7 Aug 2021 10:15:24 -0000 1.4 +++ mail/spampd/distinfo 13 Dec 2024 23:34:50 -0000 @@ -1,2 +1,2 @@ -SHA256 (spampd-2.61.tar.gz) = keYPEHRepPnCe55XYZob8karmojqG4jE85+K9gfi264= -SIZE (spampd-2.61.tar.gz) = 246956 +SHA256 (spampd-2.62.tar.gz) = 7+AW0RH4wglPSTby76FspueMG0hUZbJp/FxCc7nFfPg= +SIZE (spampd-2.62.tar.gz) = 249062 Index: mail/spampd/patches/patch-spampd_pl =================================================================== RCS file: /home/cvs/ports/mail/spampd/patches/patch-spampd_pl,v diff -u -p -r1.4 patch-spampd_pl --- mail/spampd/patches/patch-spampd_pl 11 Mar 2022 19:34:57 -0000 1.4 +++ mail/spampd/patches/patch-spampd_pl 13 Dec 2024 23:34:58 -0000 @@ -1,7 +1,7 @@ Index: spampd.pl --- spampd.pl.orig +++ spampd.pl -@@ -429,8 +429,8 @@ sub new { +@@ -430,8 +430,8 @@ sub new { max_servers => 5, # max number of child processes (servers) to spawn max_requests => 20, # max requests handled by child b4 dying pid_file => '/var/run/spampd.pid', # write pid to file @@ -12,7 +12,7 @@ Index: spampd.pl log_file => undef, # log destination (undef means log to use write_to_log_hook() with stderr fallback) syslog_logsock => undef, # syslog socket (undef means for Sys::Syslog to decide) syslog_ident => 'spampd', # syslog identity -@@ -2080,7 +2080,7 @@ Specifies what UNIX socket spampd will relay to. If th +@@ -2087,7 +2087,7 @@ Specifies what UNIX socket spampd will relay to. If th =item B<--group> or B<-g> I<<groupname>> Specifies the user and/or group that the proxy will run as. Default is Index: mail/spampd/pkg/PLIST =================================================================== RCS file: /home/cvs/ports/mail/spampd/pkg/PLIST,v diff -u -p -r1.5 PLIST --- mail/spampd/pkg/PLIST 8 Nov 2022 11:14:52 -0000 1.5 +++ mail/spampd/pkg/PLIST 16 Dec 2024 11:05:55 -0000 @@ -8,3 +8,8 @@ sbin/spampd @owner _spampd @group _spampd @sample /var/spampd/ +@owner +@group +share/examples/spampd/ +share/examples/spampd/spampd-sm.cfg +share/examples/spampd/spampd.cfg -- wbr, Kirill