pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/mailagent



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun 21 07:35:25 UTC 2020

Modified Files:
        pkgsrc/mail/mailagent: distinfo
Added Files:
        pkgsrc/mail/mailagent/patches: patch-bin_perload

Log Message:
(mail/mailagent) Fix -> $* is no longer supported, I am not sure,sorry


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/mail/mailagent/distinfo
cvs rdiff -u -r0 -r1.3 pkgsrc/mail/mailagent/patches/patch-bin_perload

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

Modified files:

Index: pkgsrc/mail/mailagent/distinfo
diff -u pkgsrc/mail/mailagent/distinfo:1.9 pkgsrc/mail/mailagent/distinfo:1.10
--- pkgsrc/mail/mailagent/distinfo:1.9  Tue Nov  3 23:27:08 2015
+++ pkgsrc/mail/mailagent/distinfo      Sun Jun 21 07:35:25 2020
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2015/11/03 23:27:08 agc Exp $
+$NetBSD: distinfo,v 1.10 2020/06/21 07:35:25 mef Exp $
 
 SHA1 (mailagent-3.0.73.tar.gz) = c8a0329d79c98cb25bb53c79f06fcd63df58c418
 RMD160 (mailagent-3.0.73.tar.gz) = 70b2804fdd0602a20cb5a9f3391d460f47972570
@@ -19,3 +19,4 @@ SHA1 (patch-agent_maillist.SH) = 811a179
 SHA1 (patch-agent_mailpatch.SH) = f25433d766c4acc8d7ffd41697cd217b82bb3cba
 SHA1 (patch-agent_package.SH) = 166319557ec0d6de3667e58010d10800e96da9dd
 SHA1 (patch-agent_pl_utmp_utmp__ph.c) = 1b07456aced48e12ede4cf5d87e4060e34064f1e
+SHA1 (patch-bin_perload) = 140a812b330fb83d55fa30af82ec60b7ce176caf

Added files:

Index: pkgsrc/mail/mailagent/patches/patch-bin_perload
diff -u /dev/null pkgsrc/mail/mailagent/patches/patch-bin_perload:1.3
--- /dev/null   Sun Jun 21 07:35:25 2020
+++ pkgsrc/mail/mailagent/patches/patch-bin_perload     Sun Jun 21 07:35:25 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-bin_perload,v 1.3 2020/06/21 07:35:25 mef Exp $
+
+$* is no longer supported as of Perl 5.30 at ../bin/perload line 463.
+
+--- bin/perload.orig   2020-06-21 07:22:20.380448528 +0000
++++ bin/perload
+@@ -460,8 +460,7 @@ sub flush_comment {
+ 
+ sub q {
+       local($_) = @_;
+-      local($*) = 1;
+-      s/^://g;
++      s/^://mg;
+       $_;
+ }
+ 



Home | Main Index | Thread Index | Old Index