From owner-freebsd-ports Tue Nov 25 00:57:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA27117 for ports-outgoing; Tue, 25 Nov 1997 00:57:49 -0800 (PST) (envelope-from owner-freebsd-ports) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA27111 for ; Tue, 25 Nov 1997 00:57:47 -0800 (PST) (envelope-from pst@FreeBSD.org) From: Paul Traina Received: (from pst@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA28319 for ports@freebsd.org; Tue, 25 Nov 1997 00:56:59 -0800 (PST) Date: Tue, 25 Nov 1997 00:56:59 -0800 (PST) Message-Id: <199711250856.AAA28319@freefall.freebsd.org> To: ports@FreeBSD.ORG Subject: looking for tcl/tk testers for 8.0p1 port upgrades Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Here's a small script which will check out the current 8.0 ports and upgrade them to 8.0.1. I'd like feedback before I commit. No feedback == the ports stay stale. #!/bin/sh cvs co tcl80 tk80 rm -f tk80/patches/patch-ad patch -p0 <&6 +++ Makefile.in Wed Oct 1 09:51:59 1997 @@ -55,7 +55,9 @@ BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin Index: tcl80/pkg/DESCR =================================================================== RCS file: /home/ncvs/ports/lang/tcl80/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 DESCR --- DESCR 1997/08/20 10:33:41 1.1.1.1 +++ DESCR 1997/11/25 08:47:41 @@ -1,4 +1,4 @@ -This package contains the binary release of Tcl8.0, an embeddable tool +This package contains the binary release of Tcl8.0p1, an embeddable tool command language. The best way to get started with Tcl is to read ``Tcl and the Tk Index: tcl80/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/lang/tcl80/pkg/PLIST,v retrieving revision 1.3 diff -u -r1.3 PLIST --- PLIST 1997/10/01 08:39:50 1.3 +++ PLIST 1997/11/25 08:47:41 @@ -1,6 +1,6 @@ bin/tclsh8.0 lib/libtcl80.a -lib/libtcl80.so.1.0 +lib/libtcl80.so.1.1 @exec /sbin/ldconfig -m %B include/tcl8.0/tcl.h include/tcl8.0/unix/tclUnixPort.h Index: tk80/Makefile =================================================================== RCS file: /home/ncvs/ports/x11/tk80/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 1997/10/08 10:48:52 1.5 +++ Makefile 1997/11/25 08:53:57 @@ -6,16 +6,16 @@ # $Id: Makefile,v 1.5 1997/10/08 10:48:52 asami Exp $ # -DISTNAME= tk8.0 -PKGNAME= tk-8.0 +DISTNAME= tk8.0p1 +PKGNAME= tk-8.0.1 CATEGORIES= x11 tk80 MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/ MAINTAINER= jkh@Freebsd.ORG -LIB_DEPENDS= tcl80\\.1\\.:${PORTSDIR}/lang/tcl80 +LIB_DEPENDS= tcl80\\.1\\.1:${PORTSDIR}/lang/tcl80 -WRKSRC= ${WRKDIR}/${DISTNAME}/unix +WRKSRC= ${WRKDIR}/tk8.0/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= PORTSDIR=${PORTSDIR} Index: tk80/files/md5 =================================================================== RCS file: /home/ncvs/ports/x11/tk80/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1997/08/20 19:59:59 1.1.1.1 +++ md5 1997/11/25 08:49:12 @@ -1 +1 @@ -MD5 (tk8.0.tar.gz) = 489cdb76937d05aaec4ee506ba15d7dc +MD5 (tk8.0p1.tar.gz) = d44ea2c46a7fe50dce2d6b98425dde43 Index: tk80/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/x11/tk80/pkg/PLIST,v retrieving revision 1.3 diff -u -r1.3 PLIST --- PLIST 1997/10/01 09:20:37 1.3 +++ PLIST 1997/11/25 08:49:12 @@ -243,7 +243,7 @@ lib/tk8.0/safetk.tcl lib/tk8.0/tkConfig.sh lib/libtk80.a -lib/libtk80.so.1.0 +lib/libtk80.so.1.1 @exec /sbin/ldconfig -m %B @dirrm lib/tk8.0/demos/images @dirrm lib/tk8.0/demos EOF