diff options
author | adamw <adamw@FreeBSD.org> | 2003-07-31 18:01:41 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-07-31 18:01:41 +0000 |
commit | 10eb4e207a932db64d0ed1f3d161f799f22d14ab (patch) | |
tree | 0f907c620a19c77d898287f30e62b536fff33183 /irc/xchat-gnome/Makefile | |
parent | 7c365f00a4e66dd6cfd349eb8defb7f84d14d588 (diff) | |
download | FreeBSD-ports-10eb4e207a932db64d0ed1f3d161f799f22d14ab.zip FreeBSD-ports-10eb4e207a932db64d0ed1f3d161f799f22d14ab.tar.gz |
Update to 2.0.4.
PR: ports/55123
Submitted by: Sebastian Yepes F. <esn@x123.info>
Diffstat (limited to 'irc/xchat-gnome/Makefile')
-rw-r--r-- | irc/xchat-gnome/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 31f42c6..e784c56 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -6,16 +6,12 @@ # PORTNAME= xchat2 -PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTVERSION= 2.0.4 CATEGORIES= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/2.0/ \ http://xchat.linuxpower.org/files/source/2.0/ DISTNAME= xchat-${PORTVERSION} -PATCH_SITES= ${MASTER_SITES:S/$/patches\//} -PATCHFILES= xc203-fixtint.diff - MAINTAINER= gnome@FreeBSD.org COMMENT= An X11 IRC client using the GTK+ 2 toolkit |