Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Dec 2012 16:38:18 +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: r308485 - head/misc/pciids
Message-ID:  <201212081638.qB8GcIL2076827@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec  8 16:38:17 2012
New Revision: 308485
URL: http://svnweb.freebsd.org/changeset/ports/308485

Log:
  - Update to 20121208
  - Cleanup Makefile header
  - Update maintainer section
  
  Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20121208.diff
  Feature safe:	yes

Modified:
  head/misc/pciids/Makefile
  head/misc/pciids/distinfo   (contents, props changed)

Modified: head/misc/pciids/Makefile
==============================================================================
--- head/misc/pciids/Makefile	Sat Dec  8 16:26:32 2012	(r308484)
+++ head/misc/pciids/Makefile	Sat Dec  8 16:38:17 2012	(r308485)
@@ -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}/; \

Modified: head/misc/pciids/distinfo
==============================================================================
--- head/misc/pciids/distinfo	Sat Dec  8 16:26:32 2012	(r308484)
+++ head/misc/pciids/distinfo	Sat Dec  8 16:38:17 2012	(r308485)
@@ -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



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