diff --git a/devel/cpu_features/Makefile b/devel/cpu_features/Makefile index 8b9fb30b5a8d..ec3a05d23b42 100644 --- a/devel/cpu_features/Makefile +++ b/devel/cpu_features/Makefile @@ -1,6 +1,6 @@ PORTNAME= cpu_features DISTVERSIONPREFIX= v -DISTVERSION= 0.7.0 +DISTVERSION= 0.9.0 CATEGORIES= devel MAINTAINER= skreuzer@FreeBSD.org @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NOT_FOR_ARCHS= aarch64 armv6 armv7 mips mips64 riscv64 NOT_FOR_ARCHS_REASON= assumes android if on ARM or MIPS; not ported to riscv64 -USES= cmake:testing # 3 tests fail, see https://github.com/google/cpu_features/issues/215 +USES= cmake:testing USE_GITHUB= yes GH_ACCOUNT= google diff --git a/devel/cpu_features/distinfo b/devel/cpu_features/distinfo index fddb56d861a2..72032136156a 100644 --- a/devel/cpu_features/distinfo +++ b/devel/cpu_features/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674435781 -SHA256 (google-cpu_features-v0.7.0_GH0.tar.gz) = df80d9439abf741c7d2fdcdfd2d26528b136e6c52976be8bd0cd5e45a27262c0 -SIZE (google-cpu_features-v0.7.0_GH0.tar.gz) = 85986 +TIMESTAMP = 1713392514 +SHA256 (google-cpu_features-v0.9.0_GH0.tar.gz) = bdb3484de8297c49b59955c3b22dba834401bc2df984ef5cfc17acbe69c5018e +SIZE (google-cpu_features-v0.9.0_GH0.tar.gz) = 109259 diff --git a/devel/cpu_features/pkg-plist b/devel/cpu_features/pkg-plist index 733c33551e40..80b8960b9311 100644 --- a/devel/cpu_features/pkg-plist +++ b/devel/cpu_features/pkg-plist @@ -3,8 +3,11 @@ include/cpu_features/cpu_features_cache_info.h include/cpu_features/cpu_features_macros.h include/cpu_features/cpuinfo_aarch64.h include/cpu_features/cpuinfo_arm.h +include/cpu_features/cpuinfo_loongarch.h include/cpu_features/cpuinfo_mips.h include/cpu_features/cpuinfo_ppc.h +include/cpu_features/cpuinfo_riscv.h +include/cpu_features/cpuinfo_s390x.h include/cpu_features/cpuinfo_x86.h include/cpu_features/internal/hwcaps.h lib/cmake/CpuFeatures/CpuFeaturesConfig.cmake