From owner-svn-ports-all@FreeBSD.ORG Thu Oct 10 14:36:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 618F3C48; Thu, 10 Oct 2013 14:36:12 +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 E546220F6; Thu, 10 Oct 2013 14:36:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9AEaBsR069972; Thu, 10 Oct 2013 14:36:11 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9AEaBhi069967; Thu, 10 Oct 2013 14:36:11 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310101436.r9AEaBhi069967@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 10 Oct 2013 14:36:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330007 - head/misc/pciids 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: Thu, 10 Oct 2013 14:36:13 -0000 Author: sunpoet Date: Thu Oct 10 14:36:11 2013 New Revision: 330007 URL: http://svnweb.freebsd.org/changeset/ports/330007 Log: - Update to 20131010 - Support STAGEDIR Changes: http://people.FreeBSD.org/~sunpoet/pciids-20131010.diff Modified: head/misc/pciids/Makefile head/misc/pciids/distinfo Modified: head/misc/pciids/Makefile ============================================================================== --- head/misc/pciids/Makefile Thu Oct 10 14:36:04 2013 (r330006) +++ head/misc/pciids/Makefile Thu Oct 10 14:36:11 2013 (r330007) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciids -PORTVERSION= 20130823 +PORTVERSION= 20131010 CATEGORIES= misc MASTER_SITES= LOCAL/sunpoet @@ -12,15 +12,15 @@ COMMENT= Database of all known IDs used LICENSE= BSD GPLv2 GPLv3 LICENSE_COMB= dual -USE_XZ= yes NO_BUILD= yes +USE_XZ= yes + PLIST_FILES= %%DATADIR%%/pci.ids PLIST_DIRS= %%DATADIR%% -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/pci.ids ${DATADIR}/ + ${MKDIR} ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/pci.ids ${STAGEDIR}${DATADIR}/ # maintainer section: Modified: head/misc/pciids/distinfo ============================================================================== --- head/misc/pciids/distinfo Thu Oct 10 14:36:04 2013 (r330006) +++ head/misc/pciids/distinfo Thu Oct 10 14:36:11 2013 (r330007) @@ -1,2 +1,2 @@ -SHA256 (pciids-20130823.tar.xz) = f3e4a36dc0d8da813d4735b720f1feb0476a4021b06e8fc83ae9dc44f8da70cf -SIZE (pciids-20130823.tar.xz) = 162220 +SHA256 (pciids-20131010.tar.xz) = 1e8445a516f84f5387d449c3fbe314cbd55e6b79e5e8a5e5177f689eaff53f84 +SIZE (pciids-20131010.tar.xz) = 163040