Date: Fri, 3 Mar 2023 09:41:54 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 79ee0184e5f9 - main - =?utf-8?Q?devel/rkcommon:=20Downgrade=201.11.0=20=E2=86=92=201.10.0?= Message-ID: <202303030941.3239fsOa057150@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=79ee0184e5f9814155bacb62e997fffee7bf81fe commit 79ee0184e5f9814155bacb62e997fffee7bf81fe Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-03-03 09:36:50 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-03-03 09:41:51 +0000 devel/rkcommon: Downgrade 1.11.0 → 1.10.0 This reverts commit fd4878123223b52f78925cd2b380815a32f47d7c. This update broke graphics/openvkl, which in turn can't be upgraded because it needs upgraded graphics/embree. Reported by: fluffy@ --- devel/rkcommon/Makefile | 3 ++- devel/rkcommon/distinfo | 6 +++--- devel/rkcommon/pkg-plist | 2 -- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/devel/rkcommon/Makefile b/devel/rkcommon/Makefile index 15d70ab6bd92..648745ccc80d 100644 --- a/devel/rkcommon/Makefile +++ b/devel/rkcommon/Makefile @@ -1,6 +1,7 @@ PORTNAME= rkcommon DISTVERSIONPREFIX= v -DISTVERSION= 1.11.0 +DISTVERSION= 1.10.0 +PORTEPOCH= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/rkcommon/distinfo b/devel/rkcommon/distinfo index 6103a1dd97da..76f19ef20190 100644 --- a/devel/rkcommon/distinfo +++ b/devel/rkcommon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677738757 -SHA256 (ospray-rkcommon-v1.11.0_GH0.tar.gz) = 9cfeedaccdefbdcf23c465cb1e6c02057100c4a1a573672dc6cfea5348cedfdd -SIZE (ospray-rkcommon-v1.11.0_GH0.tar.gz) = 300296 +TIMESTAMP = 1652378798 +SHA256 (ospray-rkcommon-v1.10.0_GH0.tar.gz) = 57a33ce499a7fc5a5aaffa39ec7597115cf69ed4ff773546b5b71ff475ee4730 +SIZE (ospray-rkcommon-v1.10.0_GH0.tar.gz) = 292611 diff --git a/devel/rkcommon/pkg-plist b/devel/rkcommon/pkg-plist index eb53720a1c4e..3756b1b73470 100644 --- a/devel/rkcommon/pkg-plist +++ b/devel/rkcommon/pkg-plist @@ -6,9 +6,7 @@ include/rkcommon/containers/FlatMap.h include/rkcommon/containers/TransactionalBuffer.h include/rkcommon/containers/aligned_allocator.h include/rkcommon/math/AffineSpace.h -include/rkcommon/math/AffineSpace.ih include/rkcommon/math/LinearSpace.h -include/rkcommon/math/LinearSpace.ih include/rkcommon/math/Quaternion.h include/rkcommon/math/arm/emulation.h include/rkcommon/math/arm/sse2neon.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303030941.3239fsOa057150>