From owner-svn-ports-all@FreeBSD.ORG Fri Apr 18 07:30:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D573A692; Fri, 18 Apr 2014 07:30:48 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A92041CF1; Fri, 18 Apr 2014 07:30:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3I7UmGs012474; Fri, 18 Apr 2014 07:30:48 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3I7UmpX012471; Fri, 18 Apr 2014 07:30:48 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201404180730.s3I7UmpX012471@svn.freebsd.org> From: Li-Wen Hsu Date: Fri, 18 Apr 2014 07:30:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351519 - head/devel/py-pycallgraph X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 07:30:48 -0000 Author: lwhsu Date: Fri Apr 18 07:30:47 2014 New Revision: 351519 URL: http://svnweb.freebsd.org/changeset/ports/351519 QAT: https://qat.redports.org/buildarchive/r351519/ Log: - Staging - Add LICENSE - Pet portlint PR: ports/188545 Submitted by: Bartek Rutkowski Modified: head/devel/py-pycallgraph/Makefile head/devel/py-pycallgraph/pkg-descr head/devel/py-pycallgraph/pkg-plist Modified: head/devel/py-pycallgraph/Makefile ============================================================================== --- head/devel/py-pycallgraph/Makefile Fri Apr 18 05:57:08 2014 (r351518) +++ head/devel/py-pycallgraph/Makefile Fri Apr 18 07:30:47 2014 (r351519) @@ -10,7 +10,9 @@ MASTER_SITES= http://pycallgraph.slowcho PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org -COMMENT= A Python library that creates call graphs for Python programs +COMMENT= Python library that creates call graphs for Python programs + +LICENSE= GPLv2 RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz @@ -23,15 +25,14 @@ MAN1= pycallgraph.1 EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} -NO_STAGE= yes post-install: .if !defined(NO_INSTALL_MANPAGES) - ${INSTALL_MAN} ${WRKSRC}/man/pycallgraph.1 ${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/pycallgraph.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .endif .if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} - (cd ${WRKSRC}/examples/ && ${COPYTREE_BIN} \* ${EXAMPLESDIR}) + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC}/examples/ && ${COPYTREE_BIN} \* ${STAGEDIR}${EXAMPLESDIR}) .endif .include Modified: head/devel/py-pycallgraph/pkg-descr ============================================================================== --- head/devel/py-pycallgraph/pkg-descr Fri Apr 18 05:57:08 2014 (r351518) +++ head/devel/py-pycallgraph/pkg-descr Fri Apr 18 07:30:47 2014 (r351519) @@ -2,4 +2,4 @@ Python Call Graph uses GraphViz to gener your Python code. It's very easy to use and can point out possible problems with your code execution. -WWW: http://pycallgraph.slowchop.com/ +WWW: http://pycallgraph.slowchop.com/ Modified: head/devel/py-pycallgraph/pkg-plist ============================================================================== --- head/devel/py-pycallgraph/pkg-plist Fri Apr 18 05:57:08 2014 (r351518) +++ head/devel/py-pycallgraph/pkg-plist Fri Apr 18 07:30:47 2014 (r351519) @@ -1,4 +1,5 @@ bin/pycallgraph +man/man1/pycallgraph.1.gz %%PYTHON_SITELIBDIR%%/pycallgraph.py %%PYTHON_SITELIBDIR%%/pycallgraph.pyc %%PYTHON_SITELIBDIR%%/pycallgraph.pyo