Date: Thu, 3 Apr 2014 10:08:56 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349987 - head/devel/ri-emacs Message-ID: <201404031008.s33A8uwU009340@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Thu Apr 3 10:08:56 2014 New Revision: 349987 URL: http://svnweb.freebsd.org/changeset/ports/349987 QAT: https://qat.redports.org/buildarchive/r349987/ Log: - Add staging support - Remove leading article from COMMENT - Remove Author tag from pkg-descr, info available on homepage Modified: head/devel/ri-emacs/Makefile head/devel/ri-emacs/pkg-descr Modified: head/devel/ri-emacs/Makefile ============================================================================== --- head/devel/ri-emacs/Makefile Thu Apr 3 10:06:00 2014 (r349986) +++ head/devel/ri-emacs/Makefile Thu Apr 3 10:08:56 2014 (r349987) @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= ports@FreeBSD.org -COMMENT= An emacs extension to work with RDoc ri documentation +COMMENT= Emacs extension to work with RDoc ri documentation USE_RUBY= yes RUBY_NO_BUILD_DEPENDS= yes @@ -20,20 +20,15 @@ WRKSRC= ${WRKDIR} EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp -ELISP_FILES= ri-ruby.el SUB_FILES= pkg-message -NO_STAGE= yes do-install: - ${MKDIR} ${RUBY_ELISPDIR}/ - ${INSTALL_DATA} ${ELISP_FILES:S,^,${WRKSRC}/,} ${RUBY_ELISPDIR}/ - ${MKDIR} ${XEMACSLISPDIR} -.for f in ${ELISP_FILES} - ${LN} -sf ${RUBY_ELISPDIR}/${f} ${EMACSLISPDIR}/ - ${LN} -sf ${RUBY_ELISPDIR}/${f} ${XEMACSLISPDIR}/ -.endfor - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/ri-emacs.rb ${DATADIR}/ - @${CAT} ${PKGMESSAGE} + @${MKDIR} ${STAGEDIR}${RUBY_ELISPDIR} + ${INSTALL_DATA} ${WRKSRC}/ri-ruby.el ${STAGEDIR}${RUBY_ELISPDIR} + @${MKDIR} ${STAGEDIR}${XEMACSLISPDIR} + ${LN} -sf ${RUBY_ELISPDIR}/ri-ruby.el ${STAGEDIR}${EMACSLISPDIR} + ${LN} -sf ${RUBY_ELISPDIR}/ri-ruby.el ${STAGEDIR}${XEMACSLISPDIR} + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/ri-emacs.rb ${STAGEDIR}${DATADIR} .include <bsd.port.mk> Modified: head/devel/ri-emacs/pkg-descr ============================================================================== --- head/devel/ri-emacs/pkg-descr Thu Apr 3 10:06:00 2014 (r349986) +++ head/devel/ri-emacs/pkg-descr Thu Apr 3 10:08:56 2014 (r349987) @@ -2,5 +2,4 @@ Ri for (X)Emacs is a (X)Emacs extension around ri. It has autocompletion, nice colored output, it will ask for a class name if needed. It is indispensible when coding Ruby with Emacs! -Author: Kristof Bastiaensen <kristof@vleeuwen.org> WWW: http://rubyforge.org/projects/ri-emacs/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404031008.s33A8uwU009340>