Index: head/misc/pciids/Makefile =================================================================== --- head/misc/pciids/Makefile (revision 274709) +++ head/misc/pciids/Makefile (revision 274710) @@ -1,50 +1,50 @@ # New ports collection makefile for: pciids # Date created: 2006-08-07 # Whom: Michael Johnson # # $FreeBSD$ # $MCom: ports/misc/pciids/Makefile,v 1.11 2008/03/23 06:57:57 marcus Exp $ # PORTNAME= pciids -PORTVERSION= 20110426 +PORTVERSION= 20110520 CATEGORIES= misc MASTER_SITES= LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Database of all known ID's used in PCI devices LICENSE= BSD GPLv2 GPLv3 LICENSE_COMB= dual USE_BZIP2= yes NO_BUILD= yes PLIST_FILES= %%DATADIR%%/pci.ids PLIST_DIRS= %%DATADIR%% do-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/pci.ids ${DATADIR} .include # Below only contains code to create a tar file for this beast CT_DATE!= date "+%Y%m%d" CT_WRKSRC= ${WRKDIR}/tmp CT_DESTDIR= ${PORTNAME}-${CT_DATE} CT_TEMPDIR= ${CT_WRKSRC}/${CT_DESTDIR} CT_MASTER_SITE= http://pciids.sourceforge.net/v2.2 CT_DISTFILES= pci.ids maketar: extract ${MKDIR} ${CT_TEMPDIR} .for file in ${CT_DISTFILES} (cd ${CT_TEMPDIR} && ${FETCH_CMD} ${CT_MASTER_SITE}/${file}) .endfor ${DIFF} -u ${WRKSRC}/pci.ids ${CT_TEMPDIR}/pci.ids || ${TRUE} (cd ${CT_WRKSRC} && ${TAR} -jcf ${PORTNAME}-${CT_DATE}.tar.bz2 ${CT_DESTDIR}) ${SED} -i.bak -e 's|${PORTVERSION}|${CT_DATE}|' ${.CURDIR}/Makefile @(cd ${.CURDIR} && ${CP} -f ${CT_WRKSRC}/${PORTNAME}-${CT_DATE}.tar.bz2 ${DISTDIR} && \ ${MAKE} makesum) .include Property changes on: head/misc/pciids/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.30 \ No newline at end of property +1.31 \ No newline at end of property Index: head/misc/pciids/distinfo =================================================================== --- head/misc/pciids/distinfo (revision 274709) +++ head/misc/pciids/distinfo (revision 274710) @@ -1,2 +1,2 @@ -SHA256 (pciids-20110426.tar.bz2) = 1b06237e16565654aeb3b26c03c26d0dec690d70eac2dc2f861dd9a934e7c366 -SIZE (pciids-20110426.tar.bz2) = 169666 +SHA256 (pciids-20110520.tar.bz2) = 0450b7d444a80f6111a07277bacb0b81ed1d51fcc293f5ab6fb469a8bc787b71 +SIZE (pciids-20110520.tar.bz2) = 170342 Property changes on: head/misc/pciids/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.29 \ No newline at end of property +1.30 \ No newline at end of property