Date: Thu, 30 May 2019 07:59:00 +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: r503055 - head/audio/id3el Message-ID: <201905300759.x4U7x0PB093964@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Thu May 30 07:58:59 2019 New Revision: 503055 URL: https://svnweb.freebsd.org/changeset/ports/503055 Log: audio/id3el: Do not install files for xemacs It was removed in 2014. Modified: head/audio/id3el/Makefile head/audio/id3el/pkg-plist Modified: head/audio/id3el/Makefile ============================================================================== --- head/audio/id3el/Makefile Thu May 30 07:58:12 2019 (r503054) +++ head/audio/id3el/Makefile Thu May 30 07:58:59 2019 (r503055) @@ -3,26 +3,22 @@ PORTNAME= id3el PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= audio elisp MASTER_SITES= http://www.gentei.org/~yuuji/software/mpg123el/ -DISTNAME= id3el-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Add-on to edit ID3 tags for mpg123-mode (mpg123.el) on Emacsen -RUN_DEPENDS= ${LOCALBASE}/lib/xemacs/site-lisp/mpg123.el:audio/mpg123.el +RUN_DEPENDS= mpg123.el>0:audio/mpg123.el ALL_TARGET= id3put ELISPDIR= ${PREFIX}/share/emacs/site-lisp -XELISPDIR= ${PREFIX}/lib/xemacs/site-lisp do-install: @${MKDIR} ${STAGEDIR}${ELISPDIR} ${INSTALL_DATA} ${WRKSRC}/id3.el ${STAGEDIR}${ELISPDIR} ${INSTALL_PROGRAM} ${WRKSRC}/id3put ${STAGEDIR}${PREFIX}/bin -# For XEmacs - @${MKDIR} ${STAGEDIR}${XELISPDIR} - (cd ${STAGEDIR}${XELISPDIR} && ${LN} -sf ${ELISPDIR}/id3.el .) .include <bsd.port.mk> Modified: head/audio/id3el/pkg-plist ============================================================================== --- head/audio/id3el/pkg-plist Thu May 30 07:58:12 2019 (r503054) +++ head/audio/id3el/pkg-plist Thu May 30 07:58:59 2019 (r503055) @@ -1,3 +1,2 @@ bin/id3put share/emacs/site-lisp/id3.el -lib/xemacs/site-lisp/id3.el
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905300759.x4U7x0PB093964>