diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-12-08 16:38:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-12-08 16:38:17 +0000 |
commit | 9e3b9df3664e1918a2bf93789a10792c94da384f (patch) | |
tree | 0fed29d6bdc0fd304bc288fae90172347837a8cd /misc/pciids | |
parent | aa7ce170360db8e0fa64242cd84afc94eaa8a495 (diff) |
Notes
Diffstat (limited to 'misc/pciids')
-rw-r--r-- | misc/pciids/Makefile | 13 | ||||
-rw-r--r-- | misc/pciids/distinfo | 4 |
2 files changed, 7 insertions, 10 deletions
diff --git a/misc/pciids/Makefile b/misc/pciids/Makefile index 02cbbe7cffe4..d7062562ea54 100644 --- a/misc/pciids/Makefile +++ b/misc/pciids/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: pciids -# Date created: 2006-08-07 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pciids -PORTVERSION= 20120906 +PORTVERSION= 20121208 CATEGORIES= misc MASTER_SITES= LOCAL/sunpoet @@ -40,9 +36,10 @@ maketar: do-clean extract ${GREP} '^# Version: [0-9.]\{10\}$$' ${MS_WRKSRC}/${MS_DISTFILES} \ | ${SED} -e 's|^.* \([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)$$|\1\2\3|' \ > ${MS_VERSIONFILE} - ${MKDIR} ${MS_WRKSRC}/${PORTNAME}-${MS_VERSION}/ + ${MKDIR} ${MS_WRKSRC}/${PORTNAME}-${PORTVERSION}/ ${MS_WRKSRC}/${PORTNAME}-${MS_VERSION}/ ${MV} ${MS_WRKSRC}/${MS_DISTFILES} ${MS_WRKSRC}/${PORTNAME}-${MS_VERSION}/ - (${DIFF} -u ${WRKSRC}/${MS_DISTFILES} ${MS_WRKSRC}/${PORTNAME}-${MS_VERSION}/${MS_DISTFILES} > ${MS_DIFF}) || ${TRUE} + ${CP} ${WRKSRC}/${MS_DISTFILES} ${MS_WRKSRC}/${PORTNAME}-${PORTVERSION}/${MS_DISTFILES} + (cd ${MS_WRKSRC}/ && ${DIFF} -u ${PORTNAME}-${PORTVERSION}/${MS_DISTFILES} ${PORTNAME}-${MS_VERSION}/${MS_DISTFILES} > ${MS_DIFF}) || ${TRUE} if [ -s ${MS_DIFF} ]; then \ cd ${MS_WRKSRC}/ && ${TAR} -Jcf ${PORTNAME}-${MS_VERSION}.tar.xz ${PORTNAME}-${MS_VERSION}/; \ ${INSTALL} -m 644 ${MS_WRKSRC}/${PORTNAME}-${MS_VERSION}.tar.xz ${DISTDIR}/; \ diff --git a/misc/pciids/distinfo b/misc/pciids/distinfo index 0c1e5518c6cd..757987a14dee 100644 --- a/misc/pciids/distinfo +++ b/misc/pciids/distinfo @@ -1,2 +1,2 @@ -SHA256 (pciids-20120906.tar.xz) = 5df3f52ca761633a6e027d8ba7e76382e6fc95f3de432708438106fb52d7b8cb -SIZE (pciids-20120906.tar.xz) = 152624 +SHA256 (pciids-20121208.tar.xz) = c94c8d257520ce93c525e77992cac8c5fe89133acd2d3395c941a866b872f4fc +SIZE (pciids-20121208.tar.xz) = 154344 |