Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 2014 11:34:39 +0200 (CEST)
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        lwhsu@FreeBSD.org
Subject:   ports/188545: [PATCH] devel/py-pycallgraph: staging
Message-ID:  <201404130934.s3D9Yd2e013613@poudriere.ithil.palantiri.org>
Resent-Message-ID: <201404130940.s3D9e0eK084552@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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%%
+@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%
--- py-pycallgraph-0.5.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404130934.s3D9Yd2e013613>