From owner-svn-ports-head@FreeBSD.ORG Wed Sep 3 14:00:09 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B661DC88; Wed, 3 Sep 2014 14:00:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 896AC1C99; Wed, 3 Sep 2014 14:00:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s83E09xK047848; Wed, 3 Sep 2014 14:00:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s83E09iW047846; Wed, 3 Sep 2014 14:00:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409031400.s83E09iW047846@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 3 Sep 2014 14:00:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367202 - head/misc/usbids 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.18-1 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: Wed, 03 Sep 2014 14:00:09 -0000 Author: sunpoet Date: Wed Sep 3 14:00:08 2014 New Revision: 367202 URL: http://svnweb.freebsd.org/changeset/ports/367202 QAT: https://qat.redports.org/buildarchive/r367202/ Log: - Update to 20140825 - Change MASTER_SITES to my LOCAL Changes: http://people.FreeBSD.org/~sunpoet/usbids-20140825.diff Modified: head/misc/usbids/Makefile head/misc/usbids/distinfo Modified: head/misc/usbids/Makefile ============================================================================== --- head/misc/usbids/Makefile Wed Sep 3 14:00:03 2014 (r367201) +++ head/misc/usbids/Makefile Wed Sep 3 14:00:08 2014 (r367202) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= usbids -PORTVERSION= 20140505 +PORTVERSION= 20140825 CATEGORIES= misc -MASTER_SITES= http://files.etoilebsd.net/usbids/ +MASTER_SITES= LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Database of all known IDs used in USB devices @@ -34,12 +34,11 @@ MS_WRKSRC= ${WRKSRC}/tmp maketar: do-clean extract @${MKDIR} ${MS_WRKSRC}/ @${FETCH_CMD} -o ${MS_WRKSRC}/${MS_DISTFILES} ${MS_MASTER_SITE}${MS_DISTFILES} - @${AWK} '/^# Version/ { gsub(/\./,"", $$3); print $$3 }' \ - ${MS_WRKSRC}/${MS_DISTFILES} > ${MS_VERSIONFILE} + @${AWK} '/^# Version/ { gsub(/\./, "", $$3); print $$3 }' ${MS_WRKSRC}/${MS_DISTFILES} > ${MS_VERSIONFILE} @${MKDIR} ${MS_WRKSRC}/${PORTNAME}-${PORTVERSION}/ ${MS_WRKSRC}/${PORTNAME}-${MS_VERSION}/ @${MV} ${MS_WRKSRC}/${MS_DISTFILES} ${MS_WRKSRC}/${PORTNAME}-${MS_VERSION}/ @${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} + -@cd ${MS_WRKSRC}/ && ${DIFF} -u ${PORTNAME}-${PORTVERSION}/${MS_DISTFILES} ${PORTNAME}-${MS_VERSION}/${MS_DISTFILES} > ${MS_DIFF} @if [ -s ${MS_DIFF} ]; then \ ${CP} -i ${MS_DIFF} ${.CURDIR}/; \ cd ${MS_WRKSRC}/ && ${TAR} -Jcf ${PORTNAME}-${MS_VERSION}.tar.xz ${PORTNAME}-${MS_VERSION}/; \ Modified: head/misc/usbids/distinfo ============================================================================== --- head/misc/usbids/distinfo Wed Sep 3 14:00:03 2014 (r367201) +++ head/misc/usbids/distinfo Wed Sep 3 14:00:08 2014 (r367202) @@ -1,2 +1,2 @@ -SHA256 (usbids-20140505.tar.xz) = cd7fa5d2b4bbb199625f254b337c961715aef6a9c46fbb4a5a171a3c3d9c7381 -SIZE (usbids-20140505.tar.xz) = 147248 +SHA256 (usbids-20140825.tar.xz) = fb3aaaea629048bac59a58184116b4a1f40e3e965d08f2f31102af614637992e +SIZE (usbids-20140825.tar.xz) = 148076