diff options
author | mezz <mezz@FreeBSD.org> | 2007-03-22 05:35:47 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-03-22 05:35:47 +0800 |
commit | 5a18585e87e00c72b00e38555b4a31f728aee95c (patch) | |
tree | 89fdcaa589a3e55f452d65e65abc0689a86bcf9b /irc | |
parent | 8e8022118a9c2ff7e837038594fe104537b84ea8 (diff) | |
download | freebsd-ports-gnome-5a18585e87e00c72b00e38555b4a31f728aee95c.tar.gz freebsd-ports-gnome-5a18585e87e00c72b00e38555b4a31f728aee95c.tar.zst freebsd-ports-gnome-5a18585e87e00c72b00e38555b4a31f728aee95c.zip |
Fix Japanese translation error in 2.6.8 and 2.8.0 causes xchat NOT to run,
bump the PORTREVISION.
Submitted by: Takeharu KATO <takeharu1219@ybb.ne.jp>
Diffstat (limited to 'irc')
-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 |