svn commit: r498565 - head/math/py-bitvector
Li-Wen Hsu
lwhsu at FreeBSD.org
Wed Apr 10 14:31:29 UTC 2019
Author: lwhsu
Date: Wed Apr 10 14:31:28 2019
New Revision: 498565
URL: https://svnweb.freebsd.org/changeset/ports/498565
Log:
- Update to 3.4.9
Modified:
head/math/py-bitvector/Makefile
head/math/py-bitvector/distinfo
Modified: head/math/py-bitvector/Makefile
==============================================================================
--- head/math/py-bitvector/Makefile Wed Apr 10 14:03:14 2019 (r498564)
+++ head/math/py-bitvector/Makefile Wed Apr 10 14:31:28 2019 (r498565)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= bitvector
-PORTVERSION= 3.4.8
+PORTVERSION= 3.4.9
CATEGORIES= math python
MASTER_SITES= CHEESESHOP \
https://engineering.purdue.edu/kak/dist/
@@ -14,6 +14,7 @@ COMMENT= Pure-Python memory-efficient packed represent
LICENSE= PSFL
USES= python
+
USE_PYTHON= autoplist distutils
PYDISTUTILS_PKGNAME= BitVector
Modified: head/math/py-bitvector/distinfo
==============================================================================
--- head/math/py-bitvector/distinfo Wed Apr 10 14:03:14 2019 (r498564)
+++ head/math/py-bitvector/distinfo Wed Apr 10 14:31:28 2019 (r498565)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1521943589
-SHA256 (BitVector-3.4.8.tar.gz) = c636d81495a15c3ccd8c3c1497d90deaf7fdcf60aa8cfc91e60a771796ba7f72
-SIZE (BitVector-3.4.8.tar.gz) = 126947
+TIMESTAMP = 1554905030
+SHA256 (BitVector-3.4.9.tar.gz) = a5e94cbb4804213b1f0c32d84517cd8f0bb8c689b5eb8055d351632e220a5edd
+SIZE (BitVector-3.4.9.tar.gz) = 128306
More information about the svn-ports-head
mailing list