Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2018 19:06:16 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476426 - head/sysutils/pciutils
Message-ID:  <201808051906.w75J6Gfd003237@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808051906.w75J6Gfd003237>