From owner-svn-ports-all@freebsd.org Fri Jan 20 16:44:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1817DCB9898; Fri, 20 Jan 2017 16:44:15 +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 mx1.freebsd.org (Postfix) with ESMTPS id CA7B9132C; Fri, 20 Jan 2017 16:44:14 +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 v0KGiDGn026728; Fri, 20 Jan 2017 16:44:13 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0KGiDPJ026724; Fri, 20 Jan 2017 16:44:13 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201701201644.v0KGiDPJ026724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 20 Jan 2017 16:44:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431970 - in head/sysutils: cpu-x libcpuid libcpuid/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 20 Jan 2017 16:44:15 -0000 Author: danfe Date: Fri Jan 20 16:44:13 2017 New Revision: 431970 URL: https://svnweb.freebsd.org/changeset/ports/431970 Log: - Update `sysutils/libcpuid' to version 0.4.0 - Distribution file are now served off GitHub - Chase shlib version bump in `sysutils/cpu-x' Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1478998492 which corresponds to commit fa87a5e tagged as this release. Deleted: head/sysutils/libcpuid/files/ Modified: head/sysutils/cpu-x/Makefile head/sysutils/libcpuid/Makefile head/sysutils/libcpuid/distinfo head/sysutils/libcpuid/pkg-plist Modified: head/sysutils/cpu-x/Makefile ============================================================================== --- head/sysutils/cpu-x/Makefile Fri Jan 20 16:24:34 2017 (r431969) +++ head/sysutils/cpu-x/Makefile Fri Jan 20 16:44:13 2017 (r431970) @@ -4,6 +4,7 @@ PORTNAME= cpu-x PORTVERSION= 3.1.3 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= danfe@FreeBSD.org Modified: head/sysutils/libcpuid/Makefile ============================================================================== --- head/sysutils/libcpuid/Makefile Fri Jan 20 16:24:34 2017 (r431969) +++ head/sysutils/libcpuid/Makefile Fri Jan 20 16:44:13 2017 (r431970) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= libcpuid -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 +DISTVERSIONPREFIX= v CATEGORIES= sysutils -MASTER_SITES= SF MAINTAINER= danfe@FreeBSD.org COMMENT= Small x86 CPU identification library @@ -13,7 +13,10 @@ LICENSE= BSD2CLAUSE ONLY_FOR_ARCHS= i386 amd64 -USES= libtool pathfix +USE_GITHUB= yes +GH_ACCOUNT= anrieff + +USES= autoreconf libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/sysutils/libcpuid/distinfo ============================================================================== --- head/sysutils/libcpuid/distinfo Fri Jan 20 16:24:34 2017 (r431969) +++ head/sysutils/libcpuid/distinfo Fri Jan 20 16:44:13 2017 (r431970) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468115631 -SHA256 (libcpuid-0.3.0.tar.gz) = dcf70a3c163eed34ea146ebee0a3c061a111373f3286391b62cf664402f1e9f8 -SIZE (libcpuid-0.3.0.tar.gz) = 455685 +TIMESTAMP = 1478998492 +SHA256 (anrieff-libcpuid-v0.4.0_GH0.tar.gz) = 43427230cd9e86e25e5898b8e226c8af165085898795fd82d048d192c077ebfa +SIZE (anrieff-libcpuid-v0.4.0_GH0.tar.gz) = 124371 Modified: head/sysutils/libcpuid/pkg-plist ============================================================================== --- head/sysutils/libcpuid/pkg-plist Fri Jan 20 16:24:34 2017 (r431969) +++ head/sysutils/libcpuid/pkg-plist Fri Jan 20 16:44:13 2017 (r431970) @@ -4,6 +4,6 @@ include/libcpuid/libcpuid_constants.h include/libcpuid/libcpuid_types.h lib/libcpuid.a lib/libcpuid.so -lib/libcpuid.so.13 -lib/libcpuid.so.13.0.0 +lib/libcpuid.so.14 +lib/libcpuid.so.14.0.0 libdata/pkgconfig/libcpuid.pc