diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-02-01 19:31:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-02-01 19:31:45 +0800 |
commit | d152c1fc6b32565d49a3621ca103d3acd87231ec (patch) | |
tree | bab08078f3f442352c2cd8e7aabd926278ecd2d1 | |
parent | 7993b953cd7827a2e43f317765974d2ea980dc5b (diff) | |
download | freebsd-ports-gnome-d152c1fc6b32565d49a3621ca103d3acd87231ec.tar.gz freebsd-ports-gnome-d152c1fc6b32565d49a3621ca103d3acd87231ec.tar.zst freebsd-ports-gnome-d152c1fc6b32565d49a3621ca103d3acd87231ec.zip |
- Update to 1.1.21
- Allow concurrent installs (fix docdir)
PR: 212213
Submitted by: xmj@FreeBSD.org
Approved by: maintainer timeout (johannes@perceivon.net, 6 weeks)
-rw-r--r-- | math/py-fastcluster/Makefile | 6 | ||||
-rw-r--r-- | math/py-fastcluster/distinfo | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/math/py-fastcluster/Makefile b/math/py-fastcluster/Makefile index 5b0ab12f9e39..869bbfcb6efa 100644 --- a/math/py-fastcluster/Makefile +++ b/math/py-fastcluster/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fastcluster -PORTVERSION= 1.1.20 +PORTVERSION= 1.1.21 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,10 +22,10 @@ PORTDOCS= CITATION.txt \ README.txt USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist concurrent post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/math/py-fastcluster/distinfo b/math/py-fastcluster/distinfo index f17dd97febe4..eeb9f17a5ceb 100644 --- a/math/py-fastcluster/distinfo +++ b/math/py-fastcluster/distinfo @@ -1,2 +1,3 @@ -SHA256 (fastcluster-1.1.20.tar.gz) = 2b8412678c1dc3b8ea329aa7e19df4a31639404e8fdadd1b3c3e1a376002c6af -SIZE (fastcluster-1.1.20.tar.gz) = 161552 +TIMESTAMP = 1481609357 +SHA256 (fastcluster-1.1.21.tar.gz) = c0f7c234a93d5414e9b1300b17ec5c82bd9a9e4c210fc5d9bc3e2bc82fced989 +SIZE (fastcluster-1.1.21.tar.gz) = 162920 |