From owner-svn-ports-all@freebsd.org Sun May 31 18:16:53 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5E20633AC8E; Sun, 31 May 2020 18:16:53 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49ZmjJ70Ddz4Tyw; Sun, 31 May 2020 18:16:52 +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 275F71DFC1; Sun, 31 May 2020 18:16:52 +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 04VIGqje046663; Sun, 31 May 2020 18:16:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04VIGpZ6046660; Sun, 31 May 2020 18:16:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202005311816.04VIGpZ6046660@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, 31 May 2020 18:16:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537178 - in head/sysutils/pciutils: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/sysutils/pciutils: . files X-SVN-Commit-Revision: 537178 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.33 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, 31 May 2020 18:16:53 -0000 Author: sunpoet Date: Sun May 31 18:16:51 2020 New Revision: 537178 URL: https://svnweb.freebsd.org/changeset/ports/537178 Log: Update to 3.7.0 - Update MASTER_SITES Changes: https://github.com/pciutils/pciutils/blob/master/ChangeLog Modified: head/sysutils/pciutils/Makefile head/sysutils/pciutils/distinfo head/sysutils/pciutils/files/patch-Makefile Modified: head/sysutils/pciutils/Makefile ============================================================================== --- head/sysutils/pciutils/Makefile Sun May 31 18:16:45 2020 (r537177) +++ head/sysutils/pciutils/Makefile Sun May 31 18:16:51 2020 (r537178) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= pciutils -PORTVERSION= 3.6.4 +PORTVERSION= 3.7.0 CATEGORIES= sysutils MASTER_SITES= KERNEL_ORG/software/utils/pciutils \ - ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org Modified: head/sysutils/pciutils/distinfo ============================================================================== --- head/sysutils/pciutils/distinfo Sun May 31 18:16:45 2020 (r537177) +++ head/sysutils/pciutils/distinfo Sun May 31 18:16:51 2020 (r537178) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580018096 -SHA256 (pciutils-3.6.4.tar.xz) = f67ff732976e2db2a5ccdf3960020796526ba6b05f6b1cdd24b7b206af706055 -SIZE (pciutils-3.6.4.tar.xz) = 362528 +TIMESTAMP = 1590926981 +SHA256 (pciutils-3.7.0.tar.xz) = 9d40b97be8b6a2cdf96aead5a61881d1f7e4e0da9544a9bac4fba1ae9dcd40eb +SIZE (pciutils-3.7.0.tar.xz) = 371612 Modified: head/sysutils/pciutils/files/patch-Makefile ============================================================================== --- head/sysutils/pciutils/files/patch-Makefile Sun May 31 18:16:45 2020 (r537177) +++ head/sysutils/pciutils/files/patch-Makefile Sun May 31 18:16:51 2020 (r537178) @@ -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,10 +32,10 @@ HWDB= ABI_VERSION=.3