Date: Tue, 3 Dec 2002 07:09:54 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/45935: Update port: lang/otcl to 1.0a8 Message-ID: <20021203070954.3dd9c044.tkato@prontomail.com>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021203070954.3dd9c044.tkato>