Created attachment 147890 [details] openimageio update to 1.4.13 update graphics/openimageio to v1.4.13 Includes changes for USE_PYTHON and @dirrm
The PORTREVISION in py-openimageio should be reset, not? Also, @dir is only necessary for empty directories (to be created) or, if the directories have different permissions/ownerships (so that @chown/@perm entries are necessary).
py-openimageio PORTREVISION - yes, it should use the master PORTREVISION but keeps getting automated entries on dependency changes. As for @dir, make check-plist says it's ok, but during install I get pkg-static: Warning: @dirrm is deprecated please use @dir Seems there is no error when removing @dirrm entries, so we don't swap @dirrm and @dirrmtry entries for @dir we just remove them completely and use @dir just for special cases?
(In reply to FreeBSD from comment #2) > py-openimageio PORTREVISION - yes, it should use the master PORTREVISION but > keeps getting automated entries on dependency changes. Which is fine and correct. It should be reset on updates of the master port, though. > As for @dir, make check-plist says it's ok, but during install I get > > pkg-static: Warning: @dirrm is deprecated please use @dir > > Seems there is no error when removing @dirrm entries, so we don't swap > @dirrm and @dirrmtry entries for @dir we just remove them completely and use > @dir just for special cases? Exactly. It's only needed, if a port needs empty directories (e.g. under /var), or directories need to have speciall permissions or changes in the owner/group.
Created attachment 148559 [details] openimageio update to 1.4.14
There was a minor update yesterday, only version and distinfo changes since previous patch.
Looks good, I'll get it committed soon. Keep in mind that py-openimageio also needs to be reset (PORTREVISION) on updates.
A commit references this bug: Author: mva Date: Sun Nov 23 14:33:39 UTC 2014 New revision: 373153 URL: https://svnweb.freebsd.org/changeset/ports/373153 Log: - Update to version 1.4.14 PR: 194076 Submitted by: FreeBSD@ShaneWare.Biz (maintainer) Changes: head/graphics/openimageio/Makefile head/graphics/openimageio/distinfo head/graphics/openimageio/pkg-plist head/graphics/openimageio/pkg-plist-pybind head/graphics/py-openimageio/Makefile
Committed, thanks.