Index: head/misc/netron/Makefile =================================================================== --- head/misc/netron/Makefile (revision 520366) +++ head/misc/netron/Makefile (revision 520367) @@ -1,45 +1,45 @@ # $FreeBSD$ PORTNAME= netron DISTVERSIONPREFIX= v -DISTVERSION= 3.6.0 +DISTVERSION= 3.6.3 CATEGORIES= misc python # machine-learning MASTER_SITES= LOCAL/yuri/:js DISTFILES= netron-${DISTVERSION}-node_modules.tgz:js MAINTAINER= yuri@FreeBSD.org COMMENT= Visualizer for neural network, deep learning, machine learning models LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.6+ USE_GITHUB= yes GH_ACCOUNT= lutzroeder USE_PYTHON= distutils noflavors NO_ARCH= yes PLIST_SUB= PYTHON_CPYTHON=cpython-${PYTHON_VER:S/.//} post-extract: @${RLN} ${WRKDIR}/node_modules ${WRKSRC}/node_modules # # To update the netron-${DISTVERSION}-node_modules.tgz archive: # 1. Comment out the DISTFILES and post-extract lines # 2. Run 'make makesum regenerate-node_modules-distfile clean' # 3. Upload the archive # 4. Uncomment the lines from step #1 # 5. Run 'make makesum' # regenerate-node_modules-distfile: patch # requires npm installed by www/npm @${MAKE} clean patch && \ cd ${WRKSRC} && \ ${RM} -r node_modules && \ npm install -l && \ ${TAR} czf ${DISTDIR}/netron-${DISTVERSION}-node_modules.tgz node_modules && \ ${ECHO} "Please upload the file ${DISTDIR}/netron-${DISTVERSION}-node_modules.tgz" .include Index: head/misc/netron/distinfo =================================================================== --- head/misc/netron/distinfo (revision 520366) +++ head/misc/netron/distinfo (revision 520367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1575761307 -SHA256 (netron-3.6.0-node_modules.tgz) = f4cdf11806aaae8e7634c1b9544b16ae52a91d2c495ff03a83b94a9d266754bf -SIZE (netron-3.6.0-node_modules.tgz) = 89160506 -SHA256 (lutzroeder-netron-v3.6.0_GH0.tar.gz) = d855f08bd1cd4e2270fdf95ebb20dde1478771dc6a7760d4fa103c64efc1b32b -SIZE (lutzroeder-netron-v3.6.0_GH0.tar.gz) = 2183720 +TIMESTAMP = 1576654282 +SHA256 (netron-3.6.3-node_modules.tgz) = 99f4088c844d1a6314134db22cb24ec000d22a0425fbcfe8341ee705e039cdb5 +SIZE (netron-3.6.3-node_modules.tgz) = 89188372 +SHA256 (lutzroeder-netron-v3.6.3_GH0.tar.gz) = 1396d5b4283a170fb81e22a4674ada93778256f589984eef46733a67e4ca67a6 +SIZE (lutzroeder-netron-v3.6.3_GH0.tar.gz) = 2187355