git: a98258ae6661 - main - devel/cpu_features: update 0.7.0 → 0.9.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Apr 2024 19:53:05 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a98258ae6661c606653e6cd689dd6797617aa89a commit a98258ae6661c606653e6cd689dd6797617aa89a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-27 19:51:03 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-27 19:53:01 +0000 devel/cpu_features: update 0.7.0 → 0.9.0 PR: 278419 Approved by: skreuzer@ (maintainer) --- devel/cpu_features/Makefile | 4 ++-- devel/cpu_features/distinfo | 6 +++--- devel/cpu_features/pkg-plist | 3 +++ 3 files changed, 8 insertions(+), 5 deletions(-) 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