From 3ffcdeab0c9d62daf66e78d5f7e3f25380d58405 Mon Sep 17 00:00:00 2001 From: wen Date: Tue, 29 May 2018 06:26:39 +0000 Subject: - Update to 1.4.4 - Update DEPENDS --- science/brian/Makefile | 11 ++++++----- science/brian/distinfo | 5 +++-- 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'science') diff --git a/science/brian/Makefile b/science/brian/Makefile index 282bb533a008..2d95f49f4186 100644 --- a/science/brian/Makefile +++ b/science/brian/Makefile @@ -2,20 +2,21 @@ # $FreeBSD$ PORTNAME= brian -PORTVERSION= 1.4.3 -PORTREVISION= 1 +PORTVERSION= 1.4.4 CATEGORIES= science python MASTER_SITES= CHEESESHOP MAINTAINER= wen@FreeBSD.org COMMENT= Clock-driven simulator for spiking neural networks -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.1.0,1:math/py-numpy@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=0.6.0:science/py-scipy@${FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.4.1,1:math/py-numpy@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=0.7.0:science/py-scipy@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:math/py-matplotlib@${FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python:2.7 zip +USES= python:2.7 +USE_GITHUB= yes +GH_ACCOUNT= brian-team USE_PYTHON= distutils autoplist .include diff --git a/science/brian/distinfo b/science/brian/distinfo index 824611e41daa..df277801419e 100644 --- a/science/brian/distinfo +++ b/science/brian/distinfo @@ -1,2 +1,3 @@ -SHA256 (brian-1.4.3.zip) = 46bd78a48d2063ef7194ec9adf563c6e17712655624c241a3852ea90e1ebf3d6 -SIZE (brian-1.4.3.zip) = 753994 +TIMESTAMP = 1527577442 +SHA256 (brian-team-brian-1.4.4_GH0.tar.gz) = 38b9160b98a3b6b5ede4d4375427c7899c2fd409674e08b503dde68aed06afce +SIZE (brian-team-brian-1.4.4_GH0.tar.gz) = 10827012 -- cgit