diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-01-04 11:38:43 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-01-04 11:38:43 +0000 |
commit | 189ccb0c776394b8e946af03086dd0fbe00a2f51 (patch) | |
tree | 8d67d031a813da07c677b1f7c561c4739ea94597 /japanese | |
parent | Update to 20.5. (diff) |
Synchronize with upgrading emacs-20.5(a).
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/emacs20-dl-canna/Makefile | 2 | ||||
-rw-r--r-- | japanese/emacs20-dl-canna/pkg-descr | 2 | ||||
-rw-r--r-- | japanese/emacs20-dl-wnn6/Makefile | 2 | ||||
-rw-r--r-- | japanese/emacs20-dl-wnn6/pkg-descr | 2 | ||||
-rw-r--r-- | japanese/skk10-elisp-emacs20/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/japanese/emacs20-dl-canna/Makefile b/japanese/emacs20-dl-canna/Makefile index 603e09b27582..8ecffd513f8f 100644 --- a/japanese/emacs20-dl-canna/Makefile +++ b/japanese/emacs20-dl-canna/Makefile @@ -31,7 +31,7 @@ PLIST_SUB= EMACS_VER=${EMACS_VER} EMACS_ARCH=${MACHINE_ARCH}--freebsd \ DLCANNA_VER=${DLCANNA_VER} LISPDIR=${LISPDIR} DOCDIR=${DOCDIR} # ports variables -EMACS_VER= 20.4 +EMACS_VER= 20.5 EMACSDL_DIR= ${.CURDIR}/../../editors/emacs20-dl EMACSDL_SRCDIR= ${WRKDIRPREFIX}${EMACSDL_DIR}/work/emacs-${EMACS_VER}/src APEL_DEPENDS= ${PREFIX}/share/emacs/${EMACS_VER}/site-lisp/emu/emu.el diff --git a/japanese/emacs20-dl-canna/pkg-descr b/japanese/emacs20-dl-canna/pkg-descr index 7cdeeea5420c..714b4a20d7b4 100644 --- a/japanese/emacs20-dl-canna/pkg-descr +++ b/japanese/emacs20-dl-canna/pkg-descr @@ -35,7 +35,7 @@ or if you want to use canna-leim, as follows: This input-method toggle key-binding is C-\. -And you must use emacs-dl-20.4 (not emacs-20.4!). +And you must use emacs-dl-20.5 (not emacs-20.5!). This dynamic loading module sources and emacs20 dynamic loading patch is placed on the following URL: diff --git a/japanese/emacs20-dl-wnn6/Makefile b/japanese/emacs20-dl-wnn6/Makefile index a284773666d3..fa0bc0fad862 100644 --- a/japanese/emacs20-dl-wnn6/Makefile +++ b/japanese/emacs20-dl-wnn6/Makefile @@ -29,7 +29,7 @@ PLIST_SUB= EMACS_VER=${EMACS_VER} EMACS_ARCH=${MACHINE_ARCH}--freebsd \ DOCDIR=${DOCDIR} DOCDIR= share/doc/emacs20-dl-wnn6 -EMACS_VER= 20.4 +EMACS_VER= 20.5 EMACSDL_DIR= ${.CURDIR}/../../editors/emacs20-dl # hack to allow parallel build to work .if defined(PARALLEL_PACKAGE_BUILD) diff --git a/japanese/emacs20-dl-wnn6/pkg-descr b/japanese/emacs20-dl-wnn6/pkg-descr index 141f352dcc54..1b3777903334 100644 --- a/japanese/emacs20-dl-wnn6/pkg-descr +++ b/japanese/emacs20-dl-wnn6/pkg-descr @@ -26,7 +26,7 @@ To use Wnn, put in your $HOME/.emacs as follows: (autoload 'egg "egg" "Initialize EGG." t) -and M-x egg on emacs-dl-20.4 (not emacs-20.4!). +and M-x egg on emacs-dl-20.5 (not emacs-20.5!). This dynamic loading module sources and emacs20 dynamic loading module patch is placed on the following URL: diff --git a/japanese/skk10-elisp-emacs20/Makefile b/japanese/skk10-elisp-emacs20/Makefile index ed34bf4b2873..9f0bc7bae07e 100644 --- a/japanese/skk10-elisp-emacs20/Makefile +++ b/japanese/skk10-elisp-emacs20/Makefile @@ -23,7 +23,7 @@ PORT_CLASS?= master EMACS_PORT_NAME= emacs20 # emacsen-information EMACS_NAME= emacs -EMACS_VER= 20.4 +EMACS_VER= 20.5 EMACS_CMD= ${LOCALBASE}/bin/${EMACS_NAME}-${EMACS_VER} EMACS_LIBDIR= share/${EMACS_NAME} EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER} |