From owner-svn-ports-head@FreeBSD.ORG Tue Feb 4 13:19:34 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86CE3B66; Tue, 4 Feb 2014 13:19:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 56E281B49; Tue, 4 Feb 2014 13:19:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s14DJYPC068431; Tue, 4 Feb 2014 13:19:34 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s14DJXSo068429; Tue, 4 Feb 2014 13:19:33 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201402041319.s14DJXSo068429@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 4 Feb 2014 13:19:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342527 - head/devel/cscope 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.17 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: Tue, 04 Feb 2014 13:19:34 -0000 Author: gahr Date: Tue Feb 4 13:19:33 2014 New Revision: 342527 URL: http://svnweb.freebsd.org/changeset/ports/342527 QAT: https://qat.redports.org/buildarchive/r342527/ Log: - STAGE-clean - Add LICENSE Modified: head/devel/cscope/Makefile head/devel/cscope/pkg-plist Modified: head/devel/cscope/Makefile ============================================================================== --- head/devel/cscope/Makefile Tue Feb 4 13:18:45 2014 (r342526) +++ head/devel/cscope/Makefile Tue Feb 4 13:19:33 2014 (r342527) @@ -9,6 +9,8 @@ MASTER_SITES= SF MAINTAINER= gahr@FreeBSD.org COMMENT= An interactive C program browser +LICENSE= BSD3CLAUSE + OPTIONS_DEFINE= XCSCOPE XCSCOPE_DESC= Install (X)Emacs package @@ -17,21 +19,18 @@ GNU_CONFIGURE= yes EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp -NO_STAGE= yes .include .if ${PORT_OPTIONS:MXCSCOPE} PLIST_SUB+= XCSCOPE="" post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/contrib/xcscope/cscope-indexer ${PREFIX}/bin - ${MKDIR} ${EMACSLISPDIR} - ${INSTALL_DATA} ${WRKSRC}/contrib/xcscope/xcscope.el ${EMACSLISPDIR} - ${MKDIR} ${XEMACSLISPDIR} - ${LN} -sf ${EMACSLISPDIR}/xcscope.el ${XEMACSLISPDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/contrib/xcscope/cscope-indexer ${STAGEDIR}${PREFIX}/bin + ${MKDIR} ${STAGEDIR}${EMACSLISPDIR} + ${INSTALL_DATA} ${WRKSRC}/contrib/xcscope/xcscope.el ${STAGEDIR}${EMACSLISPDIR} + ${MKDIR} ${STAGEDIR}${XEMACSLISPDIR} + ${LN} -sf ${EMACSLISPDIR}/xcscope.el ${STAGEDIR}${XEMACSLISPDIR} .else PLIST_SUB+= XCSCOPE="@comment " .endif -MAN1= cscope.1 - .include Modified: head/devel/cscope/pkg-plist ============================================================================== --- head/devel/cscope/pkg-plist Tue Feb 4 13:18:45 2014 (r342526) +++ head/devel/cscope/pkg-plist Tue Feb 4 13:19:33 2014 (r342527) @@ -1,5 +1,6 @@ bin/cscope bin/ocs +man/man1/cscope.1.gz %%XCSCOPE%%bin/cscope-indexer %%XCSCOPE%%share/emacs/site-lisp/xcscope.el %%XCSCOPE%%lib/xemacs/site-lisp/xcscope.el