Sat Nov 2 13:58:32 2019 UTC ()
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.


(rillig)
diff -r1.10 -r1.11 pkgsrc/security/log2timeline/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/security/log2timeline/Makefile (expand / switch to unified diff)

--- pkgsrc/security/log2timeline/Makefile 2019/08/11 13:22:47 1.10
+++ pkgsrc/security/log2timeline/Makefile 2019/11/02 13:58:32 1.11
@@ -1,39 +1,30 @@ @@ -1,39 +1,30 @@
1# $NetBSD: Makefile,v 1.10 2019/08/11 13:22:47 wiz Exp $ 1# $NetBSD: Makefile,v 1.11 2019/11/02 13:58:32 rillig Exp $
2# 2#
3 3
4DISTNAME= log2timeline_${L2T_VERSION} 4DISTNAME= log2timeline_${L2T_VERSION}
5PKGNAME= ${DISTNAME:S/_/-/} 5PKGNAME= ${DISTNAME:S/_/-/}
6PKGREVISION= 6 6PKGREVISION= 6
7CATEGORIES= security 7CATEGORIES= security
8MASTER_SITES= http://log2timeline.googlecode.com/files/ 8MASTER_SITES= http://log2timeline.googlecode.com/files/
9EXTRACT_SUFX= .tgz 9EXTRACT_SUFX= .tgz
10 10
11MAINTAINER= pettai@NetBSD.org 11MAINTAINER= pettai@NetBSD.org
12HOMEPAGE= http://log2timeline.net/ 12HOMEPAGE= http://log2timeline.net/
13COMMENT= Framework for automatic creation of a super timeline 13COMMENT= Framework for automatic creation of a super timeline
14LICENSE= gnu-gpl-v3 14LICENSE= gnu-gpl-v3
15 15
16L2T_VERSION= 0.65 16L2T_VERSION= 0.65
17 17
18REPLACE_PERL= lib/Log2t/BinRead.pm 
19REPLACE_PERL= lib/Log2t/Common.pm 
20REPLACE_PERL= lib/Log2t/Network.pm 
21REPLACE_PERL= lib/Log2t/Numbers.pm 
22REPLACE_PERL= lib/Log2t/Time.pm 
23REPLACE_PERL= lib/Log2t/Win.pm 
24REPLACE_PERL= lib/Log2t/WinReg.pm 
25REPLACE_PERL= lib/Log2t/input/ff_cache.pm 
26REPLACE_PERL= lib/Log2t/input/safari.pm 
27REPLACE_PERL= l2t_process_old.pl 18REPLACE_PERL= l2t_process_old.pl
28 19
29DEPENDS+= p5-Archive-Zip>=1.18:../../archivers/p5-Archive-Zip 20DEPENDS+= p5-Archive-Zip>=1.18:../../archivers/p5-Archive-Zip
30DEPENDS+= p5-Carp-Assert>=0:../../devel/p5-Carp-Assert 21DEPENDS+= p5-Carp-Assert>=0:../../devel/p5-Carp-Assert
31DEPENDS+= p5-DBD-SQLite>=0:../../databases/p5-DBD-SQLite 22DEPENDS+= p5-DBD-SQLite>=0:../../databases/p5-DBD-SQLite
32DEPENDS+= p5-DBI>=1.52:../../databases/p5-DBI 23DEPENDS+= p5-DBI>=1.52:../../databases/p5-DBI
33DEPENDS+= p5-Data-Hexify>=0:../../converters/p5-Data-Hexify 24DEPENDS+= p5-Data-Hexify>=0:../../converters/p5-Data-Hexify
34DEPENDS+= p5-Date-Manip>=0:../../devel/p5-Date-Manip 25DEPENDS+= p5-Date-Manip>=0:../../devel/p5-Date-Manip
35DEPENDS+= p5-DateTime>=0.41:../../time/p5-DateTime 26DEPENDS+= p5-DateTime>=0.41:../../time/p5-DateTime
36DEPENDS+= p5-DateTime-Format-Strptime>=0:../../time/p5-DateTime-Format-Strptime 27DEPENDS+= p5-DateTime-Format-Strptime>=0:../../time/p5-DateTime-Format-Strptime
37DEPENDS+= p5-DateTime-TimeZone>=0:../../time/p5-DateTime-TimeZone 28DEPENDS+= p5-DateTime-TimeZone>=0:../../time/p5-DateTime-TimeZone
38DEPENDS+= p5-Digest-CRC>=0.14:../../security/p5-Digest-CRC 29DEPENDS+= p5-Digest-CRC>=0.14:../../security/p5-Digest-CRC
39#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=0}:../../security/p5-Digest-MD5 30#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=0}:../../security/p5-Digest-MD5