Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2013 14:36:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330007 - head/misc/pciids
Message-ID:  <201310101436.r9AEaBhi069967@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310101436.r9AEaBhi069967>