From owner-svn-ports-all@FreeBSD.ORG Sat Jun 8 21:51:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 83950C98; Sat, 8 Jun 2013 21:51:07 +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 5A7831655; Sat, 8 Jun 2013 21:51:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r58Lp7BG026027; Sat, 8 Jun 2013 21:51:07 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r58Lp7Ld026025; Sat, 8 Jun 2013 21:51:07 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201306082151.r58Lp7Ld026025@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 8 Jun 2013 21:51:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320295 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jun 2013 21:51:07 -0000 Author: sunpoet Date: Sat Jun 8 21:51:06 2013 New Revision: 320295 URL: http://svnweb.freebsd.org/changeset/ports/320295 Log: - Update to 20130530 - Update maintainer section Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130530.diff Modified: head/misc/pciids/Makefile head/misc/pciids/distinfo Modified: head/misc/pciids/Makefile ============================================================================== --- head/misc/pciids/Makefile Sat Jun 8 21:49:40 2013 (r320294) +++ head/misc/pciids/Makefile Sat Jun 8 21:51:06 2013 (r320295) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciids -PORTVERSION= 20130504 +PORTVERSION= 20130530 CATEGORIES= misc MASTER_SITES= LOCAL/sunpoet @@ -23,7 +23,7 @@ do-install: # maintainer section: -MS_DIFF= ${MS_WRKSRC}/${MS_DISTFILES}.diff +MS_DIFF= ${MS_WRKSRC}/${PORTNAME}-${MS_VERSION}.diff MS_DISTFILES= pci.ids MS_MASTER_SITE= http://pci-ids.ucw.cz/ MS_VERSION= `${CAT} ${MS_VERSIONFILE}` @@ -41,11 +41,11 @@ maketar: do-clean extract @${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 \ + ${CP} -i ${MS_DIFF} ${.CURDIR}/; \ cd ${MS_WRKSRC}/ && ${TAR} -Jcf ${PORTNAME}-${MS_VERSION}.tar.xz ${PORTNAME}-${MS_VERSION}/; \ - ${INSTALL} -m 644 ${MS_WRKSRC}/${PORTNAME}-${MS_VERSION}.tar.xz ${DISTDIR}/; \ + sudo ${INSTALL} -m 644 ${MS_WRKSRC}/${PORTNAME}-${MS_VERSION}.tar.xz ${DISTDIR}/; \ ${SED} -i '' -e '/^PORTVERSION=/ s|${PORTVERSION}|'${MS_VERSION}'|; /^PORTREVISION=/d' ${.CURDIR}/Makefile; \ cd ${.CURDIR}/ && ${MAKE} makesum; \ - ${CP} -i ${MS_DIFF} ${.CURDIR}/${PORTNAME}-${MS_VERSION}.diff; \ ${ECHO_MSG} "*** Update from ${PORTVERSION} to ${MS_VERSION}, diff: ${.CURDIR}/${PORTNAME}-${MS_VERSION}.diff ***"; \ else \ ${ECHO_MSG} "*** ${MS_MASTER_SITE}${MS_DISTFILES} is unchanged (${PORTVERSION}) ***"; \ Modified: head/misc/pciids/distinfo ============================================================================== --- head/misc/pciids/distinfo Sat Jun 8 21:49:40 2013 (r320294) +++ head/misc/pciids/distinfo Sat Jun 8 21:51:06 2013 (r320295) @@ -1,2 +1,2 @@ -SHA256 (pciids-20130504.tar.xz) = a1f771afee72a4b06a23bb0d676cab1b6d5fbef61008706dd5ee4296a68a31ff -SIZE (pciids-20130504.tar.xz) = 157912 +SHA256 (pciids-20130530.tar.xz) = d6183838bf05976b23a26cccd6e2c8e7c1bed68a8e7f1c2e3fc831a9a8778df6 +SIZE (pciids-20130530.tar.xz) = 159864