diff options
author | eivind <eivind@FreeBSD.org> | 2004-03-31 22:27:43 +0800 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 2004-03-31 22:27:43 +0800 |
commit | 5d3238c9c29536e46396d079c34bc567c7af11d5 (patch) | |
tree | ff766a13dc878859230b895dcc74622b23c96db6 /irc/xchat/Makefile | |
parent | 46021a946a742bfb78199270c1b4781aaa099d44 (diff) | |
download | freebsd-ports-gnome-5d3238c9c29536e46396d079c34bc567c7af11d5.tar.gz freebsd-ports-gnome-5d3238c9c29536e46396d079c34bc567c7af11d5.tar.zst freebsd-ports-gnome-5d3238c9c29536e46396d079c34bc567c7af11d5.zip |
Make the default config conform to RFC1122 (no public away messages).
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 3215a85352fb..63d467c99872 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -7,7 +7,7 @@ PORTNAME= xchat PORTVERSION= 1.8.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES+= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/1.8/ \ http://xchat.linuxpower.org/files/source/1.8/ |