Date: Fri, 30 Jan 2004 17:35:52 -0500 (EST) From: aaron@snaphat.com To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62135: Update port: net/gyach Support for yahoo's new chat protocol Message-ID: <200401302235.i0UMZq1j045878@snaphat.com> Resent-Message-ID: <200401302240.i0UMe1v0048297@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62135 >Category: ports >Synopsis: Update port: net/gyach Support for yahoo's new chat protocol >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jan 30 14:40:01 PST 2004 >Closed-Date: >Last-Modified: >Originator: Aaron Myles Landwehr aaron@snaphat.com >Release: FreeBSD 5.2-RELEASE i386 >Organization: >Environment: System: FreeBSD snaphat.com 5.2-RELEASE FreeBSD 5.2-RELEASE #1: Sun Jan 18 00:29:40 EST 2004 root@snaphat.com:/usr/obj/usr/src/sys/FBSD52KERN i386 >Description: Yahoo updated their protocol to a new version causing gyach to not connect. The updated version allows for connection. >How-To-Repeat: >Fix: --- gyach.diff begins here --- diff -ruN gyach/Makefile gyachm/Makefile --- gyach/Makefile Fri Jan 30 15:39:24 2004 +++ gyachm/Makefile Fri Jan 30 15:40:18 2004 @@ -7,13 +7,15 @@ PORTNAME= gyach PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= http://www4.infi.net/~cpinkham/gyach/code/ -DISTNAME= ${PORTNAME}-${PORTVERSION} +MASTER_SITES= ftp://ftp.snaphat.com/pub/software/ +DISTNAME= ${PORTNAME}-${PORTVERSION}_patched MAINTAINER?= aaron@snaphat.com COMMENT= Gyach is a GTK+ based Yahoo! Chat client +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes USE_GNOME= gtk20 USE_X_PREFIX= yes diff -ruN gyach/distinfo gyachm/distinfo --- gyach/distinfo Fri Jan 30 15:39:24 2004 +++ gyachm/distinfo Thu Jan 29 22:38:46 2004 @@ -1 +1 @@ -MD5 (gyach-0.9.6.tar.gz) = 31384e0dce07367a4e318396a0702399 +MD5 (gyach-0.9.6_patched.tar.gz) = 11063ed91fe06bb9981d8373933ae0d7 --- gyach.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401302235.i0UMZq1j045878>