From owner-svn-ports-head@freebsd.org Wed Dec 20 15:25:17 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9DA6E8F879; Wed, 20 Dec 2017 15:25:17 +0000 (UTC) (envelope-from bapt@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 mx1.freebsd.org (Postfix) with ESMTPS id A6D5C736DC; Wed, 20 Dec 2017 15:25:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBKFPGha091299; Wed, 20 Dec 2017 15:25:16 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBKFPGKC091298; Wed, 20 Dec 2017 15:25:16 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201712201525.vBKFPGKC091298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 20 Dec 2017 15:25:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456834 - head/science/py-scipy X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/science/py-scipy X-SVN-Commit-Revision: 456834 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2017 15:25:17 -0000 Author: bapt Date: Wed Dec 20 15:25:16 2017 New Revision: 456834 URL: https://svnweb.freebsd.org/changeset/ports/456834 Log: Remove dependency on swig I can't find any direct call to the swig binary in the code meaning having swig as a run time dependency should not be a requirement Modified: head/science/py-scipy/Makefile Modified: head/science/py-scipy/Makefile ============================================================================== --- head/science/py-scipy/Makefile Wed Dec 20 15:18:26 2017 (r456833) +++ head/science/py-scipy/Makefile Wed Dec 20 15:25:16 2017 (r456834) @@ -3,7 +3,7 @@ PORTNAME= scipy PORTVERSION= 0.19.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science python MASTER_SITES= http://docs.scipy.org/doc/${DISTNAME}/:doc \ CHEESESHOP:source \ @@ -20,8 +20,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYNUMPY} -RUN_DEPENDS= ${PYNUMPY} \ - swig:devel/swig13 +RUN_DEPENDS= ${PYNUMPY} USES= fortran python zip USE_PYTHON= autoplist concurrent distutils