ports/188989: [PATCH] math/py-bitvector: stage

Bartek Rutkowski ports at robakdesign.com
Fri Apr 25 11:50:01 UTC 2014


>Number:         188989
>Category:       ports
>Synopsis:       [PATCH] math/py-bitvector: 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:   Fri Apr 25 11:50: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
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-bitvector/3.1/

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-bitvector-3.1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 352106)
+++ Makefile	(working copy)
@@ -9,7 +9,7 @@
 DISTNAME=	BitVector-${PORTVERSION}
 
 MAINTAINER=	lwhsu at FreeBSD.org
-COMMENT=	A pure-Python memory-efficient packed representation for bit arrays
+COMMENT=	Pure-Python memory-efficient packed representation for bit arrays
 
 LICENSE=	PSFL
 
@@ -21,9 +21,11 @@
 
 PLIST_FILES=	%%PYTHON_SITELIBDIR%%/BitVector.py \
 		%%PYTHON_SITELIBDIR%%/BitVector.pyc \
-		%%PYTHON_SITELIBDIR%%/BitVector.pyo
+		%%PYTHON_SITELIBDIR%%/BitVector.pyo \
+		%%PYTHON_LIBDIR%%/site-packages/setup.py \
+		%%PYTHON_LIBDIR%%/site-packages/setup.pyc \
+		%%PYTHON_LIBDIR%%/site-packages/setup.pyo
 
-NO_STAGE=	yes
 post-extract:
 	@${RM} -f ${WRKSRC}/test.py
 
@@ -31,8 +33,8 @@
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
 
 post-install:
-	@${MKDIR} ${DOCSDIR}
-	@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 .endif
 
 regression-test:
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 352106)
+++ pkg-descr	(working copy)
@@ -3,4 +3,4 @@
 script for bin packing is based on an internet posting by Josiah Carlson to
 the Pyrex mailing list.
 
-WWW:	https://engineering.purdue.edu/kak/dist/BitVector-3.1.html
+WWW: https://engineering.purdue.edu/kak/dist/BitVector-3.1.html
--- py-bitvector-3.1.patch ends here ---

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


More information about the freebsd-ports-bugs mailing list