- 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)
This commit is contained in:
parent
d9ec4e1709
commit
1c96ea5d4a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433001
2 changed files with 6 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue