svn commit: r316176 - head/devel/libpci
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 21 10:32:51 UTC 2013
Author: sunpoet
Date: Sun Apr 21 10:32:50 2013
New Revision: 316176
URL: http://svnweb.freebsd.org/changeset/ports/316176
Log:
- 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
Modified:
head/devel/libpci/Makefile (contents, props changed)
head/devel/libpci/distinfo (contents, props changed)
head/devel/libpci/pkg-descr (contents, props changed)
Modified: head/devel/libpci/Makefile
==============================================================================
--- head/devel/libpci/Makefile Sun Apr 21 10:19:31 2013 (r316175)
+++ head/devel/libpci/Makefile Sun Apr 21 10:32:50 2013 (r316176)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: libpci
-# Date created: June 14, 2003
-# Whom: Samy Al Bahra <samy at kerneled.org>
-#
+# Created by: Samy Al Bahra <samy at 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
Modified: head/devel/libpci/distinfo
==============================================================================
--- head/devel/libpci/distinfo Sun Apr 21 10:19:31 2013 (r316175)
+++ head/devel/libpci/distinfo Sun Apr 21 10:32:50 2013 (r316176)
@@ -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
Modified: head/devel/libpci/pkg-descr
==============================================================================
--- head/devel/libpci/pkg-descr Sun Apr 21 10:19:31 2013 (r316175)
+++ head/devel/libpci/pkg-descr Sun Apr 21 10:32:50 2013 (r316176)
@@ -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/
More information about the svn-ports-head
mailing list