diff options
author | pav <pav@FreeBSD.org> | 2003-12-14 21:26:21 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-14 21:26:21 +0800 |
commit | 54271c35d52bb056b5e0366fe395ca5a0f330f36 (patch) | |
tree | 3e6f4d2bc15dcb64b01e3523ca495dd05be5f7c8 /irc/xchat2/Makefile | |
parent | 24eb6b8b01432ba7e05fea4f20096197546bbe6b (diff) | |
download | freebsd-ports-gnome-54271c35d52bb056b5e0366fe395ca5a0f330f36.tar.gz freebsd-ports-gnome-54271c35d52bb056b5e0366fe395ca5a0f330f36.tar.zst freebsd-ports-gnome-54271c35d52bb056b5e0366fe395ca5a0f330f36.zip |
- Add a patch obtained from authors:
A bug discovered in 2.0.6 allows a remote user to crash the client.
All users should upgrade to a patched 2.0.6 immediately.
- Point fetching to our own resources, www.xchat.org is not able to
reliably transfer a file.
- Bump portrevision
Reported by: Rui Lopes
Diffstat (limited to 'irc/xchat2/Makefile')
-rw-r--r-- | irc/xchat2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 6f4ab55cce31..630593b71d14 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -7,9 +7,11 @@ PORTNAME= xchat2 PORTVERSION= 2.0.6 +PORTREVISION= 1 CATEGORIES= irc gnome ipv6 -MASTER_SITES= http://xchat.org/files/source/2.0/ \ - http://xchat.linuxpower.org/files/source/2.0/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= adamw +# http://xchat.org/files/source/2.0/ DISTNAME= xchat-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org |