From owner-svn-ports-all@freebsd.org Sun Oct 4 17:59:37 2015 Return-Path: Delivered-To: svn-ports-all@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 7CB22A0F078; Sun, 4 Oct 2015 17:59:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.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 5338E130F; Sun, 4 Oct 2015 17:59:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t94Hxb9w040646; Sun, 4 Oct 2015 17:59:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t94Hxarv040642; Sun, 4 Oct 2015 17:59:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510041759.t94Hxarv040642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 4 Oct 2015 17:59:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398587 - head/science/py-scipy 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.20 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: Sun, 04 Oct 2015 17:59:37 -0000 Author: sunpoet Date: Sun Oct 4 17:59:36 2015 New Revision: 398587 URL: https://svnweb.freebsd.org/changeset/ports/398587 Log: - Update to 0.16.0 - Sort USE_PYTHON - Convert to new options target helper - Cosmetic change Changes: https://github.com/scipy/scipy/releases Modified: head/science/py-scipy/Makefile head/science/py-scipy/distinfo Modified: head/science/py-scipy/Makefile ============================================================================== --- head/science/py-scipy/Makefile Sun Oct 4 17:59:31 2015 (r398586) +++ head/science/py-scipy/Makefile Sun Oct 4 17:59:36 2015 (r398587) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= scipy -PORTVERSION= 0.15.1 -PORTREVISION= 1 +PORTVERSION= 0.16.0 CATEGORIES= science python MASTER_SITES= http://docs.scipy.org/doc/${DISTNAME}/:doc \ SF:source @@ -22,12 +21,10 @@ RUN_DEPENDS= ${PYNUMPY} \ swig:${PORTSDIR}/devel/swig13 USES= fortran python -USE_PYTHON= distutils autoplist concurrent - -PYDISTUTILS_CONFIGUREARGS+= --fcompiler=gnu95 -PYDISTUTILS_BUILDARGS+= --fcompiler=gnu95 - +USE_PYTHON= autoplist concurrent distutils LDFLAGS+= -shared +PYDISTUTILS_BUILDARGS= --fcompiler=gnu95 +PYDISTUTILS_CONFIGUREARGS= --fcompiler=gnu95 OPTIONS_DEFINE= DOCS @@ -36,7 +33,7 @@ PORTDOCS= scipy-ref-${PORTVERSION}.pdf post-extract: @${CP} ${DISTDIR}/scipy-ref-${PORTVERSION}.pdf ${WRKDIR} -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/scipy-ref-${PORTVERSION}.pdf ${STAGEDIR}${DOCSDIR} Modified: head/science/py-scipy/distinfo ============================================================================== --- head/science/py-scipy/distinfo Sun Oct 4 17:59:31 2015 (r398586) +++ head/science/py-scipy/distinfo Sun Oct 4 17:59:36 2015 (r398587) @@ -1,4 +1,4 @@ -SHA256 (scipy-0.15.1.tar.gz) = a212cbc3b79e9a563aa45fc5c517b3499198bd7eb7e7be1e047568a5f48c259a -SIZE (scipy-0.15.1.tar.gz) = 11401878 -SHA256 (scipy-ref-0.15.1.pdf) = d96046ddbc91383fb37e3ae2bbdc6945e0c2fc70fa230e0bcda0789e6025ca7e -SIZE (scipy-ref-0.15.1.pdf) = 18313446 +SHA256 (scipy-0.16.0.tar.gz) = 92592f40097098f3fdbe7f5855d535b29bb16719c2bb59c728bce5e7a28790e0 +SIZE (scipy-0.16.0.tar.gz) = 18137295 +SHA256 (scipy-ref-0.16.0.pdf) = 42ec0d07cbb7ea675827b86bc42efd7d030613814ddca895a99d1bf9903d70f1 +SIZE (scipy-ref-0.16.0.pdf) = 34562303