Date: Tue, 11 Sep 2018 01:41:27 +0000 (UTC) From: Steven Kreuzer <skreuzer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479496 - head/devel/cpu_features Message-ID: <201809110141.w8B1fRaD066023@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: skreuzer Date: Tue Sep 11 01:41:26 2018 New Revision: 479496 URL: https://svnweb.freebsd.org/changeset/ports/479496 Log: Update to version 0.2.0 Modified: head/devel/cpu_features/Makefile head/devel/cpu_features/distinfo head/devel/cpu_features/pkg-plist Modified: head/devel/cpu_features/Makefile ============================================================================== --- head/devel/cpu_features/Makefile Tue Sep 11 00:35:32 2018 (r479495) +++ head/devel/cpu_features/Makefile Tue Sep 11 01:41:26 2018 (r479496) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cpu_features -PORTVERSION= 0.1.0 +PORTVERSION= 0.2.0 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/cpu_features/distinfo ============================================================================== --- head/devel/cpu_features/distinfo Tue Sep 11 00:35:32 2018 (r479495) +++ head/devel/cpu_features/distinfo Tue Sep 11 01:41:26 2018 (r479496) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525271060 -SHA256 (google-cpu_features-v0.1.0_GH0.tar.gz) = ae6acdc4f5952aa0d168927a0a40d517f973150b4cfcdfe760a1336e30ab8b9e -SIZE (google-cpu_features-v0.1.0_GH0.tar.gz) = 32051 +TIMESTAMP = 1536626385 +SHA256 (google-cpu_features-v0.2.0_GH0.tar.gz) = b0f0d15db2eb4ac697339eb07db7b1528d81ff06b44e6b0c18250bc76bcae3df +SIZE (google-cpu_features-v0.2.0_GH0.tar.gz) = 41705 Modified: head/devel/cpu_features/pkg-plist ============================================================================== --- head/devel/cpu_features/pkg-plist Tue Sep 11 00:35:32 2018 (r479495) +++ head/devel/cpu_features/pkg-plist Tue Sep 11 01:41:26 2018 (r479496) @@ -4,6 +4,7 @@ include/cpu_features_macros.h include/cpuinfo_aarch64.h include/cpuinfo_arm.h include/cpuinfo_mips.h +include/cpuinfo_ppc.h include/cpuinfo_x86.h include/internal/bit_utils.h include/internal/cpuid_x86.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809110141.w8B1fRaD066023>