Update to 10.3.

PR:		ports/25512
Submitted by:	AMAKAWA Shuhei <amakawa@sf.t.u-tokyo.ac.jp>
This commit is contained in:
Shigeyuki Fukushima 2001-03-04 15:55:23 +00:00
parent 8b726583fa
commit 7e1c847a2b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39039
6 changed files with 4 additions and 72 deletions

View File

@ -15,7 +15,7 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER?= shige@FreeBSD.org
# distfile version
APEL_VER= 10.2
APEL_VER= 10.3
# setupel filename
APEL_SETUPEL= apel-setupel.el
# document install directory by install-doc target
@ -80,7 +80,6 @@ post-install:
@${MAKE} doc-install
.endif
###############################################################################
#
# local functions

View File

@ -1 +1 @@
MD5 (apel-10.2.tar.gz) = 91c99095a1be84fc05753fab31a8f7a1
MD5 (apel-10.3.tar.gz) = a7357019aeeae69f95fb3cdc5a39bb1f

View File

@ -1,33 +0,0 @@
diff -urN EMU-ELS.orig EMU-ELS
--- EMU-ELS.orig Thu Jan 13 07:06:35 2000
+++ EMU-ELS Tue Apr 25 09:03:54 2000
@@ -50,20 +50,24 @@
;; pccl modules; pccl modules depend on broken.
(cond
- ((featurep 'mule)
+ ((featurep 'xemacs)
(cond
;; XEmacs 21 w/ mule.
- ((and (featurep 'xemacs)
+ ((and (featurep 'mule)
(>= emacs-major-version 21))
'(pccl-20 pccl))
+ (t
+ '(pccl))))
+ ((featurep 'mule)
+ (cond
;; Emacs 20.
((>= emacs-major-version 20)
'(pccl-20 pccl))
+ ;; Mule 1.* and 2.*.
(t
- ;; Mule 1.* and 2.*.
'(pccl-om pccl))))
- (t
- '(pccl)))
+ (t
+ '(pccl)))
;; pces modules; pces modules depend on poe.
(cond

View File

@ -15,7 +15,7 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER?= shige@FreeBSD.org
# distfile version
APEL_VER= 10.2
APEL_VER= 10.3
# setupel filename
APEL_SETUPEL= apel-setupel.el
# document install directory by install-doc target
@ -80,7 +80,6 @@ post-install:
@${MAKE} doc-install
.endif
###############################################################################
#
# local functions

View File

@ -1 +1 @@
MD5 (apel-10.2.tar.gz) = 91c99095a1be84fc05753fab31a8f7a1
MD5 (apel-10.3.tar.gz) = a7357019aeeae69f95fb3cdc5a39bb1f

View File

@ -1,33 +0,0 @@
diff -urN EMU-ELS.orig EMU-ELS
--- EMU-ELS.orig Thu Jan 13 07:06:35 2000
+++ EMU-ELS Tue Apr 25 09:03:54 2000
@@ -50,20 +50,24 @@
;; pccl modules; pccl modules depend on broken.
(cond
- ((featurep 'mule)
+ ((featurep 'xemacs)
(cond
;; XEmacs 21 w/ mule.
- ((and (featurep 'xemacs)
+ ((and (featurep 'mule)
(>= emacs-major-version 21))
'(pccl-20 pccl))
+ (t
+ '(pccl))))
+ ((featurep 'mule)
+ (cond
;; Emacs 20.
((>= emacs-major-version 20)
'(pccl-20 pccl))
+ ;; Mule 1.* and 2.*.
(t
- ;; Mule 1.* and 2.*.
'(pccl-om pccl))))
- (t
- '(pccl)))
+ (t
+ '(pccl)))
;; pces modules; pces modules depend on poe.
(cond