From owner-svn-ports-all@freebsd.org Mon May 7 19:21:11 2018 Return-Path: Delivered-To: svn-ports-all@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 358EAFBA39D; Mon, 7 May 2018 19:21:11 +0000 (UTC) (envelope-from thierry@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 3AB0173989; Mon, 7 May 2018 19:21:10 +0000 (UTC) (envelope-from thierry@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 EF7291F843; Mon, 7 May 2018 19:21:09 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w47JL9Qm063825; Mon, 7 May 2018 19:21:09 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w47JL9xR063823; Mon, 7 May 2018 19:21:09 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201805071921.w47JL9xR063823@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Mon, 7 May 2018 19:21:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469323 - head/science/hdf5-18 X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/science/hdf5-18 X-SVN-Commit-Revision: 469323 X-SVN-Commit-Repository: ports 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.25 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: Mon, 07 May 2018 19:21:11 -0000 Author: thierry Date: Mon May 7 19:21:09 2018 New Revision: 469323 URL: https://svnweb.freebsd.org/changeset/ports/469323 Log: Fix plist whith FORTRAN option. PR: 227857 Submitted by: jwb Modified: head/science/hdf5-18/Makefile head/science/hdf5-18/pkg-plist Modified: head/science/hdf5-18/Makefile ============================================================================== --- head/science/hdf5-18/Makefile Mon May 7 19:21:05 2018 (r469322) +++ head/science/hdf5-18/Makefile Mon May 7 19:21:09 2018 (r469323) @@ -3,6 +3,7 @@ PORTNAME= hdf5 PORTVERSION= 1.8.20 # When PORTVERSION changes, please update french/med/files/patch-configure +PORTREVISION= 1 CATEGORIES= science archivers graphics MASTER_SITES= https://support.hdfgroup.org/ftp/HDF5/current18/src/ \ http://support.hdfgroup.org/ftp/HDF5/current18/src/ \ Modified: head/science/hdf5-18/pkg-plist ============================================================================== --- head/science/hdf5-18/pkg-plist Mon May 7 19:21:05 2018 (r469322) +++ head/science/hdf5-18/pkg-plist Mon May 7 19:21:09 2018 (r469323) @@ -64,7 +64,7 @@ include/hdf5-18/H5IMpublic.h include/hdf5-18/H5Include.h include/hdf5-18/H5IntType.h include/hdf5-18/H5Ipublic.h -%%FORTRAN%%include/hdf5-18/H5LaccProp.h +include/hdf5-18/H5LaccProp.h include/hdf5-18/H5Library.h include/hdf5-18/H5Location.h include/hdf5-18/H5Lpublic.h