summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2016-05-10 07:48:36 +0000
committerlwhsu <lwhsu@FreeBSD.org>2016-05-10 07:48:36 +0000
commit5eee0501014cf3ac8bf2c7393cbbf87b6c0edb32 (patch)
treebd134172983962157d8742d4155fb1cddf7c474b
parent23efb1cb221afa93e4e731f74d130b627e09f883 (diff)
downloadFreeBSD-ports-5eee0501014cf3ac8bf2c7393cbbf87b6c0edb32.zip
FreeBSD-ports-5eee0501014cf3ac8bf2c7393cbbf87b6c0edb32.tar.gz
- Update to 3.4.4
-rw-r--r--math/py-bitvector/Makefile11
-rw-r--r--math/py-bitvector/distinfo4
-rw-r--r--math/py-bitvector/pkg-descr2
3 files changed, 6 insertions, 11 deletions
diff --git a/math/py-bitvector/Makefile b/math/py-bitvector/Makefile
index 0a835d2..64c0a4c 100644
--- a/math/py-bitvector/Makefile
+++ b/math/py-bitvector/Makefile
@@ -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 packed representation for bit arrays
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-${PORTNAME}
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)
diff --git a/math/py-bitvector/distinfo b/math/py-bitvector/distinfo
index 1e85334..a1f70ba 100644
--- a/math/py-bitvector/distinfo
+++ b/math/py-bitvector/distinfo
@@ -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
diff --git a/math/py-bitvector/pkg-descr b/math/py-bitvector/pkg-descr
index 84d71aa..c0682ad 100644
--- a/math/py-bitvector/pkg-descr
+++ b/math/py-bitvector/pkg-descr
@@ -3,4 +3,4 @@ and for logical operations on such arrays. The core idea used in this Python
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/
OpenPOWER on IntegriCloud