Update to 3.7.0
- Update MASTER_SITES Changes: https://github.com/pciutils/pciutils/blob/master/ChangeLog
This commit is contained in:
parent
6892f4567d
commit
38dd9a344a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537178
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user