svn commit: r359362 - head/science/py-hcluster

William Grzybowski wg at FreeBSD.org
Thu Jun 26 14:27:47 UTC 2014


Author: wg
Date: Thu Jun 26 14:27:46 2014
New Revision: 359362
URL: http://svnweb.freebsd.org/changeset/ports/359362
QAT: https://qat.redports.org/buildarchive/r359362/

Log:
  science/py-hcluster: support stage
  
  - Remove leading article from COMMENT
  - Use auto plist
  
  Approved by:	portmgt (stage blanket)

Deleted:
  head/science/py-hcluster/pkg-plist
Modified:
  head/science/py-hcluster/Makefile

Modified: head/science/py-hcluster/Makefile
==============================================================================
--- head/science/py-hcluster/Makefile	Thu Jun 26 14:20:22 2014	(r359361)
+++ head/science/py-hcluster/Makefile	Thu Jun 26 14:27:46 2014	(r359362)
@@ -9,7 +9,7 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	wenheping at gmail.com
-COMMENT=	A Hierarchical Clustering Package For Scipy
+COMMENT=	Hierarchical Clustering Package For Scipy
 
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
 		${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib
@@ -17,6 +17,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list