svn commit: r433001 - head/math/py-fastcluster

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Feb 1 11:31:47 UTC 2017


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 at FreeBSD.org
  Approved by:	maintainer timeout (johannes at 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


More information about the svn-ports-all mailing list