From owner-svn-ports-head@freebsd.org Tue Feb 13 04:37:42 2018 Return-Path: Delivered-To: svn-ports-head@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 C1BFFF1F19F; Tue, 13 Feb 2018 04:37:42 +0000 (UTC) (envelope-from yuri@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 08711831EC; Tue, 13 Feb 2018 04:37:42 +0000 (UTC) (envelope-from yuri@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 EEB161BF9F; Tue, 13 Feb 2018 04:37:41 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1D4bf8j006525; Tue, 13 Feb 2018 04:37:41 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1D4bf2E006522; Tue, 13 Feb 2018 04:37:41 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802130437.w1D4bf2E006522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 13 Feb 2018 04:37:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461684 - head/math/arpack-ng X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/arpack-ng X-SVN-Commit-Revision: 461684 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: Tue, 13 Feb 2018 04:37:43 -0000 Author: yuri Date: Tue Feb 13 04:37:41 2018 New Revision: 461684 URL: https://svnweb.freebsd.org/changeset/ports/461684 Log: math/arpack-ng: Update to 3.5.0 Also changed WWW to an https:// equivalent. Reported by: portscout Approved by: tcberner (mentor, implicit) Modified: head/math/arpack-ng/Makefile head/math/arpack-ng/distinfo head/math/arpack-ng/pkg-descr Modified: head/math/arpack-ng/Makefile ============================================================================== --- head/math/arpack-ng/Makefile Tue Feb 13 03:00:23 2018 (r461683) +++ head/math/arpack-ng/Makefile Tue Feb 13 04:37:41 2018 (r461684) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= arpack-ng -PORTVERSION= 3.4.0 -PORTREVISION= 3 +DISTVERSION= 3.5.0 CATEGORIES= math MAINTAINER= ports@FreeBSD.org @@ -12,10 +11,9 @@ COMMENT?= Revised Argand library for solving large-sca LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +USES= autoreconf:build fortran libtool USE_GITHUB= yes GH_ACCOUNT= opencollab - -USES= autoreconf:build fortran libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-blas="${BLAS}" \ --with-lapack="${LAPACK}" \ Modified: head/math/arpack-ng/distinfo ============================================================================== --- head/math/arpack-ng/distinfo Tue Feb 13 03:00:23 2018 (r461683) +++ head/math/arpack-ng/distinfo Tue Feb 13 04:37:41 2018 (r461684) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469850136 -SHA256 (opencollab-arpack-ng-3.4.0_GH0.tar.gz) = 69e9fa08bacb2475e636da05a6c222b17c67f1ebeab3793762062248dd9d842f -SIZE (opencollab-arpack-ng-3.4.0_GH0.tar.gz) = 942149 +TIMESTAMP = 1518478796 +SHA256 (opencollab-arpack-ng-3.5.0_GH0.tar.gz) = 50f7a3e3aec2e08e732a487919262238f8504c3ef927246ec3495617dde81239 +SIZE (opencollab-arpack-ng-3.5.0_GH0.tar.gz) = 949853 Modified: head/math/arpack-ng/pkg-descr ============================================================================== --- head/math/arpack-ng/pkg-descr Tue Feb 13 03:00:23 2018 (r461683) +++ head/math/arpack-ng/pkg-descr Tue Feb 13 04:37:41 2018 (r461684) @@ -2,4 +2,4 @@ ARPACK-NG is a collection of Fortran77 subroutines des large-scale eigenvalue problems. It is a fork of the Rice University ARPACK, and is jointly-maintained by Debian, Octave, and Scilab. -WWW: http://forge.scilab.org/index.php/p/arpack-ng/ +WWW: https://forge.scilab.org/index.php/p/arpack-ng/