Date: Sat, 31 May 2014 04:56:47 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355932 - head/science/brian Message-ID: <201405310456.s4V4ult1089442@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405310456.s4V4ult1089442>