svn commit: r503042 - head/misc/table.el

Tobias Kortkamp tobik at FreeBSD.org
Thu May 30 07:33:02 UTC 2019


Author: tobik
Date: Thu May 30 07:33:01 2019
New Revision: 503042
URL: https://svnweb.freebsd.org/changeset/ports/503042

Log:
  misc/table.el: Do not install files for xemacs
  
  It was removed in 2014.
  
  It was installing a broken symlink too.

Modified:
  head/misc/table.el/Makefile
  head/misc/table.el/pkg-message
  head/misc/table.el/pkg-plist

Modified: head/misc/table.el/Makefile
==============================================================================
--- head/misc/table.el/Makefile	Thu May 30 07:30:29 2019	(r503041)
+++ head/misc/table.el/Makefile	Thu May 30 07:33:01 2019	(r503042)
@@ -3,6 +3,7 @@
 
 PORTNAME=	table.el
 PORTVERSION=	1.5.54
+PORTREVISION=	1
 CATEGORIES=	misc elisp
 MASTER_SITES=	SF/table/table/${PORTVERSION}
 DISTNAME=	table-${PORTVERSION}.el.gz
@@ -15,7 +16,6 @@ NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
 EMACSLISPDIR=	${PREFIX}/share/emacs/site-lisp
-XEMACSLISPDIR=	${PREFIX}/lib/xemacs/site-lisp
 
 do-extract:
 	${MKDIR} ${WRKDIR}
@@ -23,8 +23,6 @@ do-extract:
 
 do-install:
 	${MKDIR} ${STAGEDIR}${EMACSLISPDIR}
-	${MKDIR} ${STAGEDIR}${XEMACSLISPDIR}
 	${INSTALL_DATA} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${EMACSLISPDIR}
-	${LN} -sf ${PORTNAME} ${STAGEDIR}${XEMACSLISPDIR}
 
 .include <bsd.port.mk>

Modified: head/misc/table.el/pkg-message
==============================================================================
--- head/misc/table.el/pkg-message	Thu May 30 07:30:29 2019	(r503041)
+++ head/misc/table.el/pkg-message	Thu May 30 07:33:01 2019	(r503042)
@@ -1,7 +1,5 @@
+To use table.el in Emacs, add the:
 
-To use table.el in Emacs/XEmacs, add the:
-
   (require 'table)
 
 to your ~/.emacs or init.el
-

Modified: head/misc/table.el/pkg-plist
==============================================================================
--- head/misc/table.el/pkg-plist	Thu May 30 07:30:29 2019	(r503041)
+++ head/misc/table.el/pkg-plist	Thu May 30 07:33:01 2019	(r503042)
@@ -1,2 +1 @@
 share/emacs/site-lisp/table.el
-lib/xemacs/site-lisp/table.el


More information about the svn-ports-all mailing list