From owner-freebsd-ports Thu Oct 30 11:40:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA03380 for ports-outgoing; Thu, 30 Oct 1997 11:40:05 -0800 (PST) (envelope-from owner-freebsd-ports) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA03355; Thu, 30 Oct 1997 11:40:03 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 30 Oct 1997 11:40:03 -0800 (PST) Resent-Message-Id: <199710301940.LAA03355@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, brett@peloton.physics.montana.edu Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA02441 for ; Thu, 30 Oct 1997 11:29:11 -0800 (PST) (envelope-from brett@peloton.physics.montana.edu) Received: (from root@localhost) by peloton.physics.montana.edu (8.8.7/8.7.3) id MAA02974; Thu, 30 Oct 1997 12:30:21 -0700 (MST) Message-Id: <199710301930.MAA02974@peloton.physics.montana.edu> Date: Thu, 30 Oct 1997 12:30:21 -0700 (MST) From: brett@peloton.physics.montana.edu Reply-To: brett@peloton.physics.montana.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/4896: update of tkcvs port Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4896 >Category: ports >Synopsis: update of tkcvs port - new master site and tk80 dependence >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 30 11:40:01 PST 1997 >Last-Modified: >Originator: Brett Taylor >Organization: Montana State University, Bozeman >Release: FreeBSD 2.2-STABLE i386 >Environment: >Description: I tried to contact the maintainer, but haven't heard a response from him. The original master site, ftp.neosoft.com, has been screwing around with their archive and the distfile was really screwed up (tarball inside a tarball w/ wrong directory structure). I replaced that as a master site and added an additional site. There's a note at neosoft saying that they will be working on the ftp side of things for awhile and this may screw up other ports that use ftp.neosoft.com as a master site. I switched the tk dependency from 4.1 to 8.0. Finally, I changed 2 "cp" commands and 2 "install" commands to ${CP} and ${INSTALL} respectively (caught by portlint). >How-To-Repeat: use the attached diff below to modify the Makefile >Fix: diff -ruN tkcvs/Makefile tkcvs.new/Makefile --- tkcvs/Makefile Sun Oct 26 16:57:02 1997 +++ tkcvs.new/Makefile Thu Oct 30 12:12:27 1997 @@ -8,11 +8,12 @@ DISTNAME= tkcvs-6.0 CATEGORIES= devel tk41 -MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/apps/ +MASTER_SITES= http://www.neosoft.com/tcl/ftparchive/sorted/apps/tkcvs-6.0/ \ + http://ftp.sunet.se/pub/lang/tcl/sorted/apps/tkcvs-6.0/ MAINTAINER= shanee@augusta.de -LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 +LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 NO_BUILD= yes @@ -22,13 +23,13 @@ (cd $(WRKSRC)/tkcvs; sh ./doinstall) post-extract: - cp ${WRKSRC}/tkcvs/tkcvs.n ${WRKSRC}/tkcvs/tkcvs.1 - cp ${WRKSRC}/tkdiff/tkdiff.n ${WRKSRC}/tkdiff/tkdiff.1 + ${CP} ${WRKSRC}/tkcvs/tkcvs.n ${WRKSRC}/tkcvs/tkcvs.1 + ${CP} ${WRKSRC}/tkdiff/tkdiff.n ${WRKSRC}/tkdiff/tkdiff.1 post-install: .if !defined(NOPORTDOCS) - install -c ${WRKSRC}/README.tkcvs $(PREFIX)/lib/tkcvs/ - install -c ${WRKSRC}/tkdiff/README $(PREFIX)/lib/tkcvs/README.tkdiff + ${INSTALL} -c ${WRKSRC}/README.tkcvs $(PREFIX)/lib/tkcvs/ + ${INSTALL} -c ${WRKSRC}/tkdiff/README $(PREFIX)/lib/tkcvs/README.tkdiff .endif .include >Audit-Trail: >Unformatted: