Date: Sun, 31 May 2020 18:16:46 +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: r537177 - in head/devel/libpci: . files Message-ID: <202005311816.04VIGkgp046516@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun May 31 18:16:45 2020 New Revision: 537177 URL: https://svnweb.freebsd.org/changeset/ports/537177 Log: Update to 3.7.0 - Update MASTER_SITES Changes: https://github.com/pciutils/pciutils/blob/master/ChangeLog Modified: head/devel/libpci/Makefile head/devel/libpci/distinfo head/devel/libpci/files/patch-Makefile head/devel/libpci/files/patch-lib-pci.h Modified: head/devel/libpci/Makefile ============================================================================== --- head/devel/libpci/Makefile Sun May 31 18:16:39 2020 (r537176) +++ head/devel/libpci/Makefile Sun May 31 18:16:45 2020 (r537177) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= libpci -PORTVERSION= 3.6.4 +PORTVERSION= 3.7.0 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/utils/pciutils \ - ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ LOCAL/sunpoet DISTNAME= pciutils-${PORTVERSION} Modified: head/devel/libpci/distinfo ============================================================================== --- head/devel/libpci/distinfo Sun May 31 18:16:39 2020 (r537176) +++ head/devel/libpci/distinfo Sun May 31 18:16:45 2020 (r537177) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580018095 -SHA256 (pciutils-3.6.4.tar.xz) = f67ff732976e2db2a5ccdf3960020796526ba6b05f6b1cdd24b7b206af706055 -SIZE (pciutils-3.6.4.tar.xz) = 362528 +TIMESTAMP = 1590926979 +SHA256 (pciutils-3.7.0.tar.xz) = 9d40b97be8b6a2cdf96aead5a61881d1f7e4e0da9544a9bac4fba1ae9dcd40eb +SIZE (pciutils-3.7.0.tar.xz) = 371612 Modified: head/devel/libpci/files/patch-Makefile ============================================================================== --- head/devel/libpci/files/patch-Makefile Sun May 31 18:16:39 2020 (r537176) +++ head/devel/libpci/files/patch-Makefile Sun May 31 18:16:45 2020 (r537177) @@ -1,4 +1,4 @@ ---- Makefile.orig 2020-01-25 19:42:39 UTC +--- Makefile.orig 2020-05-30 22:17:26 UTC +++ Makefile @@ -1,8 +1,8 @@ # Makefile for The PCI Utilities @@ -9,8 +9,8 @@ +# OPT=-O2 +CFLAGS+=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes - VERSION=3.6.4 - DATE=2020-01-25 + VERSION=3.7.0 + DATE=2020-05-31 @@ -32,7 +32,7 @@ HWDB= ABI_VERSION=.3 Modified: head/devel/libpci/files/patch-lib-pci.h ============================================================================== --- head/devel/libpci/files/patch-lib-pci.h Sun May 31 18:16:39 2020 (r537176) +++ head/devel/libpci/files/patch-lib-pci.h Sun May 31 18:16:45 2020 (r537177) @@ -1,4 +1,4 @@ ---- lib/pci.h.orig 2020-01-25 19:42:39 UTC +--- lib/pci.h.orig 2020-05-30 22:17:41 UTC +++ lib/pci.h @@ -10,11 +10,11 @@ #define _PCI_LIB_H @@ -13,5 +13,5 @@ +#include "pci/header.h" +#include "pci/types.h" - #define PCI_LIB_VERSION 0x030604 + #define PCI_LIB_VERSION 0x030700
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005311816.04VIGkgp046516>