Unbroken, there was no new version out of alpha, and the moved distfile was easy enough to find. However tcl8 is stricter than tcl7 so I had to fix a forgotten quote too. This commit is from tkCVS.

This commit is contained in:
niklas 1998-12-17 21:15:34 +00:00
parent ca19252069
commit 500a2aeb3d
2 changed files with 13 additions and 4 deletions

View File

@ -1,14 +1,12 @@
# $OpenBSD: Makefile,v 1.3 1998/10/08 18:51:10 marc Exp $
# $OpenBSD: Makefile,v 1.4 1998/12/17 21:15:34 niklas Exp $
#
DISTNAME= tkcvs-6.0
CATEGORIES= devel
BROKEN= "code moved and newer version available"
MAINTAINER= todd@OpenBSD.org
MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/apps/
MASTER_SITES= http://www.neosoft.com/tcl/ftparchive/sorted/packages-7.6/apps/tkcvs-6.0/
RUN_DEPENDS= /usr/local/bin/wish8.0:${PORTSDIR}/x11/tk80

View File

@ -0,0 +1,11 @@
--- tkcvs/cvs.tcl.orig Thu Dec 17 22:03:52 1998
+++ tkcvs/cvs.tcl Thu Dec 17 22:04:05 1998
@@ -285,7 +285,7 @@
# -sj
set errstr "You must select files to be committed with CVS version"
set errstr "$errstr $cvscfg(cvsver)."
- set errstr "$errstr\n\nEither select a list of files or upgrade
+ set errstr "$errstr\n\nEither select a list of files or upgrade"
set errstr "$errstr your CVS to version 1.3"
cvserror "$errstr"
return