Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2020 18:16:51 +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: r537178 - in head/sysutils/pciutils: . files
Message-ID:  <202005311816.04VIGpZ6046660@repo.freebsd.org>

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



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