Date: Sat, 7 Dec 2019 23:33:35 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519257 - head/misc/netron Message-ID: <201912072333.xB7NXZMJ044681@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Dec 7 23:33:35 2019 New Revision: 519257 URL: https://svnweb.freebsd.org/changeset/ports/519257 Log: misc/netron: Update 3.5.7 -> 3.6.0 Modified: head/misc/netron/Makefile head/misc/netron/distinfo Modified: head/misc/netron/Makefile ============================================================================== --- head/misc/netron/Makefile Sat Dec 7 23:31:47 2019 (r519256) +++ head/misc/netron/Makefile Sat Dec 7 23:33:35 2019 (r519257) @@ -2,7 +2,7 @@ PORTNAME= netron DISTVERSIONPREFIX= v -DISTVERSION= 3.5.7 +DISTVERSION= 3.6.0 CATEGORIES= misc python # machine-learning MASTER_SITES= LOCAL/yuri/:js DISTFILES= netron-${DISTVERSION}-node_modules.tgz:js @@ -25,7 +25,16 @@ PLIST_SUB= PYTHON_CPYTHON=cpython-${PYTHON_VER:S/.//} post-extract: @${RLN} ${WRKDIR}/node_modules ${WRKSRC}/node_modules -regenerate-node_modules-distfile: # requires npm installed by www/npm +# +# 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 && \ Modified: head/misc/netron/distinfo ============================================================================== --- head/misc/netron/distinfo Sat Dec 7 23:31:47 2019 (r519256) +++ head/misc/netron/distinfo Sat Dec 7 23:33:35 2019 (r519257) @@ -1,5 +1,5 @@ -TIMESTAMP = 1575156756 -SHA256 (netron-3.5.7-node_modules.tgz) = fa6224a469552a1fc56592e7e8c8df4a87ad42c05f86387ffe77aff4401eaa24 -SIZE (netron-3.5.7-node_modules.tgz) = 89159127 -SHA256 (lutzroeder-netron-v3.5.7_GH0.tar.gz) = 50a194ccd0e82fd68e50b0bd8f549955b600f65550a8b3ec0c2f083e387ba488 -SIZE (lutzroeder-netron-v3.5.7_GH0.tar.gz) = 2180282 +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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912072333.xB7NXZMJ044681>