mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 3.7.0
- Update MASTER_SITES Changes: https://github.com/pciutils/pciutils/blob/master/ChangeLog
This commit is contained in:
parent
df8bfb36bc
commit
6892f4567d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537177
4 changed files with 9 additions and 10 deletions
|
@ -2,10 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libpci
|
||||
PORTVERSION= 3.6.4
|
||||
PORTVERSION= 3.7.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= KERNEL_ORG/software/utils/pciutils \
|
||||
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \
|
||||
LOCAL/sunpoet
|
||||
DISTNAME= pciutils-${PORTVERSION}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1580018095
|
||||
SHA256 (pciutils-3.6.4.tar.xz) = f67ff732976e2db2a5ccdf3960020796526ba6b05f6b1cdd24b7b206af706055
|
||||
SIZE (pciutils-3.6.4.tar.xz) = 362528
|
||||
TIMESTAMP = 1590926979
|
||||
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,7 +32,7 @@ HWDB=
|
||||
ABI_VERSION=.3
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--- lib/pci.h.orig 2020-01-25 19:42:39 UTC
|
||||
--- lib/pci.h.orig 2020-05-30 22:17:41 UTC
|
||||
+++ lib/pci.h
|
||||
@@ -10,11 +10,11 @@
|
||||
#define _PCI_LIB_H
|
||||
|
@ -13,5 +13,5 @@
|
|||
+#include "pci/header.h"
|
||||
+#include "pci/types.h"
|
||||
|
||||
#define PCI_LIB_VERSION 0x030604
|
||||
#define PCI_LIB_VERSION 0x030700
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue