summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2010-11-23 13:56:31 +0000
committerwiz <wiz>2010-11-23 13:56:31 +0000
commit2865b916c0720b33153923772bb17a2638641dd0 (patch)
tree63fc5d1a36910a05334ab6157fb9280f3ced4a39 /devel
parent7dc9f24a70f34d96b7812dcfd622fb215bc06c7d (diff)
downloadpkgsrc-2865b916c0720b33153923772bb17a2638641dd0.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