Date: Wed, 1 Feb 2017 11:31:45 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433001 - head/math/py-fastcluster Message-ID: <201702011131.v11BVjK0040767@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Feb 1 11:31:45 2017 New Revision: 433001 URL: https://svnweb.freebsd.org/changeset/ports/433001 Log: - 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) Modified: head/math/py-fastcluster/Makefile head/math/py-fastcluster/distinfo Modified: head/math/py-fastcluster/Makefile ============================================================================== --- head/math/py-fastcluster/Makefile Wed Feb 1 11:22:45 2017 (r433000) +++ head/math/py-fastcluster/Makefile Wed Feb 1 11:31:45 2017 (r433001) @@ -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> Modified: head/math/py-fastcluster/distinfo ============================================================================== --- head/math/py-fastcluster/distinfo Wed Feb 1 11:22:45 2017 (r433000) +++ head/math/py-fastcluster/distinfo Wed Feb 1 11:31:45 2017 (r433001) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702011131.v11BVjK0040767>