diff options
author | Jim Mock <jim@FreeBSD.org> | 2000-02-11 19:24:39 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2000-02-11 19:24:39 +0000 |
commit | d947340cb7ace8a099c56bf20b567b57019d72f1 (patch) | |
tree | b90703cbdb1af85ddc3d6106c84bbff7ea6233e2 /irc/xchat-gnome/Makefile | |
parent | - Fix new compiler error. (diff) |
Say hello to xchat-1.4.0. This is the first 'stable' release in about
6 months (according to the xchat.org site).
Diffstat (limited to 'irc/xchat-gnome/Makefile')
-rw-r--r-- | irc/xchat-gnome/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 0bd4e84b0a09..3e4dac314ce4 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: xchat -# Version required: 1.3.14 +# Version required: 1.4.0 # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= xchat-1.3.14 +DISTNAME= xchat-1.4.0 CATEGORIES= irc -MASTER_SITES= http://xchat.org/files/source/1.3/ \ - http://xchat.linuxpower.org/files/source/1.3/ +MASTER_SITES= http://xchat.org/files/source/1.4/ \ + http://xchat.linuxpower.org/files/source/1.4/ MAINTAINER= jim@FreeBSD.org |