From owner-svn-ports-all@freebsd.org Thu Feb 7 10:30:05 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0F3D14D33A4; Thu, 7 Feb 2019 10:30:05 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6719081BF5; Thu, 7 Feb 2019 10:30:05 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5BD561BA8C; Thu, 7 Feb 2019 10:30:05 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x17AU5U6029874; Thu, 7 Feb 2019 10:30:05 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x17AU4TZ029872; Thu, 7 Feb 2019 10:30:04 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201902071030.x17AU4TZ029872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 7 Feb 2019 10:30:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492356 - head/sysutils/libcpuid X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/sysutils/libcpuid X-SVN-Commit-Revision: 492356 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6719081BF5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2019 10:30:05 -0000 Author: danfe Date: Thu Feb 7 10:30:04 2019 New Revision: 492356 URL: https://svnweb.freebsd.org/changeset/ports/492356 Log: Update `sysutils/libcpuid' to version 0.4.1. Reported by: portscout Modified: head/sysutils/libcpuid/Makefile head/sysutils/libcpuid/distinfo head/sysutils/libcpuid/pkg-plist Modified: head/sysutils/libcpuid/Makefile ============================================================================== --- head/sysutils/libcpuid/Makefile Thu Feb 7 09:59:42 2019 (r492355) +++ head/sysutils/libcpuid/Makefile Thu Feb 7 10:30:04 2019 (r492356) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libcpuid -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 DISTVERSIONPREFIX= v CATEGORIES= sysutils Modified: head/sysutils/libcpuid/distinfo ============================================================================== --- head/sysutils/libcpuid/distinfo Thu Feb 7 09:59:42 2019 (r492355) +++ head/sysutils/libcpuid/distinfo Thu Feb 7 10:30:04 2019 (r492356) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478998492 -SHA256 (anrieff-libcpuid-v0.4.0_GH0.tar.gz) = 43427230cd9e86e25e5898b8e226c8af165085898795fd82d048d192c077ebfa -SIZE (anrieff-libcpuid-v0.4.0_GH0.tar.gz) = 124371 +TIMESTAMP = 1549399432 +SHA256 (anrieff-libcpuid-v0.4.1_GH0.tar.gz) = 263b370d154d55e3b7246e069600b045d27c512456f051e9ce3d999318b58b61 +SIZE (anrieff-libcpuid-v0.4.1_GH0.tar.gz) = 132126 Modified: head/sysutils/libcpuid/pkg-plist ============================================================================== --- head/sysutils/libcpuid/pkg-plist Thu Feb 7 09:59:42 2019 (r492355) +++ head/sysutils/libcpuid/pkg-plist Thu Feb 7 10:30:04 2019 (r492356) @@ -5,5 +5,5 @@ include/libcpuid/libcpuid_types.h lib/libcpuid.a lib/libcpuid.so lib/libcpuid.so.14 -lib/libcpuid.so.14.0.0 +lib/libcpuid.so.14.0.1 libdata/pkgconfig/libcpuid.pc