diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-06-01 02:16:51 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-06-01 02:16:51 +0800 |
commit | 38dd9a344a1443d163bba8276779a4335fd37367 (patch) | |
tree | 33f28a2451186eb8e1cfa2de9cc0936f68cc3711 /sysutils/pciutils/files | |
parent | 6892f4567d45b96a55d390e7ecca4df43c24027f (diff) | |
download | freebsd-ports-gnome-38dd9a344a1443d163bba8276779a4335fd37367.tar.gz freebsd-ports-gnome-38dd9a344a1443d163bba8276779a4335fd37367.tar.zst freebsd-ports-gnome-38dd9a344a1443d163bba8276779a4335fd37367.zip |
Update to 3.7.0
- Update MASTER_SITES
Changes: https://github.com/pciutils/pciutils/blob/master/ChangeLog
Diffstat (limited to 'sysutils/pciutils/files')
-rw-r--r-- | sysutils/pciutils/files/patch-Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/pciutils/files/patch-Makefile b/sysutils/pciutils/files/patch-Makefile index c84d791a9d6f..26226b1887e6 100644 --- a/sysutils/pciutils/files/patch-Makefile +++ b/sysutils/pciutils/files/patch-Makefile @@ -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 |