From owner-svn-ports-head@freebsd.org Mon May 13 07:58:00 2019 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 E6A0E15841E1; Mon, 13 May 2019 07:57:59 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C659F6D99A; Mon, 13 May 2019 07:57:58 +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 9E37E6F5C; Mon, 13 May 2019 07:57:58 +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 x4D7vwmX003235; Mon, 13 May 2019 07:57:58 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4D7vwCi003230; Mon, 13 May 2019 07:57:58 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905130757.x4D7vwCi003230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 13 May 2019 07:57:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501528 - head/science/hypre X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/hypre X-SVN-Commit-Revision: 501528 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C659F6D99A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 13 May 2019 07:58:00 -0000 Author: yuri Date: Mon May 13 07:57:57 2019 New Revision: 501528 URL: https://svnweb.freebsd.org/changeset/ports/501528 Log: science/hypre: Update 2.15.1 -> 2.16.0 New github repository is pointed to from their website now. Modified: head/science/hypre/Makefile head/science/hypre/distinfo head/science/hypre/pkg-plist Modified: head/science/hypre/Makefile ============================================================================== --- head/science/hypre/Makefile Mon May 13 07:56:54 2019 (r501527) +++ head/science/hypre/Makefile Mon May 13 07:57:57 2019 (r501528) @@ -3,8 +3,7 @@ PORTNAME= hypre DISTVERSIONPREFIX= v -DISTVERSION= 2.15.1 -PORTREVISION= 2 +DISTVERSION= 2.16.0 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -17,7 +16,7 @@ BROKEN_powerpc64= fails to compile: ./DistributedMatri USES= blaslapack fortran gmake localbase # gmake is only for the 'test' target USE_GITHUB= yes -GH_ACCOUNT= LLNL +GH_ACCOUNT= hypre-space USE_LDCONFIG= yes WRKSRC_SUBDIR= src @@ -52,6 +51,8 @@ SHL3= ${PORTVERSION} SHL2= ${SHL3:R} SHL1= ${SHL2:R} +PORTDOCS= * + post-patch: # Avoid conflict with C++20 by ignoring <...> under WRKSRC @${REINPLACE_CMD} -i .c++20 '/utilities/s/-I/-iquote/' \ @@ -68,7 +69,6 @@ do-install: post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/../docs/*.pdf \ - ${STAGEDIR}${DOCSDIR} + ${COPYTREE_SHARE} ${WRKSRC}/docs/usr-manual ${STAGEDIR}${DOCSDIR} .include Modified: head/science/hypre/distinfo ============================================================================== --- head/science/hypre/distinfo Mon May 13 07:56:54 2019 (r501527) +++ head/science/hypre/distinfo Mon May 13 07:57:57 2019 (r501528) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540047020 -SHA256 (LLNL-hypre-v2.15.1_GH0.tar.gz) = 58d215146e1c7c2c11be4cb1eac0d1663a45584efbe5f603205d8c4766b7579f -SIZE (LLNL-hypre-v2.15.1_GH0.tar.gz) = 7363029 +TIMESTAMP = 1557728492 +SHA256 (hypre-space-hypre-v2.16.0_GH0.tar.gz) = 33f8a27041e697343b820d0426e74694670f955e21bbf3fcb07ee95b22c59e90 +SIZE (hypre-space-hypre-v2.16.0_GH0.tar.gz) = 5765897 Modified: head/science/hypre/pkg-plist ============================================================================== --- head/science/hypre/pkg-plist Mon May 13 07:56:54 2019 (r501527) +++ head/science/hypre/pkg-plist Mon May 13 07:57:57 2019 (r501528) @@ -62,6 +62,4 @@ include/seq_mv.h include/temp_multivector.h lib/libHYPRE.so lib/libHYPRE.so.2 -lib/libHYPRE.so.2.15 -%%PORTDOCS%%%%DOCSDIR%%/HYPRE_ref_manual.pdf -%%PORTDOCS%%%%DOCSDIR%%/HYPRE_usr_manual.pdf +lib/libHYPRE.so.2.16