diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-04-21 10:32:50 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-04-21 10:32:50 +0000 |
commit | 4b03b5b08e11a8907cae9928fc22e51fa46c5d45 (patch) | |
tree | e7654fe4c18971343ac5aa788c89937997162349 /devel/libpci | |
parent | ec7496306a4f66faba31b9668eeb482e3b956010 (diff) | |
download | ports-4b03b5b08e11a8907cae9928fc22e51fa46c5d45.tar.gz ports-4b03b5b08e11a8907cae9928fc22e51fa46c5d45.zip |
Notes
Diffstat (limited to 'devel/libpci')
-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/ |