aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libpci
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-05-21 21:09:10 +0800
committerkrion <krion@FreeBSD.org>2004-05-21 21:09:10 +0800
commit63ab02ae7b4b608052b534f2d4a62d0adb4fb38d (patch)
tree6dac397bae52f61c5624eb4f154c94d9dc593679 /devel/libpci
parent20d71b93b78ed21c17ff5be1f309ae8341d3ef91 (diff)
downloadfreebsd-ports-gnome-63ab02ae7b4b608052b534f2d4a62d0adb4fb38d.tar.gz
freebsd-ports-gnome-63ab02ae7b4b608052b534f2d4a62d0adb4fb38d.tar.zst
freebsd-ports-gnome-63ab02ae7b4b608052b534f2d4a62d0adb4fb38d.zip
- Fix MASTER_SITES and update maintainer's email
PR: ports/66973 Submitted by: maintainer
Diffstat (limited to 'devel/libpci')
-rw-r--r--devel/libpci/Makefile6
-rw-r--r--devel/libpci/pkg-descr2
2 files changed, 3 insertions, 5 deletions
diff --git a/devel/libpci/Makefile b/devel/libpci/Makefile
index 9f876b9cc7e2..c92beb0d6970 100644
--- a/devel/libpci/Makefile
+++ b/devel/libpci/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: libpci
# Date created: June 14, 2003
-# Whom: Samy Al Bahra <samy@kerneled.com>
+# Whom: Samy Al Bahra <samy@kerneled.org>
#
# $FreeBSD$
#
@@ -9,12 +9,12 @@ PORTNAME= libpci
PORTVERSION= 2.1.11
PORTREVISION= 2
CATEGORIES= devel
-MASTER_SITES= http://www.kerneled.com/freebsd/ports/ \
+MASTER_SITES= http://www.kerneled.org/files/FreeBSD-ports/ \
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \
ftp://ftp.kernel.org/pub/software/utils/pciutils/
DISTNAME= pciutils-${PORTVERSION}
-MAINTAINER= samy@kerneled.com
+MAINTAINER= samy@kerneled.org
COMMENT= PCI configuration space I/O made easy
USE_BZIP2= yes
diff --git a/devel/libpci/pkg-descr b/devel/libpci/pkg-descr
index 6990d20f2301..f319f3d50e62 100644
--- a/devel/libpci/pkg-descr
+++ b/devel/libpci/pkg-descr
@@ -3,5 +3,3 @@ to PCI configuration registers. Supported platforms include
Linux, FreeBSD, NetBSD and AIX.
WWW: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.html
-
-- Samy Al Bahra <samy@kerneled.com>