summaryrefslogtreecommitdiff
path: root/devel/libpci
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-05-21 13:09:10 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-05-21 13:09:10 +0000
commit24a2a6e5f5c7806ff902c928b2b9922e0a485cfd (patch)
treea0e1d029da88d7f8bdf2c88c5b6c3150804aa6f9 /devel/libpci
parent- Update MASTER_SITES and maintainer's email (diff)
- Fix MASTER_SITES and update maintainer's email
PR: ports/66973 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=109631
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>