Upgrade to 21.3.

This commit is contained in:
Munechika SUMIKAWA 2003-04-09 18:55:29 +00:00
parent ff17576aec
commit 21c797eb27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78678
6 changed files with 22 additions and 24 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= emcws
PORTVERSION= 21.2
PORTREVISION= 4
PORTVERSION= ${EMACS_VER}
CATEGORIES= japanese editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= emacs
@ -15,7 +14,7 @@ DISTNAME= emacs-${PORTVERSION}
PATCH_SITES= ftp://ftp.ki.nu/pub/emcws/ \
ftp://ftp.jpl.org/pub/misc/
PATCHFILES= emcws-${EMACS_VER}-20030212.gz
PATCHFILES= emcws-${EMACS_VER}-20030323.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= nakaji@jp.freebsd.org
@ -29,7 +28,7 @@ WRKSRC= ${WRKDIR}/emacs-${EMACS_VER}
USE_AUTOCONF= YES
USE_GMAKE= YES
EMACS_VER= 21.2
EMACS_VER= 21.3
# Change these as you like.
WITH_WNN6?= NO
@ -155,7 +154,7 @@ pre-build:
find ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \;
${RM} -rf ${WRKSRC}/info/*
@(cd ${WRKSRC}/src/../lisp; \
${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} compile-files EMACS=${LOCALBASE}/bin/emacs-21.2)
${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} compile-files EMACS=${LOCALBASE}/bin/emacs-${EMACS_VER})
@(cd ${WRKSRC}/src; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} emacs)
@(cd ${WRKSRC}/src/../lisp; \
${WRKSRC}/src/emacs -batch -q -f batch-byte-compile \

View file

@ -1,2 +1,2 @@
MD5 (emacs-21.2.tar.gz) = f4b58e5c2d923fc92495e0c2f167c5db
MD5 (emcws-21.2-20030212.gz) = c300af64eacbf457f009e1980eb37c41
MD5 (emacs-21.3.tar.gz) = a0bab457cbf5b4f8eb99d1d0a3ada420
MD5 (emcws-21.3-20030323.gz) = 3bb57e825d7150daa2f085e442b4300f

View file

@ -1,6 +1,6 @@
--- lisp/dired.el.orig Sat Sep 22 01:41:58 2001
+++ lisp/dired.el Wed Dec 5 20:06:04 2001
@@ -1532,6 +1532,7 @@
--- lisp/dired.el.orig Fri Feb 7 20:48:13 2003
+++ lisp/dired.el Thu Mar 27 12:12:15 2003
@@ -1535,6 +1535,7 @@
"\\|" yyyy s s "?"
"\\|" s "?" yyyy
"\\)"))
@ -8,10 +8,10 @@
(japanese
(concat mm k "?" s dd k "?" s "+"
"\\(" HH:MM "\\|" yyyy k "?" "\\)")))
@@ -1543,7 +1544,7 @@
@@ -1546,7 +1547,7 @@
;; This avoids recognizing `jservice 10 1024' as a date in the line:
;; drwxr-xr-x 3 jservice 10 1024 Jul 2 1997 esg-host
(concat ".*[0-9][kMGTPEZY]?"
(concat ".*[0-9][kKMGTPEZY]?"
- s "\\(" western "\\|" japanese "\\|" iso "\\)" s))
+ s "\\(" western "\\|" freebsd-ja "\\|" japanese "\\|" iso "\\)" s))
"Regular expression to match up to the file name in a directory listing.

View file

@ -6,8 +6,7 @@
#
PORTNAME= emcws
PORTVERSION= 21.2
PORTREVISION= 4
PORTVERSION= ${EMACS_VER}
CATEGORIES= japanese editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= emacs
@ -15,7 +14,7 @@ DISTNAME= emacs-${PORTVERSION}
PATCH_SITES= ftp://ftp.ki.nu/pub/emcws/ \
ftp://ftp.jpl.org/pub/misc/
PATCHFILES= emcws-${EMACS_VER}-20030212.gz
PATCHFILES= emcws-${EMACS_VER}-20030323.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= nakaji@jp.freebsd.org
@ -29,7 +28,7 @@ WRKSRC= ${WRKDIR}/emacs-${EMACS_VER}
USE_AUTOCONF= YES
USE_GMAKE= YES
EMACS_VER= 21.2
EMACS_VER= 21.3
# Change these as you like.
WITH_WNN6?= NO
@ -155,7 +154,7 @@ pre-build:
find ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \;
${RM} -rf ${WRKSRC}/info/*
@(cd ${WRKSRC}/src/../lisp; \
${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} compile-files EMACS=${LOCALBASE}/bin/emacs-21.2)
${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} compile-files EMACS=${LOCALBASE}/bin/emacs-${EMACS_VER})
@(cd ${WRKSRC}/src; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} emacs)
@(cd ${WRKSRC}/src/../lisp; \
${WRKSRC}/src/emacs -batch -q -f batch-byte-compile \

View file

@ -1,2 +1,2 @@
MD5 (emacs-21.2.tar.gz) = f4b58e5c2d923fc92495e0c2f167c5db
MD5 (emcws-21.2-20030212.gz) = c300af64eacbf457f009e1980eb37c41
MD5 (emacs-21.3.tar.gz) = a0bab457cbf5b4f8eb99d1d0a3ada420
MD5 (emcws-21.3-20030323.gz) = 3bb57e825d7150daa2f085e442b4300f

View file

@ -1,6 +1,6 @@
--- lisp/dired.el.orig Sat Sep 22 01:41:58 2001
+++ lisp/dired.el Wed Dec 5 20:06:04 2001
@@ -1532,6 +1532,7 @@
--- lisp/dired.el.orig Fri Feb 7 20:48:13 2003
+++ lisp/dired.el Thu Mar 27 12:12:15 2003
@@ -1535,6 +1535,7 @@
"\\|" yyyy s s "?"
"\\|" s "?" yyyy
"\\)"))
@ -8,10 +8,10 @@
(japanese
(concat mm k "?" s dd k "?" s "+"
"\\(" HH:MM "\\|" yyyy k "?" "\\)")))
@@ -1543,7 +1544,7 @@
@@ -1546,7 +1547,7 @@
;; This avoids recognizing `jservice 10 1024' as a date in the line:
;; drwxr-xr-x 3 jservice 10 1024 Jul 2 1997 esg-host
(concat ".*[0-9][kMGTPEZY]?"
(concat ".*[0-9][kKMGTPEZY]?"
- s "\\(" western "\\|" japanese "\\|" iso "\\)" s))
+ s "\\(" western "\\|" freebsd-ja "\\|" japanese "\\|" iso "\\)" s))
"Regular expression to match up to the file name in a directory listing.