diff options
author | steve <steve@FreeBSD.org> | 1999-12-24 02:46:41 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-24 02:46:41 +0800 |
commit | 38291bb0724767269fbbf03479f7aaa47c772741 (patch) | |
tree | 858920f738a7f55456fdda97cf55a0f8f710b660 /japanese/expect/files | |
parent | 9bb5ddc1f61bcfdaecc6020f41133c345f3bb9e6 (diff) | |
download | freebsd-ports-gnome-38291bb0724767269fbbf03479f7aaa47c772741.tar.gz freebsd-ports-gnome-38291bb0724767269fbbf03479f7aaa47c772741.tar.zst freebsd-ports-gnome-38291bb0724767269fbbf03479f7aaa47c772741.zip |
Update to version 5.31.
PR: 15393
Submitted by: maintainer
Diffstat (limited to 'japanese/expect/files')
-rw-r--r-- | japanese/expect/files/patch-ab | 6 |
1 files changed, 3 insertions, 3 deletions
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 |