From owner-svn-ports-all@freebsd.org Sun Aug 5 19:06:18 2018 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 BD3BC105A672; Sun, 5 Aug 2018 19:06:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 731EF712E6; Sun, 5 Aug 2018 19:06:17 +0000 (UTC) (envelope-from sunpoet@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 55F192242E; Sun, 5 Aug 2018 19:06:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w75J6HME003240; Sun, 5 Aug 2018 19:06:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w75J6Gfd003237; Sun, 5 Aug 2018 19:06:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201808051906.w75J6Gfd003237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 5 Aug 2018 19:06:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476426 - head/sysutils/pciutils X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/pciutils X-SVN-Commit-Revision: 476426 X-SVN-Commit-Repository: ports 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.27 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: Sun, 05 Aug 2018 19:06:18 -0000 Author: sunpoet Date: Sun Aug 5 19:06:16 2018 New Revision: 476426 URL: https://svnweb.freebsd.org/changeset/ports/476426 Log: Update to 3.6.1 - Update pkg-descr - Update WWW Changes: https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git/tree/ChangeLog?h=v3.6.1 Modified: head/sysutils/pciutils/Makefile head/sysutils/pciutils/distinfo head/sysutils/pciutils/pkg-descr Modified: head/sysutils/pciutils/Makefile ============================================================================== --- head/sysutils/pciutils/Makefile Sun Aug 5 19:06:10 2018 (r476425) +++ head/sysutils/pciutils/Makefile Sun Aug 5 19:06:16 2018 (r476426) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciutils -PORTVERSION= 3.5.6 +PORTVERSION= 3.6.1 CATEGORIES= sysutils MASTER_SITES= KERNEL_ORG/software/utils/pciutils \ ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ Modified: head/sysutils/pciutils/distinfo ============================================================================== --- head/sysutils/pciutils/distinfo Sun Aug 5 19:06:10 2018 (r476425) +++ head/sysutils/pciutils/distinfo Sun Aug 5 19:06:16 2018 (r476426) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511061066 -SHA256 (pciutils-3.5.6.tar.xz) = f346eeb90cce0910c05b877fe49eadc760fa084c0455fd313e39d4b2c2d4bb21 -SIZE (pciutils-3.5.6.tar.xz) = 328256 +TIMESTAMP = 1533411572 +SHA256 (pciutils-3.6.1.tar.xz) = fcc0431cc951c3563f1e4f946d27c8e2161cfd81f25316e6bd783fa6118469e0 +SIZE (pciutils-3.6.1.tar.xz) = 337264 Modified: head/sysutils/pciutils/pkg-descr ============================================================================== --- head/sysutils/pciutils/pkg-descr Sun Aug 5 19:06:10 2018 (r476425) +++ head/sysutils/pciutils/pkg-descr Sun Aug 5 19:06:16 2018 (r476426) @@ -1,8 +1,10 @@ -The PCI Utilities package contains various utilities dealing -with the PCI bus, and also a library for portable access to -PCI configuration registers. It includes `lspci' for listing -all PCI devices (very useful for debugging of both kernel and -device drivers) and `setpci' for manual configuration of PCI -devices. +The PCI Utilities are a collection of programs for inspecting and manipulating +configuration of PCI devices, all based on a common portable library libpci. -WWW: http://mj.ucw.cz/sw/pciutils/ +The utilities include: +- lspci: displays detailed information about all PCI buses and devices in the + system +- setpci: allows reading from and writing to PCI device configuration registers. + For example, you can adjust the latency timers with it. + +WWW: https://mj.ucw.cz/sw/pciutils/