From owner-svn-ports-head@FreeBSD.ORG Sun Apr 21 10:32:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3446DA8E; Sun, 21 Apr 2013 10:32:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0D020EA7; Sun, 21 Apr 2013 10:32:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3LAWoF1050997; Sun, 21 Apr 2013 10:32:50 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3LAWoNs050994; Sun, 21 Apr 2013 10:32:50 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201304211032.r3LAWoNs050994@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 21 Apr 2013 10:32:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316176 - head/devel/libpci X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Apr 2013 10:32:51 -0000 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 -# +# Created by: Samy Al Bahra # $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/