summaryrefslogtreecommitdiff
path: root/editors/apel
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2001-03-04 15:55:23 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2001-03-04 15:55:23 +0000
commit7e1c847a2b35430bc923e1691950053f08e6177f (patch)
tree0ae884c6a36db924b25e79564daa3d86861c1a83 /editors/apel
parentUpdate to version 3.0.2 (diff)
Update to 10.3.
PR: ports/25512 Submitted by: AMAKAWA Shuhei <amakawa@sf.t.u-tokyo.ac.jp>
Notes
Notes: svn path=/head/; revision=39039
Diffstat (limited to 'editors/apel')
-rw-r--r--editors/apel/Makefile3
-rw-r--r--editors/apel/distinfo2
-rw-r--r--editors/apel/files/patch-ad33
3 files changed, 2 insertions, 36 deletions
diff --git a/editors/apel/Makefile b/editors/apel/Makefile
index ca7559a709e5..a58a5bca498e 100644
--- a/editors/apel/Makefile
+++ b/editors/apel/Makefile
@@ -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
diff --git a/editors/apel/distinfo b/editors/apel/distinfo
index b7c7bc5cc9a9..ecc5b1469e4d 100644
--- a/editors/apel/distinfo
+++ b/editors/apel/distinfo
@@ -1 +1 @@
-MD5 (apel-10.2.tar.gz) = 91c99095a1be84fc05753fab31a8f7a1
+MD5 (apel-10.3.tar.gz) = a7357019aeeae69f95fb3cdc5a39bb1f
diff --git a/editors/apel/files/patch-ad b/editors/apel/files/patch-ad
deleted file mode 100644
index 24eb58bc5534..000000000000
--- a/editors/apel/files/patch-ad
+++ /dev/null
@@ -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