svn commit: r537178 - in head/sysutils/pciutils: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 31 18:16:53 UTC 2020


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 at 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
  


More information about the svn-ports-all mailing list