Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Mar 1999 16:36:49 +1100 (EST)
From:      jim@phrantic.phear.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10395: update port: xchat-0.5.1 to 0.9.1
Message-ID:  <199903050536.QAA16903@corp.au.triax.com>

next in thread | raw e-mail | index | archive | help

>Number:         10395
>Category:       ports
>Synopsis:       update port: xchat-0.5.1 to 0.9.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar  4 21:40:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jim Mock
>Release:        FreeBSD 2.2.8-RELEASE i386
>Organization:
>Environment:

	

>Description:

Update xchat port from 0.5.1 to 0.9.1, and also remove the dependency
on gnome.  It's not needed and runs fine without it.

>How-To-Repeat:

	

>Fix:
	
Here's the diff..

diff -ruN xchat-0.5.1/Makefile xchat-0.9.1/Makefile
--- xchat-0.5.1/Makefile	Fri Mar  5 15:14:19 1999
+++ xchat-0.9.1/Makefile	Fri Mar  5 15:29:07 1999
@@ -1,24 +1,24 @@
 # New ports collection makefile for:	xchat
-# Version required:		0.5.1
+# Version required:		0.9.1
 # Date created:			17 Nov 1998
 # Whom:				Jim Mock <jim@phrantic.phear.net>
 #
 # $Id: Makefile,v 1.5 1999/01/17 19:57:11 vanilla Exp $
 #
 
-DISTNAME=	xchat-0.5.1
+DISTNAME=	xchat-0.9.1
 CATEGORIES=	net
 MASTER_SITES=	http://xchat.linuxpower.org/files/ \
-		http://www.spyda.co.za/pub/linux/x11/irc/xchat/ \
 		http://www.ozemail.com.au/~peterzelezny/xchat/
 
 MAINTAINER=	jim@phrantic.phear.net
 
-LIB_DEPENDS=	gnomeui.1:${PORTSDIR}/x11/gnomelibs
+LIB_DEPENDS=	gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel
 
 USE_GMAKE=	yes
 USE_PERL5=	yes
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-gnome
 CONFIGURE_ENV=	GTK_CONFIG="${X11BASE}/bin/gtk11d-config"
 
 .include <bsd.port.mk>
diff -ruN xchat-0.5.1/files/md5 xchat-0.9.1/files/md5
--- xchat-0.5.1/files/md5	Fri Mar  5 15:14:19 1999
+++ xchat-0.9.1/files/md5	Fri Mar  5 15:29:17 1999
@@ -1 +1 @@
-MD5 (xchat-0.5.1.tar.gz) = f03606c4e5512766ac6a10ccf4796756
+MD5 (xchat-0.9.1.tar.gz) = 9d2d55e6157e7a09f854fb412b343687
diff -ruN xchat-0.5.1/pkg/DESCR xchat-0.9.1/pkg/DESCR
--- xchat-0.5.1/pkg/DESCR	Fri Mar  5 15:14:19 1999
+++ xchat-0.9.1/pkg/DESCR	Fri Mar  5 15:30:36 1999
@@ -1,7 +1,6 @@
 X-Chat is a small yet very forceful X irc client.  It runs nicely, has a
 nice good looking interface, and best of all, is easy to use all around.
 
-The latest version is available from http://xchat.elitenet.org/ or
-http://users.mentasm.com/~zed/xchat/
+The latest version is available from http://xchat.linuxpower.org/.
 
 - Jim <jim@phrantic.phear.net>

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903050536.QAA16903>