Date: Wed, 25 Nov 1998 02:00:01 -0800 (PST) From: Dom Mitchell <dom@phmit.demon.co.uk> To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/8836: Update port of ytalk Message-ID: <199811251000.CAA08579@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/8836; it has been noted by GNATS. From: Dom Mitchell <dom@phmit.demon.co.uk> To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/8836: Update port of ytalk Date: Wed, 25 Nov 1998 09:26:24 +0000 On 24 November 1998, FreeBSD-gnats-submit@FreeBSD.ORG proclaimed: > Thank you very much for your problem report. > It has the internal identification `ports/8836'. > The individual assigned to look at your > report is: freebsd-ports. > > >Category: ports > >Responsible: freebsd-ports > >Synopsis: Update port of ytalk > >Arrival-Date: Tue Nov 24 02:40:01 PST 1998 Here's the diff instead of the shar which I sent previously. -- Dom Mitchell -- Palmer & Harvey McLane -- Unix Systems Administrator ``Damn the philosophy, just provide the functionality and let anyone with a competing philosophy come up with some better alternative if they don't like it.'' -- JKH diff -urP /usr/ports/net/ytalk/Makefile ytalk/Makefile --- /usr/ports/net/ytalk/Makefile Sun Mar 2 12:14:22 1997 +++ ytalk/Makefile Tue Nov 24 09:05:20 1998 @@ -1,21 +1,19 @@ # New ports collection makefile for: ytalk -# Version required: 3.0pl2 +# Version required: 3.1 # Date created: 18 March 1995 -# Whom: asami +# Whom: dom@myrddin.demon.co.uk # # $Id: Makefile,v 1.7 1997/03/02 12:14:22 asami Exp $ # -DISTNAME= ytalk-v3pl2 -PKGNAME= ytalk-3.0.2 +DISTNAME= ytalk-3.1 CATEGORIES= net -MASTER_SITES= ftp://knot.queensu.ca/pub/unix/software/ +MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/ytalk/ -MAINTAINER= ports@FreeBSD.ORG +MAINTAINER= dom@myrddin.demon.co.uk -WRKSRC= ${WRKDIR}/ytalk-3.2 -USE_IMAKE= yes -# otherwise pkg_create will think it went to /usr/X11R6 -PREFIX= ${LOCALBASE} +MAN1= ytalk.1 + +GNU_CONFIGURE= yes .include <bsd.port.mk> diff -urP /usr/ports/net/ytalk/files/md5 ytalk/files/md5 --- /usr/ports/net/ytalk/files/md5 Fri Mar 24 06:27:20 1995 +++ ytalk/files/md5 Tue Nov 24 09:04:38 1998 @@ -1 +1 @@ -MD5 (ytalk-v3pl2.tar.gz) = 50adeddda5950f8b2eef3c8ddcdbb05d +MD5 (ytalk-3.1.tar.gz) = faefb277a3347ff85c4b63a9443743ee Only in /usr/ports/net/ytalk: patches diff -urP /usr/ports/net/ytalk/pkg/DESCR ytalk/pkg/DESCR --- /usr/ports/net/ytalk/pkg/DESCR Fri Mar 24 06:27:20 1995 +++ ytalk/pkg/DESCR Tue Nov 24 09:12:39 1998 @@ -1,8 +1,7 @@ -This is ytalk-3.0 patchlevel 2. +This is ytalk-3.1 YTalk is in essence a multi-user chat program. It works almost exactly like the UNIX talk program and even communicates with the same talk daemon(s), but YTalk allows for multiple connections. -- Satoshi -asami@cs.berkeley.edu +http://www.eleves.ens.fr:8080/home/espel/ytalk/ diff -urP /usr/ports/net/ytalk/pkg/PLIST ytalk/pkg/PLIST --- /usr/ports/net/ytalk/pkg/PLIST Mon Nov 18 14:09:52 1996 +++ ytalk/pkg/PLIST Tue Nov 24 09:12:46 1998 @@ -1,2 +1,2 @@ bin/ytalk -man/man1/ytalk.1.gz +etc/ytalkrc 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?199811251000.CAA08579>