diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-03-04 15:55:23 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-03-04 15:55:23 +0000 |
commit | 7e1c847a2b35430bc923e1691950053f08e6177f (patch) | |
tree | 0ae884c6a36db924b25e79564daa3d86861c1a83 /editors/apel-emacs | |
parent | 8b726583fad0e97d9fffdf4307c0d94d4aa487e3 (diff) | |
download | ports-7e1c847a2b35430bc923e1691950053f08e6177f.tar.gz ports-7e1c847a2b35430bc923e1691950053f08e6177f.zip |
Notes
Diffstat (limited to 'editors/apel-emacs')
-rw-r--r-- | editors/apel-emacs/Makefile | 3 | ||||
-rw-r--r-- | editors/apel-emacs/distinfo | 2 | ||||
-rw-r--r-- | editors/apel-emacs/files/patch-ad | 33 |
3 files changed, 2 insertions, 36 deletions
diff --git a/editors/apel-emacs/Makefile b/editors/apel-emacs/Makefile index ca7559a709e5..a58a5bca498e 100644 --- a/editors/apel-emacs/Makefile +++ b/editors/apel-emacs/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-emacs/distinfo b/editors/apel-emacs/distinfo index b7c7bc5cc9a9..ecc5b1469e4d 100644 --- a/editors/apel-emacs/distinfo +++ b/editors/apel-emacs/distinfo @@ -1 +1 @@ -MD5 (apel-10.2.tar.gz) = 91c99095a1be84fc05753fab31a8f7a1 +MD5 (apel-10.3.tar.gz) = a7357019aeeae69f95fb3cdc5a39bb1f diff --git a/editors/apel-emacs/files/patch-ad b/editors/apel-emacs/files/patch-ad deleted file mode 100644 index 24eb58bc5534..000000000000 --- a/editors/apel-emacs/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 |