Bug 15393 - [fix] japanese/expect
Summary: [fix] japanese/expect
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-12-10 07:40 UTC by taguchi
Modified: 1999-12-23 18:46 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description taguchi 1999-12-10 07:40:02 UTC
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.

Fix: Would you like commit following patch.

Thanks
BEGIN>---8<CUT HERE>8---


END>---8<CUT HERE>8-----yRr1tYAlekjRZrrxnH911kdBjY5x3m7Oy9AUSztblqvNEo1s
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

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
How-To-Repeat: # cd ${PORTSDIR}/japanese/expect
# make
....
Than we got md5 checksum error ...;-(
Comment 1 Steve Price freebsd_committer freebsd_triage 1999-12-23 18:45:39 UTC
State Changed
From-To: open->closed

Update committed, thanks!