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/xchat/Makefile | |
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/xchat/Makefile')
-rw-r--r-- | irc/xchat/Makefile | 2 |
1 files changed, 1 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/}/ |