svn commit: r503044 - head/lang/python-mode.el
Tobias Kortkamp
tobik at FreeBSD.org
Thu May 30 07:36:34 UTC 2019
Author: tobik
Date: Thu May 30 07:36:32 2019
New Revision: 503044
URL: https://svnweb.freebsd.org/changeset/ports/503044
Log:
lang/python-mode.el: Do not install files for xemacs
It was removed in 2014.
Modified:
head/lang/python-mode.el/Makefile
head/lang/python-mode.el/pkg-message
head/lang/python-mode.el/pkg-plist
Modified: head/lang/python-mode.el/Makefile
==============================================================================
--- head/lang/python-mode.el/Makefile Thu May 30 07:34:13 2019 (r503043)
+++ head/lang/python-mode.el/Makefile Thu May 30 07:36:32 2019 (r503044)
@@ -3,7 +3,7 @@
PORTNAME= python-mode.el
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= lang elisp python
MASTER_SITES= SF/python-mode/OldFiles
@@ -15,16 +15,13 @@ COMMENT= Emacs lisp module for the Python language
NO_BUILD= yes
EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
-XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp
LISPFILES= doctest-mode.el pycomplete.el pycomplete.py python-mode.el
do-install:
@${MKDIR} ${STAGEDIR}${EMACSLISPDIR}
- @${MKDIR} ${STAGEDIR}${XEMACSLISPDIR}
.for i in ${LISPFILES}
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${EMACSLISPDIR}
- ${LN} -sf ${EMACSLISPDIR}/${i} ${STAGEDIR}${XEMACSLISPDIR}
.endfor
.include <bsd.port.mk>
Modified: head/lang/python-mode.el/pkg-message
==============================================================================
--- head/lang/python-mode.el/pkg-message Thu May 30 07:34:13 2019 (r503043)
+++ head/lang/python-mode.el/pkg-message Thu May 30 07:36:32 2019 (r503044)
@@ -1,4 +1,4 @@
-To use python-mode in Emacs/XEmacs, add the following lines to your ~/.emacs:
+To use python-mode in Emacs, add the following lines to your ~/.emacs:
(autoload 'python-mode "python-mode" "Mode for editing Python source files")
(add-to-list 'auto-mode-alist '("\\.py" . python-mode))
Modified: head/lang/python-mode.el/pkg-plist
==============================================================================
--- head/lang/python-mode.el/pkg-plist Thu May 30 07:34:13 2019 (r503043)
+++ head/lang/python-mode.el/pkg-plist Thu May 30 07:36:32 2019 (r503044)
@@ -1,7 +1,3 @@
-lib/xemacs/site-lisp/doctest-mode.el
-lib/xemacs/site-lisp/python-mode.el
-lib/xemacs/site-lisp/pycomplete.el
-lib/xemacs/site-lisp/pycomplete.py
share/emacs/site-lisp/doctest-mode.el
share/emacs/site-lisp/python-mode.el
share/emacs/site-lisp/pycomplete.el
More information about the svn-ports-all
mailing list