diff options
author | marcus <marcus@FreeBSD.org> | 2004-07-09 03:00:10 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-07-09 03:00:10 +0800 |
commit | ad7eb8f7bbde39c79e0299c92205f88960557bbb (patch) | |
tree | 6ebea12812ac28b0ff1d58e8de293cb778992f28 /irc/xchat2/Makefile | |
parent | 45d06d5277477f4412ec65407434eb08c495b2b0 (diff) | |
download | freebsd-ports-gnome-ad7eb8f7bbde39c79e0299c92205f88960557bbb.tar.gz freebsd-ports-gnome-ad7eb8f7bbde39c79e0299c92205f88960557bbb.tar.zst freebsd-ports-gnome-ad7eb8f7bbde39c79e0299c92205f88960557bbb.zip |
* Fix crash when typing <space> <tab>
* Fix a Glib warning when using completion in dialogs
Obtained from: http://xchat.org/files/source/2.0/patches/
Diffstat (limited to 'irc/xchat2/Makefile')
-rw-r--r-- | irc/xchat2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index ba8835d67c45..861644c23974 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -7,6 +7,7 @@ PORTNAME= xchat2 PORTVERSION= 2.0.10 +PORTREVISION= 1 CATEGORIES= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/2.0/ DISTNAME= xchat-${PORTVERSION} |