From owner-svn-ports-head@FreeBSD.ORG Sat Dec 8 16:38:18 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 95D3B883; Sat, 8 Dec 2012 16:38:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6002F8FC12; Sat, 8 Dec 2012 16:38:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB8GcImq076830; Sat, 8 Dec 2012 16:38:18 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB8GcIL2076827; Sat, 8 Dec 2012 16:38:18 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201212081638.qB8GcIL2076827@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 8 Dec 2012 16:38:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308485 - head/misc/pciids X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2012 16:38:18 -0000 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 -# +# Created by: Michael Johnson # $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