Date: Wed, 26 Oct 2016 21:32:07 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424738 - head/devel/git Message-ID: <201610262132.u9QLW7dw031372@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Wed Oct 26 21:32:06 2016 New Revision: 424738 URL: https://svnweb.freebsd.org/changeset/ports/424738 Log: devel/git: Do not install elisp files for XEmacs - XEmacs is no longer in the ports tree, so no need to install these files. - Remove empty post-stage target. - Bump PORTREVISION. Approved by: garga (maintainer) swills (mentor) Differential Revision: https://reviews.freebsd.org/D8247 Modified: head/devel/git/Makefile head/devel/git/pkg-plist Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Wed Oct 26 21:29:12 2016 (r424737) +++ head/devel/git/Makefile Wed Oct 26 21:32:06 2016 (r424738) @@ -3,6 +3,7 @@ PORTNAME= git DISTVERSION= 2.10.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -189,15 +190,10 @@ post-install: ${LN} -s git.html ${STAGEDIR}${DOCSDIR}/index.html .endif ${MKDIR} ${STAGEDIR}${PREFIX}/share/emacs/site-lisp/git - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/xemacs/site-lisp/git ${INSTALL_DATA} ${WRKSRC}/contrib/emacs/git.el \ ${STAGEDIR}${PREFIX}/share/emacs/site-lisp/git/ ${INSTALL_DATA} ${WRKSRC}/contrib/emacs/git-blame.el \ ${STAGEDIR}${PREFIX}/share/emacs/site-lisp/git/ - ${LN} -sf ${PREFIX}/share/emacs/site-lisp/git/git.el \ - ${STAGEDIR}${PREFIX}/lib/xemacs/site-lisp/git/git.el - ${LN} -sf ${PREFIX}/share/emacs/site-lisp/git/git-blame.el \ - ${STAGEDIR}${PREFIX}/lib/xemacs/site-lisp/git/git-blame.el .if ${PORT_OPTIONS:MCONTRIB} @${ECHO_MSG} "===> Installing contributed scripts" ${MKDIR} ${STAGEDIR}${PREFIX}/share/git-core/contrib @@ -209,6 +205,4 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/git-p4.py ${STAGEDIR}${PREFIX}/bin/ .endif -post-stage: - .include <bsd.port.mk> Modified: head/devel/git/pkg-plist ============================================================================== --- head/devel/git/pkg-plist Wed Oct 26 21:29:12 2016 (r424737) +++ head/devel/git/pkg-plist Wed Oct 26 21:32:06 2016 (r424738) @@ -19,8 +19,6 @@ bin/git-upload-pack %%PERL%%%%SITE_PERL%%/Git/SVN/Prompt.pm %%PERL%%%%SITE_PERL%%/Git/SVN/Ra.pm %%PERL%%%%SITE_PERL%%/Git/SVN/Utils.pm -lib/xemacs/site-lisp/git/git-blame.el -lib/xemacs/site-lisp/git/git.el libexec/git-core/git libexec/git-core/git-add libexec/git-core/git-add--interactive
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610262132.u9QLW7dw031372>