pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/openimageio



Module Name:    pkgsrc
Committed By:   mrg
Date:           Mon Jul 15 09:32:01 UTC 2024

Modified Files:
        pkgsrc/graphics/openimageio: Makefile PLIST

Log Message:
fmtlib 11.x update changed *this* PLIST.

add the new header and bump the pkg revision.


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/graphics/openimageio/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/openimageio/PLIST

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

Modified files:

Index: pkgsrc/graphics/openimageio/Makefile
diff -u pkgsrc/graphics/openimageio/Makefile:1.106 pkgsrc/graphics/openimageio/Makefile:1.107
--- pkgsrc/graphics/openimageio/Makefile:1.106  Tue Jul  2 10:34:32 2024
+++ pkgsrc/graphics/openimageio/Makefile        Mon Jul 15 09:32:01 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.106 2024/07/02 10:34:32 adam Exp $
+# $NetBSD: Makefile,v 1.107 2024/07/15 09:32:01 mrg Exp $
 
 DISTNAME=      OpenImageIO-2.5.13.0
 PKGNAME=       ${DISTNAME:tl}
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=AcademySoftwareFoundation/}
 GITHUB_PROJECT=        OpenImageIO

Index: pkgsrc/graphics/openimageio/PLIST
diff -u pkgsrc/graphics/openimageio/PLIST:1.13 pkgsrc/graphics/openimageio/PLIST:1.14
--- pkgsrc/graphics/openimageio/PLIST:1.13      Tue Jul  2 10:34:32 2024
+++ pkgsrc/graphics/openimageio/PLIST   Mon Jul 15 09:32:01 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2024/07/02 10:34:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2024/07/15 09:32:01 mrg Exp $
 bin/iconvert
 bin/idiff
 bin/igrep
@@ -17,6 +17,7 @@ include/OpenImageIO/dassert.h
 include/OpenImageIO/deepdata.h
 include/OpenImageIO/detail/farmhash.h
 include/OpenImageIO/detail/fmt.h
+include/OpenImageIO/detail/fmt/base.h
 include/OpenImageIO/detail/fmt/chrono.h
 include/OpenImageIO/detail/fmt/core.h
 include/OpenImageIO/detail/fmt/format-inl.h



Home | Main Index | Thread Index | Old Index