Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Sep 2014 14:00:09 +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: r367202 - head/misc/usbids
Message-ID:  <201409031400.s83E09iW047846@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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