svn commit: r355932 - head/science/brian

Wen Heping wen at FreeBSD.org
Sat May 31 04:56:47 UTC 2014


Author: wen
Date: Sat May 31 04:56:47 2014
New Revision: 355932
URL: http://svnweb.freebsd.org/changeset/ports/355932
QAT: https://qat.redports.org/buildarchive/r355932/

Log:
  - Added STAGE support
  - Updated MASTER_SITES
  
  PR:		190350
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>

Deleted:
  head/science/brian/pkg-plist
Modified:
  head/science/brian/Makefile

Modified: head/science/brian/Makefile
==============================================================================
--- head/science/brian/Makefile	Sat May 31 04:18:18 2014	(r355931)
+++ head/science/brian/Makefile	Sat May 31 04:56:47 2014	(r355932)
@@ -3,13 +3,12 @@
 
 PORTNAME=	brian
 PORTVERSION=	1.4.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	science python
-MASTER_SITES=	CHEESESHOP \
-		SF/${PORTNAME}/Brian/${PORTVERSION}
+MASTER_SITES=	CHEESESHOP
 
 MAINTAINER=	wen at FreeBSD.org
-COMMENT=	A clock-driven simulator for spiking neural networks
+COMMENT=	Clock-driven simulator for spiking neural networks
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.1.0:${PORTSDIR}/math/py-numpy \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.6.0:${PORTSDIR}/science/py-scipy \
@@ -19,6 +18,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		zip
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list