Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2020 14:43:27 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548097 - head/benchmarks/flops
Message-ID:  <202009091443.089EhRJ2030831@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep  9 14:43:26 2020
New Revision: 548097
URL: https://svnweb.freebsd.org/changeset/ports/548097

Log:
  - Update to 2.2
  - Switch to options helpers

Modified:
  head/benchmarks/flops/Makefile
  head/benchmarks/flops/distinfo

Modified: head/benchmarks/flops/Makefile
==============================================================================
--- head/benchmarks/flops/Makefile	Wed Sep  9 14:38:12 2020	(r548096)
+++ head/benchmarks/flops/Makefile	Wed Sep  9 14:43:26 2020	(r548097)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	flops
-PORTVERSION=	2.1
+PORTVERSION=	2.2
 CATEGORIES=	benchmarks
 
 MAINTAINER=	amdmi3@FreeBSD.org
@@ -18,6 +18,8 @@ OPTIONS_DEFINE=	DOCS
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/flops ${STAGEDIR}${PREFIX}/bin/
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
 

Modified: head/benchmarks/flops/distinfo
==============================================================================
--- head/benchmarks/flops/distinfo	Wed Sep  9 14:38:12 2020	(r548096)
+++ head/benchmarks/flops/distinfo	Wed Sep  9 14:43:26 2020	(r548097)
@@ -1,2 +1,3 @@
-SHA256 (AMDmi3-flops-2.1_GH0.tar.gz) = 0cb3be76f96c4461c478098ff33dd45a2f9cd071ac7978ad65afd87ef8b80e80
-SIZE (AMDmi3-flops-2.1_GH0.tar.gz) = 10066
+TIMESTAMP = 1599601280
+SHA256 (AMDmi3-flops-2.2_GH0.tar.gz) = fab52f3745e164f7ebe40579a0a2676e88be10c99f321f793326231853946aba
+SIZE (AMDmi3-flops-2.2_GH0.tar.gz) = 10095



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