Date: Tue, 13 Feb 2018 04:37:41 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461684 - head/math/arpack-ng Message-ID: <201802130437.w1D4bf2E006522@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802130437.w1D4bf2E006522>