pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/hdf5-c++



Module Name:    pkgsrc
Committed By:   alnsn
Date:           Wed Sep 14 20:29:57 UTC 2016

Modified Files:
        pkgsrc/devel/hdf5-c++: Makefile PLIST

Log Message:
Install missing header file.

Contributed by Jason Bacon, many thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/hdf5-c++/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/hdf5-c++/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/hdf5-c++/Makefile
diff -u pkgsrc/devel/hdf5-c++/Makefile:1.5 pkgsrc/devel/hdf5-c++/Makefile:1.6
--- pkgsrc/devel/hdf5-c++/Makefile:1.5  Thu Nov 26 11:25:11 2015
+++ pkgsrc/devel/hdf5-c++/Makefile      Wed Sep 14 20:29:56 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/11/26 11:25:11 adam Exp $
+# $NetBSD: Makefile,v 1.6 2016/09/14 20:29:56 alnsn Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-c++-/}
 COMMENT=       Hierarchical Data Format (new generation) - C++ wrappers
@@ -23,7 +23,7 @@ do-install:
          H5DataSpace.h H5DataType.h H5DcreatProp.h H5DxferProp.h H5EnumType.h \
          H5Exception.h H5FaccProp.h H5FcreatProp.h H5File.h H5FloatType.h \
          H5Group.h H5IdComponent.h H5Include.h H5IntType.h H5Library.h \
-         H5Location.h \
+         H5Location.h H5OcreatProp.h \
          H5Object.h H5PredType.h H5PropList.h H5StrType.h H5VarLenType.h
        ${INSTALL_DATA} ${WRKSRC}/c++/src/${f} ${DESTDIR}/${PREFIX}/include/
 .endfor

Index: pkgsrc/devel/hdf5-c++/PLIST
diff -u pkgsrc/devel/hdf5-c++/PLIST:1.3 pkgsrc/devel/hdf5-c++/PLIST:1.4
--- pkgsrc/devel/hdf5-c++/PLIST:1.3     Mon Aug 24 17:58:34 2015
+++ pkgsrc/devel/hdf5-c++/PLIST Wed Sep 14 20:29:56 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2015/08/24 17:58:34 gdt Exp $
+@comment $NetBSD: PLIST,v 1.4 2016/09/14 20:29:56 alnsn Exp $
 bin/h5c++
 include/H5AbstractDs.h
 include/H5ArrayType.h
@@ -26,6 +26,7 @@ include/H5Include.h
 include/H5IntType.h
 include/H5Library.h
 include/H5Location.h
+include/H5OcreatProp.h
 include/H5Object.h
 include/H5PacketTable.h
 include/H5PredType.h



Home | Main Index | Thread Index | Old Index