From owner-freebsd-gnome@FreeBSD.ORG Wed Oct 6 11:34:15 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 996061065672; Wed, 6 Oct 2010 11:34:15 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 73B898FC20; Wed, 6 Oct 2010 11:34:15 +0000 (UTC) Received: by pxi17 with SMTP id 17so2309270pxi.13 for ; Wed, 06 Oct 2010 04:34:15 -0700 (PDT) Received: by 10.114.15.18 with SMTP id 18mr15249912wao.182.1286364855075; Wed, 06 Oct 2010 04:34:15 -0700 (PDT) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx.google.com with ESMTPS id r37sm1232439wak.23.2010.10.06.04.34.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 06 Oct 2010 04:34:14 -0700 (PDT) Sender: Sunpoet Hsieh Received: by sunpoet.net (Postfix, from userid 1000) id 730872AEC52A; Wed, 6 Oct 2010 19:32:55 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Sunpoet Po-Chuan Hsieh X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20101006113255.730872AEC52A@sunpoet.net> Date: Wed, 6 Oct 2010 19:32:55 +0800 (CST) Cc: gnome@FreeBSD.org Subject: [PATCH] misc/pciids: update to 20101005, add LICENSE 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: Wed, 06 Oct 2010 11:34:15 -0000 >Submitter-Id: current-users >Originator: Sunpoet Po-Chuan Hsieh >Organization: >Confidential: no >Synopsis: [PATCH] misc/pciids: update to 20101005, add LICENSE >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 20101005 - Add LICENSE Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- pciids-20101005.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/pciids/Makefile,v retrieving revision 1.21 diff -u -u -r1.21 Makefile --- Makefile 3 Oct 2010 17:18:23 -0000 1.21 +++ Makefile 6 Oct 2010 11:33:43 -0000 @@ -6,14 +6,15 @@ # $MCom: ports/misc/pciids/Makefile,v 1.11 2008/03/23 06:57:57 marcus Exp $ PORTNAME= pciids -PORTVERSION= 20100827 +PORTVERSION= 20101005 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= sunpoet +MASTER_SITES= LOCAL/sunpoet MAINTAINER= gnome@FreeBSD.org COMMENT= Database of all known ID's used in PCI devices +LICENSE= BSD GPLv2 GPLv3 + USE_BZIP2= yes NO_BUILD= yes PLIST_FILES= %%DATADIR%%/pci.ids Index: distinfo =================================================================== RCS file: /home/ncvs/ports/misc/pciids/distinfo,v retrieving revision 1.20 diff -u -u -r1.20 distinfo --- distinfo 3 Oct 2010 17:18:23 -0000 1.20 +++ distinfo 6 Oct 2010 11:33:43 -0000 @@ -1,3 +1,3 @@ -MD5 (pciids-20100827.tar.bz2) = 93d4beb741dfbaf88a97ba8aa4008494 -SHA256 (pciids-20100827.tar.bz2) = d6557b2180d46781cb3025470bb49b85657a77a996bb21d2898d2eb48f38b6c7 -SIZE (pciids-20100827.tar.bz2) = 162720 +MD5 (pciids-20101005.tar.bz2) = 54b858ac1f7bb9735e697845fb478922 +SHA256 (pciids-20101005.tar.bz2) = d6ba29c59c20bccaae9d9c0767dd3c0169ad074b797b96428365bca859c25817 +SIZE (pciids-20101005.tar.bz2) = 163410 --- pciids-20101005.patch ends here ---