diff options
author | pav <pav@FreeBSD.org> | 2006-12-18 23:57:41 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-12-18 23:57:41 +0800 |
commit | 29b2538ed569ac0532878ffaee4677b30ab056d5 (patch) | |
tree | 772b8227fc6ff23e30ab1324475b3b7f40f2ff6d /irc/xchat/Makefile | |
parent | 4b1be278ab23490a9f50af268cb3f626326b00c5 (diff) | |
download | freebsd-ports-gnome-29b2538ed569ac0532878ffaee4677b30ab056d5.tar.gz freebsd-ports-gnome-29b2538ed569ac0532878ffaee4677b30ab056d5.tar.zst freebsd-ports-gnome-29b2538ed569ac0532878ffaee4677b30ab056d5.zip |
- Fix a security problem
Obtained from: Peter Zelezny <zed@xchat.org> (author)
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 03104fe653e6..01b7052ea65a 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -7,7 +7,7 @@ PORTNAME= xchat PORTVERSION= 2.6.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc gnome ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://xchat.org/files/source/2.6/ |