Date: Thu, 30 May 2019 08:02:47 +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: r503056 - head/audio/mpg123.el Message-ID: <201905300802.x4U82lfP098775@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Thu May 30 08:02:47 2019 New Revision: 503056 URL: https://svnweb.freebsd.org/changeset/ports/503056 Log: audio/mpg123.el: Do not install files for xemacs It was removed in 2014. Modified: head/audio/mpg123.el/Makefile head/audio/mpg123.el/pkg-plist Modified: head/audio/mpg123.el/Makefile ============================================================================== --- head/audio/mpg123.el/Makefile Thu May 30 07:58:59 2019 (r503055) +++ head/audio/mpg123.el/Makefile Thu May 30 08:02:47 2019 (r503056) @@ -3,6 +3,7 @@ PORTNAME= mpg123.el PORTVERSION= 1.60 +PORTREVISION= 1 CATEGORIES= audio elisp MASTER_SITES= http://www.gentei.org/~yuuji/software/mpg123el/ EXTRACT_SUFX= # empty @@ -18,7 +19,6 @@ NO_WRKSUBDIR= yes NO_BUILD= yes ELISPDIR= ${PREFIX}/share/emacs/site-lisp -XELISPDIR= ${PREFIX}/lib/xemacs/site-lisp FETCH_ARGS= -AR FETCH_BEFORE_ARGS= -o mpg123el.cgi?${PORTVERSION} @@ -26,8 +26,5 @@ FETCH_BEFORE_ARGS= -o mpg123el.cgi?${PORTVERSION} do-install: @${MKDIR} ${STAGEDIR}${ELISPDIR} ${INSTALL_DATA} ${DISTDIR}/mpg123el.cgi?${PORTVERSION} ${STAGEDIR}${ELISPDIR}/${PORTNAME} -# For XEmacs - @${MKDIR} ${STAGEDIR}${XELISPDIR} - ${INSTALL} -lr ${STAGEDIR}${ELISPDIR}/${PORTNAME} ${STAGEDIR}${XELISPDIR}/${PORTNAME} .include <bsd.port.mk> Modified: head/audio/mpg123.el/pkg-plist ============================================================================== --- head/audio/mpg123.el/pkg-plist Thu May 30 07:58:59 2019 (r503055) +++ head/audio/mpg123.el/pkg-plist Thu May 30 08:02:47 2019 (r503056) @@ -1,2 +1 @@ share/emacs/site-lisp/mpg123.el -lib/xemacs/site-lisp/mpg123.el
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905300802.x4U82lfP098775>