ports/188545: [PATCH] devel/py-pycallgraph: staging
Bartek Rutkowski
ports at robakdesign.com
Sun Apr 13 09:40:01 UTC 2014
>Number: 188545
>Category: ports
>Synopsis: [PATCH] devel/py-pycallgraph: staging
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Apr 13 09:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Bartek Rutkowski
>Release: FreeBSD 11.0-CURRENT amd64
>Organization:
Pixeware LTD
>Environment:
System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264341: Fri Apr 11 15:28:07 CEST
>Description:
- Staging
- Add LICENSE
- Fix plist
- Pet portlint
http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-pycallgraph/0.5.1_4/
Port maintainer (lwhsu at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:
--- py-pycallgraph-0.5.1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 351192)
+++ Makefile (working copy)
@@ -10,8 +10,10 @@
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu at 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
USE_PYTHON= yes
@@ -23,15 +25,14 @@
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 <bsd.port.mk>
Index: pkg-descr
===================================================================
--- pkg-descr (revision 351192)
+++ pkg-descr (working copy)
@@ -2,4 +2,4 @@
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/
Index: pkg-plist
===================================================================
--- pkg-plist (revision 351192)
+++ pkg-plist (working copy)
@@ -1,4 +1,5 @@
bin/pycallgraph
+man/man1/pycallgraph.1.gz
%%PYTHON_SITELIBDIR%%/pycallgraph.py
%%PYTHON_SITELIBDIR%%/pycallgraph.pyc
%%PYTHON_SITELIBDIR%%/pycallgraph.pyo
@@ -11,4 +12,4 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/large.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/recursive.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/regexp.py
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
+ at dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%
--- py-pycallgraph-0.5.1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list