From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 30 06:39:48 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15F06106566B; Thu, 30 Sep 2010 06:39:48 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id D0B1E8FC1C; Thu, 30 Sep 2010 06:39:47 +0000 (UTC) Received: by iwn34 with SMTP id 34so2534085iwn.13 for ; Wed, 29 Sep 2010 23:39:47 -0700 (PDT) Received: by 10.231.15.73 with SMTP id j9mr2932602iba.23.1285827265564; Wed, 29 Sep 2010 23:14:25 -0700 (PDT) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx.google.com with ESMTPS id h8sm9835944ibk.15.2010.09.29.23.14.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 29 Sep 2010 23:14:24 -0700 (PDT) Received: by sunpoet.net (Postfix, from userid 1000) id 7B9D32AEC4F7; Thu, 30 Sep 2010 14:13:16 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Sunpoet Po-Chuan Hsieh X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20100930061316.7B9D32AEC4F7@sunpoet.net> Date: Thu, 30 Sep 2010 14:13:16 +0800 (CST) Cc: gnome@FreeBSD.org, ahze@FreeBSD.org Subject: [PATCH] misc/pciids: update to 20100827 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2010 06:39:48 -0000 >Submitter-Id: current-users >Originator: Sunpoet Po-Chuan Hsieh >Organization: >Confidential: no >Synopsis: [PATCH] misc/pciids: update to 20100827 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 8.1-STABLE amd64 >Environment: System: FreeBSD bonjour.sunpoet.net 8.1-STABLE FreeBSD 8.1-STABLE #0: Sun Jul 25 00:09:24 CST 2010 >Description: - Update to 20100827 Tinderbox logs: http://sunpoet.net/tinderbox/logs/8-FreeBSD/pciids-20100827.log http://sunpoet.net/tinderbox/logs/7-FreeBSD/pciids-20100827.log PS. I put the tarball in my LOCAL just to make it reachable for testing. Please feel free to move the distfile elsewhere. :) Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- pciids-20100827.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/pciids/Makefile,v retrieving revision 1.20 diff -u -u -r1.20 Makefile --- Makefile 29 Dec 2009 16:54:39 -0000 1.20 +++ Makefile 29 Sep 2010 16:48:45 -0000 @@ -6,10 +6,10 @@ # $MCom: ports/misc/pciids/Makefile,v 1.11 2008/03/23 06:57:57 marcus Exp $ PORTNAME= pciids -PORTVERSION= 20091229 +PORTVERSION= 20100827 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= ahze +MASTER_SITE_SUBDIR= sunpoet MAINTAINER= gnome@FreeBSD.org COMMENT= Database of all known ID's used in PCI devices Index: distinfo =================================================================== RCS file: /home/ncvs/ports/misc/pciids/distinfo,v retrieving revision 1.19 diff -u -u -r1.19 distinfo --- distinfo 29 Dec 2009 16:54:39 -0000 1.19 +++ distinfo 29 Sep 2010 16:48:45 -0000 @@ -1,3 +1,3 @@ -MD5 (pciids-20091229.tar.bz2) = 9c6c46f8554baeb9c5c8b09b0b53f195 -SHA256 (pciids-20091229.tar.bz2) = 397833857453d67e36be1acc0ffd78996bd22db3b0e55fd688802779ef9e262d -SIZE (pciids-20091229.tar.bz2) = 156325 +MD5 (pciids-20100827.tar.bz2) = 93d4beb741dfbaf88a97ba8aa4008494 +SHA256 (pciids-20100827.tar.bz2) = d6557b2180d46781cb3025470bb49b85657a77a996bb21d2898d2eb48f38b6c7 +SIZE (pciids-20100827.tar.bz2) = 162720 --- pciids-20100827.patch ends here ---