Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2020 18:46:30 +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: r523479 - head/misc/mnn
Message-ID:  <202001181846.00IIkUPD098411@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Jan 18 18:46:30 2020
New Revision: 523479
URL: https://svnweb.freebsd.org/changeset/ports/523479

Log:
  misc/mnn: Update the tarball because it was re-released by the upstream
  
  The previous port update was at 2020-01-16 06:55:46Z, so the previous verion of this release was made before this time.
  This re-release was made, according to GitHub, at 2020-01-17 04:08:00 PST (2020-01-17 12:08:00Z).
  
  Reported by:	fallout

Modified:
  head/misc/mnn/Makefile
  head/misc/mnn/distinfo

Modified: head/misc/mnn/Makefile
==============================================================================
--- head/misc/mnn/Makefile	Sat Jan 18 18:40:46 2020	(r523478)
+++ head/misc/mnn/Makefile	Sat Jan 18 18:46:30 2020	(r523479)
@@ -2,6 +2,7 @@
 
 PORTNAME=	mnn
 DISTVERSION=	0.2.1.7
+PORTREVISION=	1
 CATEGORIES=	misc # machine-learning
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -37,6 +38,6 @@ do-test:
 	@cd ${BUILD_WRKSRC} && \
 		${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DMNN_BUILD_TEST:BOOL=ON ${CMAKE_SOURCE_PATH} && \
 		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
-		(cd ${BUILD_WRKSRC} && ./run_test.out)
+		cd ${BUILD_WRKSRC} && ./run_test.out
 
 .include <bsd.port.post.mk>

Modified: head/misc/mnn/distinfo
==============================================================================
--- head/misc/mnn/distinfo	Sat Jan 18 18:40:46 2020	(r523478)
+++ head/misc/mnn/distinfo	Sat Jan 18 18:46:30 2020	(r523479)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579157524
-SHA256 (alibaba-MNN-0.2.1.7_GH0.tar.gz) = d6d0e17bdf5d3bfb8731c97dcc44c2fce344fd0b0b2d33c7567a72688b309d2e
-SIZE (alibaba-MNN-0.2.1.7_GH0.tar.gz) = 5885694
+TIMESTAMP = 1579372041
+SHA256 (alibaba-MNN-0.2.1.7_GH0.tar.gz) = 201f777bcc26d9b953e402a4028d026e04db84af89268282120236466b17745d
+SIZE (alibaba-MNN-0.2.1.7_GH0.tar.gz) = 5757531



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