Date: Sun, 5 Aug 2018 19:06:11 +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: r476425 - in head/devel/libpci: . files Message-ID: <201808051906.w75J6BKQ003098@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Aug 5 19:06:10 2018 New Revision: 476425 URL: https://svnweb.freebsd.org/changeset/ports/476425 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 Deleted: head/devel/libpci/files/ Modified: head/devel/libpci/Makefile head/devel/libpci/distinfo head/devel/libpci/pkg-descr Modified: head/devel/libpci/Makefile ============================================================================== --- head/devel/libpci/Makefile Sun Aug 5 19:06:04 2018 (r476424) +++ head/devel/libpci/Makefile Sun Aug 5 19:06:10 2018 (r476425) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libpci -PORTVERSION= 3.5.6 -PORTREVISION= 1 +PORTVERSION= 3.6.1 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/utils/pciutils \ ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ Modified: head/devel/libpci/distinfo ============================================================================== --- head/devel/libpci/distinfo Sun Aug 5 19:06:04 2018 (r476424) +++ head/devel/libpci/distinfo Sun Aug 5 19:06:10 2018 (r476425) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511061060 -SHA256 (pciutils-3.5.6.tar.xz) = f346eeb90cce0910c05b877fe49eadc760fa084c0455fd313e39d4b2c2d4bb21 -SIZE (pciutils-3.5.6.tar.xz) = 328256 +TIMESTAMP = 1533411561 +SHA256 (pciutils-3.6.1.tar.xz) = fcc0431cc951c3563f1e4f946d27c8e2161cfd81f25316e6bd783fa6118469e0 +SIZE (pciutils-3.6.1.tar.xz) = 337264 Modified: head/devel/libpci/pkg-descr ============================================================================== --- head/devel/libpci/pkg-descr Sun Aug 5 19:06:04 2018 (r476424) +++ head/devel/libpci/pkg-descr Sun Aug 5 19:06:10 2018 (r476425) @@ -1,4 +1,4 @@ -libpci provides a portable layer for read and write access to PCI configuration -registers. Supported platforms include Linux, FreeBSD, NetBSD and AIX. +libpci is a common portable library which offers access to the PCI configuration +space on a variety of operating systems. -WWW: http://mj.ucw.cz/sw/pciutils/ +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.w75J6BKQ003098>