aboutsummaryrefslogtreecommitdiff
path: root/misc/usbids
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-09-03 14:00:08 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-09-03 14:00:08 +0000
commitcad89c7e0b2da052c6cb74db0f7c10831753a69c (patch)
tree8d672be4f91bd536561258366b4053c0cf469da1 /misc/usbids
parent1f8ed3f840f6040989aa66d3c49c2a3e3b445622 (diff)
downloadports-cad89c7e0b2da052c6cb74db0f7c10831753a69c.tar.gz
ports-cad89c7e0b2da052c6cb74db0f7c10831753a69c.zip
- Update to 20140825
- Change MASTER_SITES to my LOCAL Changes: http://people.FreeBSD.org/~sunpoet/usbids-20140825.diff
Notes
Notes: svn path=/head/; revision=367202
Diffstat (limited to 'misc/usbids')
-rw-r--r--misc/usbids/Makefile9
-rw-r--r--misc/usbids/distinfo4
2 files changed, 6 insertions, 7 deletions
diff --git a/misc/usbids/Makefile b/misc/usbids/Makefile
index fce192537164..41ef072dae2b 100644
--- a/misc/usbids/Makefile
+++ b/misc/usbids/Makefile
@@ -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}/; \
diff --git a/misc/usbids/distinfo b/misc/usbids/distinfo
index e2cc37e5e229..efd5999983b2 100644
--- a/misc/usbids/distinfo
+++ b/misc/usbids/distinfo
@@ -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