diff options
author | marcus <marcus@FreeBSD.org> | 2004-07-02 06:54:20 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-07-02 06:54:20 +0000 |
commit | 25596973bf0efb0e63f47c01f9f56e7379b051ed (patch) | |
tree | 7d056f63971602bfc3e170e5999694065f752c05 /irc | |
parent | ef2994a29f015d0e2191fba1fc6c0a4f2ece7902 (diff) | |
download | FreeBSD-ports-25596973bf0efb0e63f47c01f9f56e7379b051ed.zip FreeBSD-ports-25596973bf0efb0e63f47c01f9f56e7379b051ed.tar.gz |
Update to 2.0.10 which features completely re-written tab completion
functionality. See http://forum.xchat.org/viewtopic.php?p=653 for more
details on the ne wtab completion, and http://xchat.org/changelog.txt for the
rest of the changes.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xchat2/Makefile | 2 | ||||
-rw-r--r-- | irc/xchat2/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index f529e0f..ba8835d 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xchat2 -PORTVERSION= 2.0.9 +PORTVERSION= 2.0.10 CATEGORIES= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/2.0/ DISTNAME= xchat-${PORTVERSION} diff --git a/irc/xchat2/distinfo b/irc/xchat2/distinfo index 25a9ecd..933a187 100644 --- a/irc/xchat2/distinfo +++ b/irc/xchat2/distinfo @@ -1,2 +1,2 @@ -MD5 (xchat-2.0.9.tar.bz2) = 8a38f161176cc2c54b32bbe5e51e3fc7 -SIZE (xchat-2.0.9.tar.bz2) = 1093203 +MD5 (xchat-2.0.10.tar.bz2) = 968bc5f074fd7c202a8d63758bd5b62d +SIZE (xchat-2.0.10.tar.bz2) = 1113265 |