From owner-svn-ports-all@freebsd.org Tue May 29 07:52:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DF56EF8244; Tue, 29 May 2018 07:52:44 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B561F7C443; Tue, 29 May 2018 07:52:43 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 976831936C; Tue, 29 May 2018 07:52:43 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4T7qhD7064494; Tue, 29 May 2018 07:52:43 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4T7qhBx064493; Tue, 29 May 2018 07:52:43 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201805290752.w4T7qhBx064493@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 29 May 2018 07:52:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471084 - head/science/brian X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/science/brian X-SVN-Commit-Revision: 471084 X-SVN-Commit-Repository: ports 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.26 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: Tue, 29 May 2018 07:52:44 -0000 Author: wen Date: Tue May 29 07:52:43 2018 New Revision: 471084 URL: https://svnweb.freebsd.org/changeset/ports/471084 Log: - Remove the unneeded line Modified: head/science/brian/Makefile Modified: head/science/brian/Makefile ============================================================================== --- head/science/brian/Makefile Tue May 29 07:43:10 2018 (r471083) +++ head/science/brian/Makefile Tue May 29 07:52:43 2018 (r471084) @@ -4,7 +4,6 @@ PORTNAME= brian PORTVERSION= 1.4.4 CATEGORIES= science python -MASTER_SITES= CHEESESHOP MAINTAINER= wen@FreeBSD.org COMMENT= Clock-driven simulator for spiking neural networks