pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/spamd
Module Name: pkgsrc
Committed By: gdt
Date: Sun Sep 28 11:43:35 UTC 2025
Modified Files:
pkgsrc/mail/spamd: Makefile distinfo
Added Files:
pkgsrc/mail/spamd/patches: patch-spamd-setup_spamd-setup.8
patch-spamd_spamd.8
Removed Files:
pkgsrc/mail/spamd: MESSAGE
Log Message:
mail/spamd: Assorted cleanup
- define LICENSE
- comment out 404 MASTER_SITE
- move MESSAGE content to man pages
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/mail/spamd/MESSAGE
cvs rdiff -u -r1.19 -r1.20 pkgsrc/mail/spamd/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/spamd/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/mail/spamd/patches/patch-spamd-setup_spamd-setup.8 \
pkgsrc/mail/spamd/patches/patch-spamd_spamd.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/spamd/Makefile
diff -u pkgsrc/mail/spamd/Makefile:1.19 pkgsrc/mail/spamd/Makefile:1.20
--- pkgsrc/mail/spamd/Makefile:1.19 Wed Jul 4 13:40:24 2018
+++ pkgsrc/mail/spamd/Makefile Sun Sep 28 11:43:35 2025
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.19 2018/07/04 13:40:24 jperkin Exp $
+# $NetBSD: Makefile,v 1.20 2025/09/28 11:43:35 gdt Exp $
DISTNAME= spamd-20060330
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= mail
-MASTER_SITES= http://nedbsd.nl/~ppostma/pf/
+#MASTER_SITES= http://nedbsd.nl/~ppostma/pf/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
#HOMEPAGE= http://www.benzedrine.cx/relaydb.html
COMMENT= OpenBSD spam deferral daemon
+LICENSE= 2-clause-bsd
NO_CONFIGURE= yes
Index: pkgsrc/mail/spamd/distinfo
diff -u pkgsrc/mail/spamd/distinfo:1.8 pkgsrc/mail/spamd/distinfo:1.9
--- pkgsrc/mail/spamd/distinfo:1.8 Tue Oct 26 10:54:30 2021
+++ pkgsrc/mail/spamd/distinfo Sun Sep 28 11:43:35 2025
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:54:30 nia Exp $
+$NetBSD: distinfo,v 1.9 2025/09/28 11:43:35 gdt Exp $
BLAKE2s (spamd-20060330.tar.gz) = 1f2593f52974fc36d11acfcc10cd173553cb50b22314c40580d2bc84ab9082cd
SHA512 (spamd-20060330.tar.gz) = 7c0ebaaccb72e3c1625d84c1ea8e30f01bb185a258ffe4fa560498c63c8c574d6b3665eb6e16f6ac33e1829b43940861ca688bb6ee459653b063c53978bdcae4
Size (spamd-20060330.tar.gz) = 34509 bytes
SHA1 (patch-aa) = 8b588735bfea41b4340a5570902267e5eb1267bb
+SHA1 (patch-spamd-setup_spamd-setup.8) = 2032a7084bdbb93518b464fe22931fdc4e9ed8ca
+SHA1 (patch-spamd_spamd.8) = 44e7aa7f90195368a774ff4d4059de77c03070f5
Added files:
Index: pkgsrc/mail/spamd/patches/patch-spamd-setup_spamd-setup.8
diff -u /dev/null pkgsrc/mail/spamd/patches/patch-spamd-setup_spamd-setup.8:1.1
--- /dev/null Sun Sep 28 11:43:35 2025
+++ pkgsrc/mail/spamd/patches/patch-spamd-setup_spamd-setup.8 Sun Sep 28 11:43:35 2025
@@ -0,0 +1,20 @@
+$NetBSD: patch-spamd-setup_spamd-setup.8,v 1.1 2025/09/28 11:43:35 gdt Exp $
+
+Fold a hint originally from MESSAGE into the man page.
+(This isn't really necessary as the code (by inspection) prints out a
+sufficient error message, and the single known user is already aware
+of this.)
+
+Not sent upstream because HOMEPAGE is 404.
+
+--- spamd-setup/spamd-setup.8.orig 2006-03-07 18:16:28.000000000 +0000
++++ spamd-setup/spamd-setup.8
+@@ -78,6 +78,8 @@ is found from
+ .Xr services 5 ,
+ by looking for the named service
+ .Em spamd-cfg .
++If that port is not defined, an error will result, and one should
++simply add it.
+ .Pp
+ .Nm
+ reads all configuration information from a
Index: pkgsrc/mail/spamd/patches/patch-spamd_spamd.8
diff -u /dev/null pkgsrc/mail/spamd/patches/patch-spamd_spamd.8:1.1
--- /dev/null Sun Sep 28 11:43:35 2025
+++ pkgsrc/mail/spamd/patches/patch-spamd_spamd.8 Sun Sep 28 11:43:35 2025
@@ -0,0 +1,20 @@
+$NetBSD: patch-spamd_spamd.8,v 1.1 2025/09/28 11:43:35 gdt Exp $
+
+Fold a hint originally from MESSAGE into the man page.
+(This isn't really necessary as the code (by inspection) prints out a
+sufficient error message, and the single known user is already aware
+of this.)
+
+Not sent upstream because HOMEPAGE is 404.
+
+--- spamd/spamd.8.orig 2006-03-07 18:04:01.000000000 +0000
++++ spamd/spamd.8
+@@ -106,6 +106,8 @@ The default port is found by looking for
+ .Em spamd
+ using
+ .Xr getservbyname 3 .
++If that port (and spamd-cfg) is not defined, an error will result, and
++one should simply add them.
+ .It Fl r Ar reply
+ The SMTP error to return to the spammer, i.e. 450, 451, 550.
+ This defaults to 450.
Home |
Main Index |
Thread Index |
Old Index