- Update to 3.1.8
- Update MASTER_SITES: cleanup and add my LOCAL Changes: - More capabilities: Transaction Processing Hints, Latency Tolerance Reporting. Thanks to Jesse Barnes. - Added BeOS and Haiku ports. Contributed by Francois Revol. - pciutils.pc now uses Libs.private properly. - When we format a name and it does not fit in the buffer, we truncate it instead of returning "buffer too small" instead. This works on all platforms with sane (i.e., C99-compatible) snprintf(). - Various minor bug fixes. - Updated pci.ids to the today's snapshot of the database.
This commit is contained in:
parent
d7189be87e
commit
793356623a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283040
2 changed files with 4 additions and 7 deletions
|
@ -6,13 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= libpci
|
||||
PORTVERSION= 3.1.7
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 3.1.8
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \
|
||||
${MASTER_SITE_KERNEL_ORG} \
|
||||
ftp://metalab.unc.edu/pub/Linux/hardware/
|
||||
MASTER_SITE_SUBDIR= software/utils/pciutils
|
||||
LOCAL/sunpoet
|
||||
DISTNAME= pciutils-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pciutils-3.1.7.tar.gz) = 0f39818eabd793bb48d5b98ca52141d8247306a85876482c0075d0c95aeccea2
|
||||
SIZE (pciutils-3.1.7.tar.gz) = 320603
|
||||
SHA256 (pciutils-3.1.8.tar.gz) = 15a7de19f23f95eeda2487bedc6b4c11eddea9c30bba35573775b4d46b7a46ca
|
||||
SIZE (pciutils-3.1.8.tar.gz) = 376199
|
||||
|
|
Loading…
Reference in a new issue