svn commit: r330007 - head/misc/pciids
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Oct 10 14:36:13 UTC 2013
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
More information about the svn-ports-all
mailing list