svn commit: r353327 - head/math/py-bitvector

Vanilla I. Shu vanilla at FreeBSD.org
Thu May 8 16:11:13 UTC 2014


Author: vanilla
Date: Thu May  8 16:11:12 2014
New Revision: 353327
URL: http://svnweb.freebsd.org/changeset/ports/353327
QAT: https://qat.redports.org/buildarchive/r353327/

Log:
  - Stage
  - Pet portlint
  
  PR:		ports/188989
  Submitted by:	Bartek Rutkowski <ports at robakdesign.com>
  Approved by:	portmgr@

Modified:
  head/math/py-bitvector/Makefile
  head/math/py-bitvector/pkg-descr

Modified: head/math/py-bitvector/Makefile
==============================================================================
--- head/math/py-bitvector/Makefile	Thu May  8 16:08:08 2014	(r353326)
+++ head/math/py-bitvector/Makefile	Thu May  8 16:11:12 2014	(r353327)
@@ -9,7 +9,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 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 @@ PORTDOCS=	README BitVector-${PORTVERSION
 
 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 @@ post-extract:
 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:

Modified: head/math/py-bitvector/pkg-descr
==============================================================================
--- head/math/py-bitvector/pkg-descr	Thu May  8 16:08:08 2014	(r353326)
+++ head/math/py-bitvector/pkg-descr	Thu May  8 16:11:12 2014	(r353327)
@@ -3,4 +3,4 @@ and for logical operations on such array
 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


More information about the svn-ports-all mailing list