From owner-freebsd-ports Thu Dec 9 23:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D5C74152C9 for ; Thu, 9 Dec 1999 23:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA18095; Thu, 9 Dec 1999 23:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 34C83150C4; Thu, 9 Dec 1999 23:37:46 -0800 (PST) Message-Id: <19991210073746.34C83150C4@hub.freebsd.org> Date: Thu, 9 Dec 1999 23:37:46 -0800 (PST) From: taguchi@tohoku.iij.ad.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15393: [fix] japanese/expect Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15393 >Category: ports >Synopsis: [fix] japanese/expect >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 9 23:40:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Taguchi, Takeshi >Release: 3.3-stable >Organization: IIJ >Environment: FreeBSD hirose.tohoku.iij.ad.jp 3.3-STABLE FreeBSD 3.3-STABLE #13: Mon Nov 29 13:10:49 JST 1999 root@hirose.tohoku.iij.ad.jp:/usr/src/sys/compile/HIROSE i386 >Description: Ports Category: japanese This patch fix japanese/expect version mismatch probrem. Current expect version is 5.31, But this japanized expect require 5.30. So I fixed MASTER_SITE. Additionaly, I enbuged configure.in. so I've fixed it. >How-To-Repeat: # cd ${PORTSDIR}/japanese/expect # make .... Than we got md5 checksum error ...;-( >Fix: Would you like commit following patch. Thanks BEGIN>---88--- diff -ur expect.old/Makefile expect/Makefile --- expect.old/Makefile Sun Sep 19 02:37:35 1999 +++ expect/Makefile Fri Dec 10 16:27:42 1999 @@ -6,10 +6,10 @@ # $FreeBSD: ports/japanese/expect/Makefile,v 1.15 1999/09/18 17:37:35 steve Exp $ # -DISTNAME= expect +DISTNAME= expect-5.30 PKGNAME= ja-expect-5.30 CATEGORIES= japanese lang tk80 -MASTER_SITES= http://expect.nist.gov/ +MASTER_SITES= ftp://ftp.nist.gov/mel/div826/subject/expect/old/ MAINTAINER= taguchi@tohoku.iij.ad.jp diff -ur expect.old/files/md5 expect/files/md5 --- expect.old/files/md5 Sun Sep 19 02:37:38 1999 +++ expect/files/md5 Fri Dec 10 16:27:42 1999 @@ -1 +1 @@ -MD5 (expect.tar.gz) = 947ac547a40b02e7db0ecdae84b33ca7 +MD5 (expect-5.30.tar.gz) = 73bf1f347dde3c2b2cd04b344c6769df diff -ur expect.old/patches/patch-ab expect/patches/patch-ab --- expect.old/patches/patch-ab Sun Sep 19 02:37:38 1999 +++ expect/patches/patch-ab Fri Dec 10 16:27:42 1999 @@ -1,5 +1,5 @@ ---- configure.in.orig Thu Sep 2 22:01:56 1999 -+++ configure.in Sat Sep 18 12:10:30 1999 +--- configure.in.orig Fri Oct 8 06:49:57 1999 ++++ configure.in Fri Dec 10 16:25:19 1999 @@ -10,11 +10,14 @@ # note when updating version numbers here, also update pkgIndex.in (see # comments in Makefile) @@ -12,7 +12,7 @@ EXP_VERSION=$EXP_MAJOR_VERSION.$EXP_MINOR_VERSION EXP_VERSION_NODOTS=$EXP_MAJOR_VERSION$EXP_MINOR_VERSION EXP_VERSION_FULL=$EXP_VERSION.$EXP_MICRO_VERSION -+EXP_VERSION_PKG=$EXP_MAJOR_VERSION.$EXP_MINOR_VERSION_PREFIX.$EXP_MICRO_VERSIO ++EXP_VERSION_PKG=$EXP_MAJOR_VERSION.$EXP_MINOR_VERSION_PREFIX.$EXP_MICRO_VERSION # Tcl's handling of shared_lib_suffix requires this symbol exist VERSION=$EXP_MAJOR_VERSION.$EXP_MINOR_VERSION END>---88--- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message