From eb96436d3a0f4f1b4c11dd63d62e1cf3a7780fa3 Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Fri, 5 Jan 2007 21:25:14 +0000 Subject: Update to 2.8.0. PR: ports/107563 Submitted by: Alex --- irc/xchat/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'irc/xchat/Makefile') diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 01b7052ea65a..c699fca2d126 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -4,13 +4,13 @@ # # $FreeBSD$ # $MCom: ports-stable/irc/xchat/Makefile,v 1.1 2006/10/26 08:33:06 marcus Exp $ +# PORTNAME= xchat -PORTVERSION= 2.6.8 -PORTREVISION= 2 +PORTVERSION= 2.8.0 CATEGORIES= irc gnome ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://xchat.org/files/source/2.6/ + http://xchat.org/files/source/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ MASTER_SITE_SUBDIR= ${PORTNAME:S|2||} DISTNAME= xchat-${PORTVERSION} @@ -27,7 +27,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ CONFIGURE_ARGS= --enable-nls \ --enable-ipv6 -CONFLICTS= xchat-1* +CONFLICTS= xchat-1* xchat-systray-plugin* .if defined(WITH_SOCKS) BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 -- cgit v1.2.3