Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2019 07:36:32 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503044 - head/lang/python-mode.el
Message-ID:  <201905300736.x4U7aW5D081790@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905300736.x4U7aW5D081790>