pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/log2timeline
Module Name: pkgsrc
Committed By: rillig
Date: Sat Nov 2 13:58:32 UTC 2019
Modified Files:
pkgsrc/security/log2timeline: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/log2timeline/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/log2timeline/Makefile
diff -u pkgsrc/security/log2timeline/Makefile:1.10 pkgsrc/security/log2timeline/Makefile:1.11
--- pkgsrc/security/log2timeline/Makefile:1.10 Sun Aug 11 13:22:47 2019
+++ pkgsrc/security/log2timeline/Makefile Sat Nov 2 13:58:32 2019
@@ -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 @@ LICENSE= gnu-gpl-v3
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