Bug 188989 - [PATCH] math/py-bitvector: stage
Summary: [PATCH] math/py-bitvector: stage
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-25 12:50 UTC by Bartek Rutkowski
Modified: 2014-05-08 17:20 UTC (History)
1 user (show)

See Also:


Attachments
py-bitvector-3.1.patch (1.45 KB, patch)
2014-04-25 12:50 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-04-25 12:50:00 UTC
- Stage
- Pet portlint

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

Port maintainer (lwhsu@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-25 12:50:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Vanilla I. Shu freebsd_committer freebsd_triage 2014-05-08 17:10:34 UTC
State Changed
From-To: open->closed

Committed, thanks.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-08 17:11:16 UTC
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@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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"