From owner-freebsd-ports Mon Dec 2 14:20:59 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D83137B48C for ; Mon, 2 Dec 2002 14:20:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C148B43F08 for ; Mon, 2 Dec 2002 14:20:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gB2MK6x3002869 for ; Mon, 2 Dec 2002 14:20:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gB2MK6nV002868; Mon, 2 Dec 2002 14:20:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DA8037B401 for ; Mon, 2 Dec 2002 14:10:25 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0BD243E4A for ; Mon, 2 Dec 2002 14:10:23 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id CD60C940 for ; Tue, 3 Dec 2002 07:10:19 +0900 (JST) Message-Id: <20021203070954.3dd9c044.tkato@prontomail.com> Date: Tue, 3 Dec 2002 07:09:54 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/45935: Update port: lang/otcl to 1.0a8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 45935 >Category: ports >Synopsis: Update port: lang/otcl to 1.0a8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 02 14:20:06 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.0a8 >How-To-Repeat: >Fix: diff -urN /usr/ports/lang/otcl/Makefile lang/otcl/Makefile --- /usr/ports/lang/otcl/Makefile Mon Nov 11 19:00:11 2002 +++ lang/otcl/Makefile Sun Dec 1 10:23:43 2002 @@ -6,25 +6,26 @@ # PORTNAME= otcl -PORTVERSION= 1.0a7 +PORTVERSION= 1.0a8 CATEGORIES= lang tcl83 tk83 -MASTER_SITES= http://www.isi.edu/nsnam/dist/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= otcl-tclcl MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes +USE_AUTOCONF_VER= 213 CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3 -USE_AUTOCONF= yes +INSTALLS_SHLIB= yes + PKGINSTALL= ${PORTSDIR}/lang/tcl83/pkg-install.tclsh PKGDEINSTALL= ${PORTSDIR}/lang/tcl83/pkg-deinstall.tclsh post-install: ${LN} -sf libotcl.so ${PREFIX}/lib/libotcl.so.1 - strip ${PREFIX}/bin/otclsh - strip ${PREFIX}/bin/owish + ${STRIP_CMD} ${PREFIX}/bin/otclsh + ${STRIP_CMD} ${PREFIX}/bin/owish .if exists(${PKGINSTALL}) ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} .endif diff -urN /usr/ports/lang/otcl/distinfo lang/otcl/distinfo --- /usr/ports/lang/otcl/distinfo Tue Mar 12 10:13:35 2002 +++ lang/otcl/distinfo Sun Dec 1 10:22:56 2002 @@ -1 +1 @@ -MD5 (otcl-1.0a7.tar.gz) = b1cc048a131a061f8e5ef739acd4f781 +MD5 (otcl-1.0a8.tar.gz) = f9704db2d45b2be561bd501e1996fc38 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message