diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-05 20:49:47 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-05 20:49:47 +0000 |
commit | b71a1d488b6b45e0a968a4c149990c25b6a09215 (patch) | |
tree | dac5b1dd14794d86b061d26b9503adb2552ed3f8 /security/tripwire | |
parent | 624eed58928f83676fbd7ca01a5f6974bb2cce2a (diff) | |
download | pkgsrc-b71a1d488b6b45e0a968a4c149990c25b6a09215.tar.gz |
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'security/tripwire')
-rw-r--r-- | security/tripwire/distinfo | 8 | ||||
-rw-r--r-- | security/tripwire/patches/patch-ae | 4 | ||||
-rw-r--r-- | security/tripwire/patches/patch-af | 4 | ||||
-rw-r--r-- | security/tripwire/patches/patch-ai | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/security/tripwire/distinfo b/security/tripwire/distinfo index 883986044d0..aca552ab71f 100644 --- a/security/tripwire/distinfo +++ b/security/tripwire/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2005/02/24 13:10:14 agc Exp $ +$NetBSD: distinfo,v 1.11 2005/12/05 20:50:58 rillig Exp $ SHA1 (tripwire-1.2.tar.gz) = 6fc91e25b3e1af3881fd5b6acf240ab6c1133e38 RMD160 (tripwire-1.2.tar.gz) = f745db5973f14b1abbc0c2e7030f90e6fdac3257 @@ -7,10 +7,10 @@ SHA1 (patch-aa) = 2a03c5970becef18d0b655cc5e91a1db070111f8 SHA1 (patch-ab) = 186edaa504e6e1a7edadb2168982b9b8a2482bac SHA1 (patch-ac) = 35b3fe52f497e6cbbf7edfeaee398f0d24aff219 SHA1 (patch-ad) = 4b8ad8d0cd7c17a8f3a655c5a574856670533ea5 -SHA1 (patch-ae) = 18fe18ded565476a80b9280054cdf7f90403588e -SHA1 (patch-af) = b8238aa69ddab6c74ac9057bdc58acbce0f50c0e +SHA1 (patch-ae) = 6eb1767af3d881ed4181ab83bd02c960edd0a84e +SHA1 (patch-af) = 1e4eb327ddda18ef08d4b62ca846262dfdf059a6 SHA1 (patch-ag) = 3bfc6965782d727b6b5cf20da4dd44e45327925f SHA1 (patch-ah) = 97eccc44190e165dbf174f04c3acab5f1b442bc7 -SHA1 (patch-ai) = 51075e32a7523a8d1691aa41336fe46b671fa865 +SHA1 (patch-ai) = c01404b4036d8607c0eea294d2c87d7f454e9abe SHA1 (patch-aj) = 87a7df6f487339cf06ec662492db4fc238674488 SHA1 (patch-ak) = f97dbba31eec398322384ec72c75ba6698d55718 diff --git a/security/tripwire/patches/patch-ae b/security/tripwire/patches/patch-ae index 6f91bcdfd90..c11b40d78fb 100644 --- a/security/tripwire/patches/patch-ae +++ b/security/tripwire/patches/patch-ae @@ -1,8 +1,8 @@ -$NetBSD: patch-ae,v 1.1 2003/12/05 05:40:32 ben Exp $ +$NetBSD: patch-ae,v 1.2 2005/12/05 20:50:58 rillig Exp $ --- src/config.parse.c.orig 1994-07-20 18:03:26.000000000 -0700 +++ src/config.parse.c -@@ -55,7 +55,6 @@ static char rcsid[] = "$Id: config.parse +@@ -55,7 +55,6 @@ #endif /* prototypes */ diff --git a/security/tripwire/patches/patch-af b/security/tripwire/patches/patch-af index c6fbc789b9c..27a22366ac4 100644 --- a/security/tripwire/patches/patch-af +++ b/security/tripwire/patches/patch-af @@ -1,8 +1,8 @@ -$NetBSD: patch-af,v 1.2 2003/12/09 19:17:37 ben Exp $ +$NetBSD: patch-af,v 1.3 2005/12/05 20:50:58 rillig Exp $ --- src/dbase.build.c.orig 1994-07-25 08:24:09.000000000 -0700 +++ src/dbase.build.c -@@ -66,7 +66,6 @@ static char rcsid[] = "$Id: dbase.build. +@@ -66,7 +66,6 @@ int files_scanned_num = 0; /* prototypes */ diff --git a/security/tripwire/patches/patch-ai b/security/tripwire/patches/patch-ai index 164f42bb3b3..2bc7bbbe49d 100644 --- a/security/tripwire/patches/patch-ai +++ b/security/tripwire/patches/patch-ai @@ -1,8 +1,8 @@ -$NetBSD: patch-ai,v 1.1 2003/12/05 05:40:32 ben Exp $ +$NetBSD: patch-ai,v 1.2 2005/12/05 20:50:58 rillig Exp $ --- src/siggen.c.orig 1994-07-25 08:24:12.000000000 -0700 +++ src/siggen.c -@@ -52,7 +52,6 @@ static char rcsid[] = "$Id: siggen.c,v 1 +@@ -52,7 +52,6 @@ extern int optind; int debuglevel = 0; |