Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 May 2018 19:21:09 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469323 - head/science/hdf5-18
Message-ID:  <201805071921.w47JL9xR063823@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805071921.w47JL9xR063823>