aboutsummaryrefslogtreecommitdiff
path: root/math/py-benford_py/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-01-12 00:14:34 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-01-12 00:14:34 +0000
commitdb51cf0fb1c503a81dca15944518182b52458952 (patch)
tree8e2ecc38e864d9855db0cdddcccdf5a23545fc21 /math/py-benford_py/Makefile
parenta282fe87ffef7e3c751281505d1fca5079aa8359 (diff)
downloadports-db51cf0fb1c503a81dca15944518182b52458952.tar.gz
ports-db51cf0fb1c503a81dca15944518182b52458952.zip
math/py-benford_py: Update 0.3.1 -> 0.3.2
Reported by: portscout
Notes
Notes: svn path=/head/; revision=561288
Diffstat (limited to 'math/py-benford_py/Makefile')
-rw-r--r--math/py-benford_py/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/py-benford_py/Makefile b/math/py-benford_py/Makefile
index 8c36223b81d4..e4be64f7ccca 100644
--- a/math/py-benford_py/Makefile
+++ b/math/py-benford_py/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= benford_py
-DISTVERSION= 0.3.1
+DISTVERSION= 0.3.2
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,4 +20,7 @@ USE_PYTHON= distutils autoplist
NO_ARCH= yes
+post-extract: # https://github.com/milcent/benford_py/issues/48
+ ${TOUCH} ${WRKSRC}/README-pypi.md
+
.include <bsd.port.mk>