diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-07-24 19:19:21 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-07-24 19:19:21 +0000 |
commit | e7017e1881a2d09fb4139510261ac705eeca8fa3 (patch) | |
tree | 9f085efc9658c04bc0cad68cf4d47847af4e8136 | |
parent | eaac2190b6bd960cb6956174681c75a37678ca24 (diff) | |
download | pkgsrc-e7017e1881a2d09fb4139510261ac705eeca8fa3.tar.gz |
Fix a typo that prevented this pkg from building using the
NetBSD 1.6 msgfmt.
-rw-r--r-- | comms/scmxx/distinfo | 3 | ||||
-rw-r--r-- | comms/scmxx/patches/patch-ae | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/comms/scmxx/distinfo b/comms/scmxx/distinfo index 71e35db1ccc..2b9a70d4981 100644 --- a/comms/scmxx/distinfo +++ b/comms/scmxx/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.27 2005/07/14 19:48:57 wiz Exp $ +$NetBSD: distinfo,v 1.28 2005/07/24 19:19:21 kristerw Exp $ SHA1 (scmxx-0.8.0.tar.bz2) = 86757ac0e171d81c1887353316caf935dd260899 RMD160 (scmxx-0.8.0.tar.bz2) = 17541ed99b736a76f380e6255d982b2283031a6a @@ -7,3 +7,4 @@ SHA1 (patch-aa) = 6c448c6a0dbe4551297a976e8608e63ad950865e SHA1 (patch-ab) = 5bd30d280e7c4ad91570f56c96de3b90f6168d77 SHA1 (patch-ac) = a4bc9571948b032427a3b9dd3fdbdd9f1f12ebc3 SHA1 (patch-ad) = a4f40faa7fa1c921fef7cbb059adac9ef97a0921 +SHA1 (patch-ae) = bfb5dae1dde9b2a00eec1fed5fabaefcb0587a98 diff --git a/comms/scmxx/patches/patch-ae b/comms/scmxx/patches/patch-ae new file mode 100644 index 00000000000..3dbbc524366 --- /dev/null +++ b/comms/scmxx/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.3 2005/07/24 19:19:21 kristerw Exp $ + +--- po/it.po.orig Sun Jul 24 21:10:18 2005 ++++ po/it.po Sun Jul 24 21:12:26 2005 +@@ -13,7 +13,7 @@ + "MIME-Version: 1.0\n" + "Content-Type: text/plain; charset=ISO-8859-1\n" + "Content-Transfer-Encoding: 8bit\n" +-"anguage-Team: Italian <tp@lists.linux.it>\n" ++"Language-Team: Italian <tp@lists.linux.it>\n" + "Plural-Forms: nplurals=2; plural=(n != 1);\n" + + #: ../src/atcommand/common.c:58 |