Skip to content

Commit

Permalink
devel/cpu_features: update 0.7.0 → 0.9.0
Browse files Browse the repository at this point in the history
PR:	278419
Approved by:	skreuzer@ (maintainer)
  • Loading branch information
yurivict committed Apr 27, 2024
1 parent 2d62874 commit a98258a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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
3 changes: 3 additions & 0 deletions devel/cpu_features/pkg-plist
Expand Up @@ -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
Expand Down

0 comments on commit a98258a

Please sign in to comment.