From owner-freebsd-ports Mon Oct 23 7:10: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4011037B4C5 for ; Mon, 23 Oct 2000 07:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA18881; Mon, 23 Oct 2000 07:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from privatecube.privatelabs.com (ppp164.max-01.intercom.com [198.143.0.164]) by hub.freebsd.org (Postfix) with ESMTP id 14D9C37B4CF for ; Mon, 23 Oct 2000 07:01:47 -0700 (PDT) Received: from misha.privatelabs.com (root@misha.privatelabs.com [198.143.31.6]) by privatecube.privatelabs.com (8.9.3/8.9.2) with ESMTP id JAA02987 for ; Mon, 23 Oct 2000 09:21:08 -0400 Received: (from root@localhost) by misha.privatelabs.com (8.11.0/8.9.3) id e9NE11B16148; Mon, 23 Oct 2000 10:01:01 -0400 (EDT) (envelope-from mi) Message-Id: <200010231401.e9NE11B16148@misha.privatelabs.com> Date: Mon, 23 Oct 2000 10:01:01 -0400 (EDT) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/22243: MAINTAINER UPGRADE of deve/tcl-memchan: 2.1p1 to 2.1p2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22243 >Category: ports >Synopsis: MAINTAINER UPGRADE of deve/tcl-memchan: 2.1p1 to 2.1p2 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 23 07:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 4.1.1-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: This upgrades the port to use the author's version 2.1p2 (released on Oct 4, 2000) -- the older 2.1p1 is no longer available on the master-site. Thanks to the Bill Fenner's script for pointing that out :-) . This upgrade also removes my pkgIndex.tcl in favor of the one generated by the software's configure. The libmemchan.so.1 is now installed into ${PREFIX}/lib/ instead of the libmemchan83.so.1 going into ${PREFIX}/lib/tcl8.3/memchan/ -- the library can be used by multiple versions of TCL, it seems -- thanks to TCL_STUBS. Placing it into the standard directory should ease the work of those wishing to link the library into their applications. >How-To-Repeat: >Fix: --- Makefile Mon Jul 31 11:36:08 2000 +++ Makefile Mon Oct 23 09:44:04 2000 @@ -8,3 +8,3 @@ PORTNAME= memchan -PORTVERSION= 2.1p1 +PORTVERSION= 2.1p2 CATEGORIES= devel tcl83 @@ -41,4 +41,4 @@ ${MKDIR} ${PREFIX}/lib/tcl${TCLV}/memchan - ${INSTALL_DATA} ${WRKSRC}/libmemchan${TCLVND}.so.1 ${FILESDIR}/pkgIndex.tcl \ - ${PREFIX}/lib/tcl${TCLV}/memchan + ${INSTALL_DATA} ${WRKSRC}/libmemchan.so.1 ${PREFIX}/lib/ + ${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${PREFIX}/lib/tcl${TCLV}/memchan .ifndef(NOPORTDOCS) --- distinfo Mon Jul 31 11:36:08 2000 +++ distinfo Mon Oct 23 09:35:47 2000 @@ -1 +1 @@ -MD5 (memchan2.1p1.tar.bz2) = e28df221d9576a28c40416089a3640f1 +MD5 (memchan2.1p2.tar.bz2) = 1d0efe6261b418974db0e05eb2023546 --- pkg-plist Mon Jul 31 11:36:11 2000 +++ pkg-plist Mon Oct 23 09:45:07 2000 @@ -1,2 +1,2 @@ -lib/tcl%%TCLV%%/memchan/libmemchan%%TCLVND%%.so.1 +lib/libmemchan.so.1 lib/tcl%%TCLV%%/memchan/pkgIndex.tcl --- files/pkgIndex.tcl Mon Jul 31 11:36:09 2000 +++ files/pkgIndex.tcl Wed Dec 31 19:00:00 1969 @@ -1 +0,0 @@ -package ifneeded Memchan 2.1.1 [list load $dir/libmemchan.so.1] >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message