pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/log2timeline security/log2timeline: remove ig...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e27d080699e6
branches:  trunk
changeset: 403806:e27d080699e6
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 02 13:58:32 2019 +0000

description:
security/log2timeline: remove ignored lines from package Makefile

Since the variables assignments all use the = operator instead of +=, all
except the last one are ignored. These are not needed anyway since Perl
modules don't need to have a correct interpreter.

diffstat:

 security/log2timeline/Makefile |  11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diffs (25 lines):

diff -r fc3699198624 -r e27d080699e6 security/log2timeline/Makefile
--- a/security/log2timeline/Makefile    Sat Nov 02 13:51:12 2019 +0000
+++ b/security/log2timeline/Makefile    Sat Nov 02 13:58:32 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2019/08/11 13:22:47 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2019/11/02 13:58:32 rillig Exp $
 #
 
 DISTNAME=      log2timeline_${L2T_VERSION}
@@ -15,15 +15,6 @@
 
 L2T_VERSION=   0.65
 
-REPLACE_PERL=  lib/Log2t/BinRead.pm
-REPLACE_PERL=  lib/Log2t/Common.pm
-REPLACE_PERL=  lib/Log2t/Network.pm
-REPLACE_PERL=  lib/Log2t/Numbers.pm
-REPLACE_PERL=  lib/Log2t/Time.pm
-REPLACE_PERL=  lib/Log2t/Win.pm
-REPLACE_PERL=  lib/Log2t/WinReg.pm
-REPLACE_PERL=  lib/Log2t/input/ff_cache.pm
-REPLACE_PERL=  lib/Log2t/input/safari.pm
 REPLACE_PERL=  l2t_process_old.pl
 
 DEPENDS+=      p5-Archive-Zip>=1.18:../../archivers/p5-Archive-Zip



Home | Main Index | Thread Index | Old Index