diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-03-21 21:35:47 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-03-21 21:35:47 +0000 |
commit | 3a0ccf7858d54afcfecc88a85f8fe6d8d096c942 (patch) | |
tree | a82cbbd21f580005396b5441c7163aef20e51c85 /irc/xchat | |
parent | b50832fc335ab810b248aec9b4892d1d1a51ca5c (diff) | |
download | ports-3a0ccf7858d54afcfecc88a85f8fe6d8d096c942.tar.gz ports-3a0ccf7858d54afcfecc88a85f8fe6d8d096c942.zip |
Notes
Diffstat (limited to 'irc/xchat')
-rw-r--r-- | irc/xchat/Makefile | 2 | ||||
-rw-r--r-- | irc/xchat/files/patch-xc280-fix-ja | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index ddbe6adb02c9..acc2488c8c4d 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -8,7 +8,7 @@ PORTNAME= xchat PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc gnome ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://xchat.org/files/source/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ diff --git a/irc/xchat/files/patch-xc280-fix-ja b/irc/xchat/files/patch-xc280-fix-ja new file mode 100644 index 000000000000..4a92d44fc7bf --- /dev/null +++ b/irc/xchat/files/patch-xc280-fix-ja @@ -0,0 +1,14 @@ +# +# Japanese translation error in 2.6.8 and 2.8.0 causes xchat NOT to run! +# +--- po/ja.po 8 Aug 2006 14:39:41 -0000 1.16 ++++ po/ja.po 15 Nov 2006 00:59:59 -0000 +@@ -1082,7 +1176,7 @@ + + #: src/common/textevents.h:318 + msgid "%C28-%C29$1/Wallops%C28-%O$t$2" +-msgstr "%C28-%C29$1/Wallops%C28-%O$t$" ++msgstr "%C28-%C29$1/Wallops%C28-%O$t$2" + + #: src/common/textevents.h:321 + #, fuzzy |