summaryrefslogtreecommitdiff
path: root/net/libares
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
commitb71a1d488b6b45e0a968a4c149990c25b6a09215 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /net/libares
parent624eed58928f83676fbd7ca01a5f6974bb2cce2a (diff)
downloadpkgsrc-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 'net/libares')
-rw-r--r--net/libares/distinfo6
-rw-r--r--net/libares/patches/patch-ab4
-rw-r--r--net/libares/patches/patch-ac4
3 files changed, 7 insertions, 7 deletions
diff --git a/net/libares/distinfo b/net/libares/distinfo
index d7c5d570340..f5f2a12bbb3 100644
--- a/net/libares/distinfo
+++ b/net/libares/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2005/11/20 15:08:35 tonio Exp $
+$NetBSD: distinfo,v 1.5 2005/12/05 20:50:47 rillig Exp $
SHA1 (ares-1.1.1.tar.gz) = eafe6ba9c85122538f06dabd735a048abea8bb1e
RMD160 (ares-1.1.1.tar.gz) = 2b564f1194f538ba12378034428bd3a22f8e5a98
Size (ares-1.1.1.tar.gz) = 65463 bytes
SHA1 (patch-aa) = cb8aaad721963f958d61b6b9f3d466c522736c56
-SHA1 (patch-ab) = 380f6cc08630e8173ca7106a939c77fbf6994010
-SHA1 (patch-ac) = 563e29d30d0542b5baac60eba5d053a64c4980da
+SHA1 (patch-ab) = 093014d0747a2077826fa2ae07a1a7a576cde6e4
+SHA1 (patch-ac) = b3c1688b4e9c6c590eaf269d634c5506869f1c7d
diff --git a/net/libares/patches/patch-ab b/net/libares/patches/patch-ab
index d68d86aa915..6a69225b799 100644
--- a/net/libares/patches/patch-ab
+++ b/net/libares/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1 2005/03/12 05:42:48 tv Exp $
+$NetBSD: patch-ab,v 1.2 2005/12/05 20:50:47 rillig Exp $
--- ares_init.c.orig 1999-10-23 15:28:13.000000000 -0400
+++ ares_init.c
-@@ -32,6 +32,10 @@ static const char rcsid[] = "$Id: ares_i
+@@ -32,6 +32,10 @@
#include "ares.h"
#include "ares_private.h"
diff --git a/net/libares/patches/patch-ac b/net/libares/patches/patch-ac
index d73db6d6fe9..e71417acbb2 100644
--- a/net/libares/patches/patch-ac
+++ b/net/libares/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.1 2005/11/20 15:08:35 tonio Exp $
+$NetBSD: patch-ac,v 1.2 2005/12/05 20:50:47 rillig Exp $
--- adig.c.orig 2001-05-18 22:59:51.000000000 +0200
+++ adig.c
-@@ -35,6 +35,10 @@ static const char rcsid[] = "$Id: adig.c
+@@ -35,6 +35,10 @@
#define INADDR_NONE 0xffffffff
#endif