Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2016 07:48:36 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414926 - head/math/py-bitvector
Message-ID:  <201605100748.u4A7maB9027313@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Tue May 10 07:48:36 2016
New Revision: 414926
URL: https://svnweb.freebsd.org/changeset/ports/414926

Log:
  - Update to 3.4.4

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

Modified: head/math/py-bitvector/Makefile
==============================================================================
--- head/math/py-bitvector/Makefile	Tue May 10 07:19:16 2016	(r414925)
+++ head/math/py-bitvector/Makefile	Tue May 10 07:48:36 2016	(r414926)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bitvector
-PORTVERSION=	3.1
-PORTREVISION=	1
+PORTVERSION=	3.4.4
 CATEGORIES=	math python
 MASTER_SITES=	https://engineering.purdue.edu/kak/dist/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,15 +14,11 @@ COMMENT=	Pure-Python memory-efficient pa
 LICENSE=	PSFL
 
 USES=		python
-USE_PYTHON=	distutils
+USE_PYTHON=	autoplist distutils
 PYDISTUTILS_PKGNAME=	BitVector
 
 PORTDOCS=	README BitVector-${PORTVERSION}.html
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/BitVector.py \
-		%%PYTHON_SITELIBDIR%%/BitVector.pyc \
-		%%PYTHON_SITELIBDIR%%/BitVector.pyo
-
 post-extract:
 	@${RM} -f ${WRKSRC}/test.py
 
@@ -31,7 +26,7 @@ DOCSDIR=	${PREFIX}/share/doc/py-${PORTNA
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 
 regression-test:
 	@(cd ${WRKSRC}/TestBitVector && ${PYTHON_CMD} Test.py)

Modified: head/math/py-bitvector/distinfo
==============================================================================
--- head/math/py-bitvector/distinfo	Tue May 10 07:19:16 2016	(r414925)
+++ head/math/py-bitvector/distinfo	Tue May 10 07:48:36 2016	(r414926)
@@ -1,2 +1,2 @@
-SHA256 (BitVector-3.1.tar.gz) = fb839af4a65b9a656d7b6aa7a83c4088023b15f2123ea3a5f8a2764a6c17b1f7
-SIZE (BitVector-3.1.tar.gz) = 157374
+SHA256 (BitVector-3.4.4.tar.gz) = e528ec6e03bcabe6d7e10d4a13459d644dd6577b73e225f7a686bd1902734186
+SIZE (BitVector-3.4.4.tar.gz) = 121822

Modified: head/math/py-bitvector/pkg-descr
==============================================================================
--- head/math/py-bitvector/pkg-descr	Tue May 10 07:19:16 2016	(r414925)
+++ head/math/py-bitvector/pkg-descr	Tue May 10 07:48:36 2016	(r414926)
@@ -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/



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