svn commit: r469323 - head/science/hdf5-18

Thierry Thomas thierry at FreeBSD.org
Mon May 7 19:21:11 UTC 2018


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


More information about the svn-ports-all mailing list