From owner-svn-ports-head@freebsd.org Wed Oct 26 21:32:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F4E5C22ACD; Wed, 26 Oct 2016 21:32:08 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18D5F8C9; Wed, 26 Oct 2016 21:32:08 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9QLW7kc031553; Wed, 26 Oct 2016 21:32:07 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9QLW7dw031372; Wed, 26 Oct 2016 21:32:07 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201610262132.u9QLW7dw031372@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Wed, 26 Oct 2016 21:32:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424738 - head/devel/git X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2016 21:32:08 -0000 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 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