summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-11-23 13:56:31 +0000
committerwiz <wiz@pkgsrc.org>2010-11-23 13:56:31 +0000
commitbfcea0cd0c2f1512a930b0f9ee48719df91f9d04 (patch)
tree63fc5d1a36910a05334ab6157fb9280f3ced4a39 /devel
parentc57e7170954a7ca30a39050834b8d4746ba1d504 (diff)
downloadpkgsrc-bfcea0cd0c2f1512a930b0f9ee48719df91f9d04.tar.gz
Fix typo in comment.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-gettext/distinfo4
-rw-r--r--devel/p5-gettext/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-gettext/distinfo b/devel/p5-gettext/distinfo
index 2b075970b24..5a5459a9f5d 100644
--- a/devel/p5-gettext/distinfo
+++ b/devel/p5-gettext/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2010/11/23 13:53:53 haad Exp $
+$NetBSD: distinfo,v 1.6 2010/11/23 13:56:31 wiz Exp $
SHA1 (gettext-1.05.tar.gz) = 705f519ad61b4a8c522d8aaf98425e0bd21709f2
RMD160 (gettext-1.05.tar.gz) = 767adfce05b8fe77ddd7d3814951822746cf6e4b
Size (gettext-1.05.tar.gz) = 7693 bytes
-SHA1 (patch-aa) = 70b38ba8d332f42e2097c8b58b408ca023387247
+SHA1 (patch-aa) = 8e21c59da8f6e983d3ba94ad7550ae1d9fa48b01
diff --git a/devel/p5-gettext/patches/patch-aa b/devel/p5-gettext/patches/patch-aa
index 2e760686c65..5cda9a55431 100644
--- a/devel/p5-gettext/patches/patch-aa
+++ b/devel/p5-gettext/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1 2010/11/23 13:53:54 haad Exp $
+$NetBSD: patch-aa,v 1.2 2010/11/23 13:56:31 wiz Exp $
Fix problem with gettext definition of LC_* variables. See
code below as example of warning.
@@ -11,7 +11,7 @@ Prototype mismatch: sub main::LC_CTYPE: none vs () at -e line 0
Prototype mismatch: sub main::LC_MESSAGES: none vs () at -e line 0
Prototype mismatch: sub main::LC_COLLATE: none vs () at -e line 0
-Prblem fixed with patch from
+Problem fixed with patch from
http://rt.cpan.org/Public/Bug/Display.html?id=35680