From owner-svn-ports-head@freebsd.org Sat Jun 30 13:04:30 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 5C6AA102F5C4; Sat, 30 Jun 2018 13:04:30 +0000 (UTC) (envelope-from joneum@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 0179E7D230; Sat, 30 Jun 2018 13:04:30 +0000 (UTC) (envelope-from joneum@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 D261310558; Sat, 30 Jun 2018 13:04:29 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5UD4TG6029805; Sat, 30 Jun 2018 13:04:29 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5UD4Sie029800; Sat, 30 Jun 2018 13:04:28 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201806301304.w5UD4Sie029800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 30 Jun 2018 13:04:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473619 - head/math/gmm++ X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/math/gmm++ X-SVN-Commit-Revision: 473619 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.26 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: Sat, 30 Jun 2018 13:04:30 -0000 Author: joneum Date: Sat Jun 30 13:04:28 2018 New Revision: 473619 URL: https://svnweb.freebsd.org/changeset/ports/473619 Log: math/gmm++: Update to 5.3 -change MASTER_SITES -add LICENSE_FILE PR: 229356 Submitted by: takefu@airport.fm (maintainer) Modified: head/math/gmm++/Makefile head/math/gmm++/distinfo head/math/gmm++/pkg-descr head/math/gmm++/pkg-plist Modified: head/math/gmm++/Makefile ============================================================================== --- head/math/gmm++/Makefile Sat Jun 30 13:03:52 2018 (r473618) +++ head/math/gmm++/Makefile Sat Jun 30 13:04:28 2018 (r473619) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= gmm++ -PORTVERSION= 5.1 +PORTVERSION= 5.3 CATEGORIES= math -MASTER_SITES= http://download.gna.org/getfem/stable/ +MASTER_SITES= http://download-mirror.savannah.gnu.org/releases/getfem/stable/ DISTNAME= ${PORTNAME:S/+//g}-${PORTVERSION} MAINTAINER= kde@FreeBSD.org @@ -11,10 +11,11 @@ COMMENT= Generic matrix template library # Note: even though the port's COPYING file mentions gmm++ is licensed under # the LGPL version 2.1 with the GCC runtime exception, -# mentions +# mentions # v4.2 is licensed under the LGPL version 3 with the GCC runtime exception, and # so say the headers which are installed. LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes NO_BUILD= yes Modified: head/math/gmm++/distinfo ============================================================================== --- head/math/gmm++/distinfo Sat Jun 30 13:03:52 2018 (r473618) +++ head/math/gmm++/distinfo Sat Jun 30 13:04:28 2018 (r473619) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472681977 -SHA256 (gmm-5.1.tar.gz) = 90e6bf309b81f496b401a375fe99826ad4b5c6ba99db6c92b37f9261db462636 -SIZE (gmm-5.1.tar.gz) = 537290 +TIMESTAMP = 1530078901 +SHA256 (gmm-5.3.tar.gz) = 86ac46d69982afd9bc0d032788ae6ab81eab8118df1012690b1c2501ec687252 +SIZE (gmm-5.3.tar.gz) = 540146 Modified: head/math/gmm++/pkg-descr ============================================================================== --- head/math/gmm++/pkg-descr Sat Jun 30 13:03:52 2018 (r473618) +++ head/math/gmm++/pkg-descr Sat Jun 30 13:04:28 2018 (r473619) @@ -9,4 +9,4 @@ Interfacing a vector or matrix type means writing "tra called "linalg_traits", which describe their properties. The library offers predefined dense, sparse and skyline matrix types. -WWW: http://home.gna.org/getfem/ +WWW: http://getfem.org/gmm/ Modified: head/math/gmm++/pkg-plist ============================================================================== --- head/math/gmm++/pkg-plist Sat Jun 30 13:03:52 2018 (r473618) +++ head/math/gmm++/pkg-plist Sat Jun 30 13:04:28 2018 (r473619) @@ -1,6 +1,7 @@ include/gmm/gmm.h include/gmm/gmm_MUMPS_interface.h include/gmm/gmm_algobase.h +include/gmm/gmm_arch_config.h include/gmm/gmm_blas.h include/gmm/gmm_blas_interface.h include/gmm/gmm_condition_number.h @@ -13,6 +14,7 @@ include/gmm/gmm_dense_qr.h include/gmm/gmm_dense_sylvester.h include/gmm/gmm_domain_decomp.h include/gmm/gmm_except.h +include/gmm/gmm_feedback_management.h include/gmm/gmm_inoutput.h include/gmm/gmm_interface.h include/gmm/gmm_interface_bgeot.h