From owner-svn-ports-all@FreeBSD.ORG Sat May 31 04:56:47 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D1BC32A; Sat, 31 May 2014 04:56:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7AF152331; Sat, 31 May 2014 04:56:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4V4ul77089443; Sat, 31 May 2014 04:56:47 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4V4ult1089442; Sat, 31 May 2014 04:56:47 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201405310456.s4V4ult1089442@svn.freebsd.org> From: Wen Heping Date: Sat, 31 May 2014 04:56:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355932 - head/science/brian X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2014 04:56:47 -0000 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