mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to version 0.4.0
This commit is contained in:
parent
ea8c71fc07
commit
a8f1e3e506
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506592
3 changed files with 6 additions and 6 deletions
|
@ -1,9 +1,8 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= cpu_features
|
PORTNAME= cpu_features
|
||||||
PORTVERSION= 0.2.0
|
PORTVERSION= 0.4.0
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
MAINTAINER= skreuzer@FreeBSD.org
|
MAINTAINER= skreuzer@FreeBSD.org
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1536626385
|
TIMESTAMP = 1563070474
|
||||||
SHA256 (google-cpu_features-v0.2.0_GH0.tar.gz) = b0f0d15db2eb4ac697339eb07db7b1528d81ff06b44e6b0c18250bc76bcae3df
|
SHA256 (google-cpu_features-v0.4.0_GH0.tar.gz) = 4fe7435b84f18ec1db261365c36be7d7f16d2ec39221f70b2cdf6efcd423542b
|
||||||
SIZE (google-cpu_features-v0.2.0_GH0.tar.gz) = 41705
|
SIZE (google-cpu_features-v0.4.0_GH0.tar.gz) = 55192
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
bin/list_cpu_features
|
bin/list_cpu_features
|
||||||
lib/libcpu_features.a
|
lib/libcpu_features.a
|
||||||
|
include/cpu_features_cache_info.h
|
||||||
include/cpu_features_macros.h
|
include/cpu_features_macros.h
|
||||||
include/cpuinfo_aarch64.h
|
include/cpuinfo_aarch64.h
|
||||||
include/cpuinfo_arm.h
|
include/cpuinfo_arm.h
|
||||||
|
@ -10,6 +11,6 @@ include/internal/bit_utils.h
|
||||||
include/internal/cpuid_x86.h
|
include/internal/cpuid_x86.h
|
||||||
include/internal/filesystem.h
|
include/internal/filesystem.h
|
||||||
include/internal/hwcaps.h
|
include/internal/hwcaps.h
|
||||||
include/internal/linux_features_aggregator.h
|
|
||||||
include/internal/stack_line_reader.h
|
include/internal/stack_line_reader.h
|
||||||
include/internal/string_view.h
|
include/internal/string_view.h
|
||||||
|
include/internal/unix_features_aggregator.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue