From owner-svn-ports-all@FreeBSD.ORG Mon Nov 11 17:17:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 13844C89; Mon, 11 Nov 2013 17:17:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DD25D27F0; Mon, 11 Nov 2013 17:17:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rABHHqfi041728; Mon, 11 Nov 2013 17:17:52 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rABHHqZA041722; Mon, 11 Nov 2013 17:17:52 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311111717.rABHHqZA041722@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 11 Nov 2013 17:17:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333525 - head/sysutils/pciutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Nov 2013 17:17:53 -0000 Author: sunpoet Date: Mon Nov 11 17:17:51 2013 New Revision: 333525 URL: http://svnweb.freebsd.org/changeset/ports/333525 Log: - Update to 3.2.1 - Update MASTER_SITES - Update WWW Changes: http://git.kernel.org/cgit/utils/pciutils/pciutils.git/tree/ChangeLog Modified: head/sysutils/pciutils/Makefile head/sysutils/pciutils/distinfo (contents, props changed) head/sysutils/pciutils/pkg-descr (contents, props changed) Modified: head/sysutils/pciutils/Makefile ============================================================================== --- head/sysutils/pciutils/Makefile Mon Nov 11 17:17:46 2013 (r333524) +++ head/sysutils/pciutils/Makefile Mon Nov 11 17:17:51 2013 (r333525) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= pciutils -PORTVERSION= 3.2.0 -PORTREVISION= 1 +PORTVERSION= 3.2.1 CATEGORIES= sysutils MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ - KERNEL/software/utils/pciutils \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org Modified: head/sysutils/pciutils/distinfo ============================================================================== --- head/sysutils/pciutils/distinfo Mon Nov 11 17:17:46 2013 (r333524) +++ head/sysutils/pciutils/distinfo Mon Nov 11 17:17:51 2013 (r333525) @@ -1,2 +1,2 @@ -SHA256 (pciutils-3.2.0.tar.gz) = 84e705bff712b128a942117565a3506bd4b8bf841d397c1962c6255169762f71 -SIZE (pciutils-3.2.0.tar.gz) = 357003 +SHA256 (pciutils-3.2.1.tar.gz) = b31131b721fa26378b4af61b1c49986ff40fe590bc210545b210b6b774337858 +SIZE (pciutils-3.2.1.tar.gz) = 367046 Modified: head/sysutils/pciutils/pkg-descr ============================================================================== --- head/sysutils/pciutils/pkg-descr Mon Nov 11 17:17:46 2013 (r333524) +++ head/sysutils/pciutils/pkg-descr Mon Nov 11 17:17:51 2013 (r333525) @@ -5,4 +5,4 @@ all PCI devices (very useful for debuggi device drivers) and `setpci' for manual configuration of PCI devices. -WWW: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml +WWW: http://mj.ucw.cz/sw/pciutils/