diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-11-25 22:48:07 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-11-25 22:48:07 +0000 |
commit | 8d971d440fd05bf045a50ed1b24e8c0e94ea401b (patch) | |
tree | 251b83b3277c1f3804331eed89bb7752893f58ed /net/ytalk | |
parent | remove manpages from PLIST as requested by Satoshi (diff) |
Upgrade to 3.1, and remove all the patches as the author seems to have
merged them all in.
PR: ports/8836
Submitted by: Dominic Mitchell <dom@phmit.demon.co.uk>
Notes
Notes:
svn path=/head/; revision=14907
Diffstat (limited to 'net/ytalk')
-rw-r--r-- | net/ytalk/Makefile | 20 | ||||
-rw-r--r-- | net/ytalk/distinfo | 2 | ||||
-rw-r--r-- | net/ytalk/pkg-descr | 5 | ||||
-rw-r--r-- | net/ytalk/pkg-plist | 2 |
4 files changed, 13 insertions, 16 deletions
diff --git a/net/ytalk/Makefile b/net/ytalk/Makefile index 209f1d2c5930..ca375b5fa146 100644 --- a/net/ytalk/Makefile +++ b/net/ytalk/Makefile @@ -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.6 1996/11/18 11:37:20 asami Exp $ +# $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 --git a/net/ytalk/distinfo b/net/ytalk/distinfo index 934128547ebb..92788b2ab826 100644 --- a/net/ytalk/distinfo +++ b/net/ytalk/distinfo @@ -1 +1 @@ -MD5 (ytalk-v3pl2.tar.gz) = 50adeddda5950f8b2eef3c8ddcdbb05d +MD5 (ytalk-3.1.tar.gz) = faefb277a3347ff85c4b63a9443743ee diff --git a/net/ytalk/pkg-descr b/net/ytalk/pkg-descr index e8dcae61013f..5f4bfe2422e1 100644 --- a/net/ytalk/pkg-descr +++ b/net/ytalk/pkg-descr @@ -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 --git a/net/ytalk/pkg-plist b/net/ytalk/pkg-plist index dd865bbc14e7..559e1b34b200 100644 --- a/net/ytalk/pkg-plist +++ b/net/ytalk/pkg-plist @@ -1,2 +1,2 @@ bin/ytalk -man/man1/ytalk.1.gz +etc/ytalkrc |