diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-04-21 18:32:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-04-21 18:32:50 +0800 |
commit | dbe59f34ef79c5ca506da1d82dc1a2ed6e7b8b7e (patch) | |
tree | e7654fe4c18971343ac5aa788c89937997162349 /devel | |
parent | d166ba0245f88ed9786f5a58288aab1d5fe24146 (diff) | |
download | freebsd-ports-gnome-dbe59f34ef79c5ca506da1d82dc1a2ed6e7b8b7e.tar.gz freebsd-ports-gnome-dbe59f34ef79c5ca506da1d82dc1a2ed6e7b8b7e.tar.zst freebsd-ports-gnome-dbe59f34ef79c5ca506da1d82dc1a2ed6e7b8b7e.zip |
- Update to 3.2.0
- Cleanup Makefile header
- Update WWW and reformat pkg-descr
Changes:
- On newer Linux systems, we use libkmod to look up kernel modules
(modules.pcimap no longer exists.) To facilitate this, libpci is able to look
up module aliases in sysfs.
- Various minor bug fixes.
- Updated pci.ids to the today's snapshot of the database.
Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libpci/Makefile | 8 | ||||
-rw-r--r-- | devel/libpci/distinfo | 4 | ||||
-rw-r--r-- | devel/libpci/pkg-descr | 7 |
3 files changed, 7 insertions, 12 deletions
diff --git a/devel/libpci/Makefile b/devel/libpci/Makefile index b17304d71f7a..751fd6bdf09f 100644 --- a/devel/libpci/Makefile +++ b/devel/libpci/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: libpci -# Date created: June 14, 2003 -# Whom: Samy Al Bahra <samy@kerneled.org> -# +# Created by: Samy Al Bahra <samy@kerneled.org> # $FreeBSD$ -# PORTNAME= libpci -PORTVERSION= 3.1.10 +PORTVERSION= 3.2.0 CATEGORIES= devel MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ LOCAL/sunpoet diff --git a/devel/libpci/distinfo b/devel/libpci/distinfo index ef7ba06267d2..4942e52e0cd4 100644 --- a/devel/libpci/distinfo +++ b/devel/libpci/distinfo @@ -1,2 +1,2 @@ -SHA256 (pciutils-3.1.10.tar.gz) = 7ca8201f806cbad31cb86bcbb2c2c99853cc05618b360eb58bde31a0f8d1f2a3 -SIZE (pciutils-3.1.10.tar.gz) = 345149 +SHA256 (pciutils-3.2.0.tar.gz) = 84e705bff712b128a942117565a3506bd4b8bf841d397c1962c6255169762f71 +SIZE (pciutils-3.2.0.tar.gz) = 357003 diff --git a/devel/libpci/pkg-descr b/devel/libpci/pkg-descr index f61a178d4e48..8ab42239654b 100644 --- a/devel/libpci/pkg-descr +++ b/devel/libpci/pkg-descr @@ -1,5 +1,4 @@ -libpci provides a portable layer for read and write access -to PCI configuration registers. Supported platforms include -Linux, FreeBSD, NetBSD and AIX. +libpci provides a portable layer for read and write access to PCI configuration +registers. Supported platforms include Linux, FreeBSD, NetBSD and AIX. -WWW: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml +WWW: http://mj.ucw.cz/sw/pciutils/ |