pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/mailgraph



Module Name:    pkgsrc
Committed By:   hauke
Date:           Tue Apr 23 16:25:49 UTC 2024

Modified Files:
        pkgsrc/mail/mailgraph: Makefile distinfo
        pkgsrc/mail/mailgraph/patches: patch-mailgraph.pl

Log Message:
Sync --daemon-rrd doc string with the actual default value.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/mail/mailgraph/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/mail/mailgraph/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/mailgraph/patches/patch-mailgraph.pl

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/mailgraph/Makefile
diff -u pkgsrc/mail/mailgraph/Makefile:1.30 pkgsrc/mail/mailgraph/Makefile:1.31
--- pkgsrc/mail/mailgraph/Makefile:1.30 Tue Jun 28 11:34:22 2022
+++ pkgsrc/mail/mailgraph/Makefile      Tue Apr 23 16:25:49 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2022/06/28 11:34:22 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2024/04/23 16:25:49 hauke Exp $
 
 DISTNAME=      mailgraph-1.14
-PKGREVISION=   9
+PKGREVISION=   10
 CATEGORIES=    mail
 MASTER_SITES=  https://mailgraph.schweikert.ch/pub/
 MASTER_SITES+= https://mailgraph.schweikert.ch/pub/old/

Index: pkgsrc/mail/mailgraph/distinfo
diff -u pkgsrc/mail/mailgraph/distinfo:1.9 pkgsrc/mail/mailgraph/distinfo:1.10
--- pkgsrc/mail/mailgraph/distinfo:1.9  Tue Oct 26 10:54:06 2021
+++ pkgsrc/mail/mailgraph/distinfo      Tue Apr 23 16:25:49 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:54:06 nia Exp $
+$NetBSD: distinfo,v 1.10 2024/04/23 16:25:49 hauke Exp $
 
 BLAKE2s (mailgraph-1.14.tar.gz) = 7fa8d0020b9eebe7ed325426ea7e82b5153456c8a84f8602809106331449f722
 SHA512 (mailgraph-1.14.tar.gz) = 3df0dae010ad166a157eb34a8b1fcf837ab42445d417855ea58937a75b74ca55c06044eefb6077a6117073c39a087bcdf5f58fe35c0e4d9c7d6b18bded7a0193
 Size (mailgraph-1.14.tar.gz) = 22014 bytes
 SHA1 (patch-mailgraph.cgi) = 835d3537dc95f91f860857f45c542ca01bc12082
-SHA1 (patch-mailgraph.pl) = 80cc08394f66903c6414b25094899399b464460f
+SHA1 (patch-mailgraph.pl) = 6804585ee5c43bc57df6ffbda34a01394b11f42a

Index: pkgsrc/mail/mailgraph/patches/patch-mailgraph.pl
diff -u pkgsrc/mail/mailgraph/patches/patch-mailgraph.pl:1.1 pkgsrc/mail/mailgraph/patches/patch-mailgraph.pl:1.2
--- pkgsrc/mail/mailgraph/patches/patch-mailgraph.pl:1.1        Wed Oct  2 14:30:31 2019
+++ pkgsrc/mail/mailgraph/patches/patch-mailgraph.pl    Tue Apr 23 16:25:49 2024
@@ -1,4 +1,4 @@
-$NetBSD: patch-mailgraph.pl,v 1.1 2019/10/02 14:30:31 triaxx Exp $
+$NetBSD: patch-mailgraph.pl,v 1.2 2024/04/23 16:25:49 hauke Exp $
 
 * Use log/maillog as default mail logfile.
 * Change hardcoded /var to pkgsrc compliant VARBASE.
@@ -32,7 +32,7 @@ $NetBSD: patch-mailgraph.pl,v 1.1 2019/1
 -      print "  --daemon-rrd=DIR   write RRDs to DIR instead of /var/log\n";
 -      print "  --daemon-log=FILE  write verbose-log to FILE instead of /var/log/mailgraph.log\n";
 +      print "  --daemon-pid=FILE  write PID to FILE instead of @VARBASE@/run/mailgraph.pid\n";
-+      print "  --daemon-rrd=DIR   write RRDs to DIR instead of @VARBASE@/log\n";
++      print "  --daemon-rrd=DIR   write RRDs to DIR instead of @VARBASE@/db/mailgraph\n";
 +      print "  --daemon-log=FILE  write verbose-log to FILE instead of @VARBASE@/log/mailgraph.log\n";
        print "  --ignore-localhost ignore mail to/from localhost (used for virus scanner)\n";
        print "  --ignore-host=HOST ignore mail to/from HOST regexp (used for virus scanner)\n";
@@ -57,10 +57,10 @@ $NetBSD: patch-mailgraph.pl,v 1.1 2019/1
       --host=HOST    use only entries for HOST (regexp) in syslog
   -d, --daemon       start in the background
 - --daemon-pid=FILE  write PID to FILE instead of /var/run/mailgraph.pid
-- --daemon-rrd=DIR   write RRDs to DIR instead of /var/log
+- --daemon-rrd=DIR   write RRDs to DIR instead of /var/db/mailgraph
 - --daemon-log=FILE  write verbose-log to FILE instead of /var/log/mailgraph.log
 + --daemon-pid=FILE  write PID to FILE instead of @VARBASE@/run/mailgraph.pid
-+ --daemon-rrd=DIR   write RRDs to DIR instead of @VARBASE@/log
++ --daemon-rrd=DIR   write RRDs to DIR instead of @VARBASE@/db/mailgraph
 + --daemon-log=FILE  write verbose-log to FILE instead of @VARBASE@/log/mailgraph.log
   --ignore-localhost ignore mail to/from localhost (used for virus scanner)
   --ignore-host=HOST ignore mail to/from HOST regexp (used for virus scanner)



Home | Main Index | Thread Index | Old Index