svn commit: r521209 - head/benchmarks/scimark2

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Dec 28 09:30:06 UTC 2019


Author: amdmi3
Date: Sat Dec 28 09:30:05 2019
New Revision: 521209
URL: https://svnweb.freebsd.org/changeset/ports/521209

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/benchmarks/scimark2/Makefile
  head/benchmarks/scimark2/pkg-descr

Modified: head/benchmarks/scimark2/Makefile
==============================================================================
--- head/benchmarks/scimark2/Makefile	Sat Dec 28 09:24:04 2019	(r521208)
+++ head/benchmarks/scimark2/Makefile	Sat Dec 28 09:30:05 2019	(r521209)
@@ -12,10 +12,13 @@ DISTNAME=	${PORTNAME}src
 MAINTAINER=	thierry at FreeBSD.org
 COMMENT=	Java benchmark for scientific and numerical computing
 
+LICENSE=	PD
+
 USES=		zip
 USE_JAVA=	yes
 NEED_JAVAC=	yes
 JAVAC_OPTS?=	-O
+NO_ARCH=	yes
 
 LSMDIR=		share/java/scimark2
 SMDIR=		${PREFIX}/${LSMDIR}

Modified: head/benchmarks/scimark2/pkg-descr
==============================================================================
--- head/benchmarks/scimark2/pkg-descr	Sat Dec 28 09:24:04 2019	(r521208)
+++ head/benchmarks/scimark2/pkg-descr	Sat Dec 28 09:30:05 2019	(r521209)
@@ -6,4 +6,4 @@ in approximate Mflops (Millions of floating point oper
 Results of this benchmark can be sent to pozo at nist.gov and are listed at
 <http://math.nist.gov/cgi-bin/ScimarkSummary>;.
 
-WWW: http://math.nist.gov/scimark2/index.html
+WWW: https://math.nist.gov/scimark2/index.html


More information about the svn-ports-all mailing list