summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-04-07 08:05:50 +0000
committerhasso <hasso@pkgsrc.org>2009-04-07 08:05:50 +0000
commitf518352152137c440af4d2d4db9fecebebfef71d (patch)
tree85b70913c769b1ec2f82b8a61a9672e359920aa0 /devel
parent5da0d9ce487e0b2ceedc37e797a21dcd126a3fdb (diff)
downloadpkgsrc-f518352152137c440af4d2d4db9fecebebfef71d.tar.gz
Argh, correct typo.
Diffstat (limited to 'devel')
-rw-r--r--devel/nspr/distinfo4
-rw-r--r--devel/nspr/patches/patch-ad4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/nspr/distinfo b/devel/nspr/distinfo
index b75ca1dfda5..857e167240e 100644
--- a/devel/nspr/distinfo
+++ b/devel/nspr/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2009/04/07 08:03:38 hasso Exp $
+$NetBSD: distinfo,v 1.15 2009/04/07 08:05:50 hasso Exp $
SHA1 (nspr-4.6.7.tar.gz) = cf45319d02285ec5479445a1e9adfb9e94f55a6a
RMD160 (nspr-4.6.7.tar.gz) = 11a0d8b14ebdd441f6899c464b77144704ab638e
@@ -6,7 +6,7 @@ Size (nspr-4.6.7.tar.gz) = 1303759 bytes
SHA1 (patch-aa) = a5dd0a594ecd4487bb626b656a58a5311c7ec587
SHA1 (patch-ab) = fc668ceb47f9063ba9b0514a5da31bda0ca23916
SHA1 (patch-ac) = 365b3a5158db94f1976ecfd2ede120201717ad83
-SHA1 (patch-ad) = 3ae565217739965f2a705a856f13ab6805639a8d
+SHA1 (patch-ad) = fa93b1fa50f8c37062d9474f01e73be245f05330
SHA1 (patch-ae) = 99f0663770d045d98f99ac602569ea084e741a81
SHA1 (patch-af) = 7a94606109277b5af00197164a854f16d4259c0f
SHA1 (patch-ag) = 2150cae88a39eaf4588084ad62c611a83e339c75
diff --git a/devel/nspr/patches/patch-ad b/devel/nspr/patches/patch-ad
index a33d5cd359d..74ec1569e79 100644
--- a/devel/nspr/patches/patch-ad
+++ b/devel/nspr/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.4 2009/04/07 08:03:38 hasso Exp $
+$NetBSD: patch-ad,v 1.5 2009/04/07 08:05:50 hasso Exp $
--- pr/src/misc/prnetdb.c.orig 2006-11-14 19:41:59 +0200
+++ pr/src/misc/prnetdb.c 2009-04-03 18:29:50 +0300
@@ -6,7 +6,7 @@ $NetBSD: patch-ad,v 1.4 2009/04/07 08:03:38 hasso Exp $
#define _PR_HAVE_5_ARG_GETPROTO_R
#endif
-+#if __DragonFly_version >= 200201
++#if __DragonFly_version >= 200202
+#define _PR_HAVE_GETPROTO_R
+#define _PR_HAVE_5_ARG_GETPROTO_R
+#endif