ports/188672: [PATCH] net-p2p/py-fngrab: stage
Bartek Rutkowski
ports at robakdesign.com
Tue Apr 15 20:20:01 UTC 2014
>Number: 188672
>Category: ports
>Synopsis: [PATCH] net-p2p/py-fngrab: stage
>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: Tue Apr 15 20:20: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:
- Stage
- Fix pk-plist
- Pet portlint
http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-fngrab/0.0.4/
Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:
--- py-fngrab-0.0.4.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 351363)
+++ Makefile (working copy)
@@ -8,7 +8,7 @@
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports at FreeBSD.org
-COMMENT= A replacement for the official Freenet Project's freenet_request
+COMMENT= Replacement for the official Freenet Project's freenet_request
BUILD_DEPENDS= ${PYXML}
RUN_DEPENDS:= ${BUILD_DEPENDS}
@@ -19,8 +19,7 @@
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= FreenetGrab
-NO_STAGE= yes
post-install:
- @${MV} ${PREFIX}/bin/fngrab.py ${PREFIX}/bin/fngrab
+ @${MV} ${STAGEDIR}${PREFIX}/bin/fngrab.py ${STAGEDIR}${PREFIX}/bin/fngrab
.include <bsd.port.mk>
Index: pkg-plist
===================================================================
--- pkg-plist (revision 351363)
+++ pkg-plist (working copy)
@@ -1,4 +1,7 @@
bin/fngrab
+%%PYTHON_LIBDIR%%/site-packages/FreenetGrab/setup.py
+%%PYTHON_LIBDIR%%/site-packages/FreenetGrab/setup.pyc
+%%PYTHON_LIBDIR%%/site-packages/FreenetGrab/setup.pyo
%%PYTHON_SITELIBDIR%%/FreenetGrab/__init__.py
%%PYTHON_SITELIBDIR%%/FreenetGrab/__init__.pyc
%%PYTHON_SITELIBDIR%%/FreenetGrab/__init__.pyo
--- py-fngrab-0.0.4.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list