diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-23 18:46:41 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-23 18:46:41 +0000 |
commit | b7f230417eba11da188d81a72b770c23fee8f5a7 (patch) | |
tree | 02d6768a2c8c0e018817d3c5ca37470be107c788 /japanese/expect | |
parent | * Fixed patches not to change one file twice (diff) |
Update to version 5.31.
PR: 15393
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=23918
Diffstat (limited to 'japanese/expect')
-rw-r--r-- | japanese/expect/Makefile | 4 | ||||
-rw-r--r-- | japanese/expect/distinfo | 2 | ||||
-rw-r--r-- | japanese/expect/files/patch-ab | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/japanese/expect/Makefile b/japanese/expect/Makefile index af3ff626a476..5aab8146fa63 100644 --- a/japanese/expect/Makefile +++ b/japanese/expect/Makefile @@ -6,10 +6,10 @@ # $FreeBSD$ # -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 --git a/japanese/expect/distinfo b/japanese/expect/distinfo index e150c078dbff..1837265c4f64 100644 --- a/japanese/expect/distinfo +++ b/japanese/expect/distinfo @@ -1 +1 @@ -MD5 (expect.tar.gz) = 947ac547a40b02e7db0ecdae84b33ca7 +MD5 (expect-5.30.tar.gz) = 73bf1f347dde3c2b2cd04b344c6769df diff --git a/japanese/expect/files/patch-ab b/japanese/expect/files/patch-ab index 0f0f5d406797..0e057891689d 100644 --- a/japanese/expect/files/patch-ab +++ b/japanese/expect/files/patch-ab @@ -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 |