svn commit: r507347 - head/math/diehard

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jul 26 09:02:21 UTC 2019


Author: amdmi3
Date: Fri Jul 26 09:02:20 2019
New Revision: 507347
URL: https://svnweb.freebsd.org/changeset/ports/507347

Log:
  - Add LICENSE
  - Update WWW

Modified:
  head/math/diehard/Makefile
  head/math/diehard/pkg-descr

Modified: head/math/diehard/Makefile
==============================================================================
--- head/math/diehard/Makefile	Fri Jul 26 08:53:24 2019	(r507346)
+++ head/math/diehard/Makefile	Fri Jul 26 09:02:20 2019	(r507347)
@@ -10,6 +10,8 @@ DISTNAME=	die-c
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Marsaglia's Diehard Battery of Tests of Randomness
 
+LICENSE=	NONE
+
 ALL_TARGET=	diehard
 WRKSRC=		${WRKDIR}/die.c
 PLIST_SUB=	DOCSDIR="share/doc/${PORTNAME}" DATADIR="share/${PORTNAME}"

Modified: head/math/diehard/pkg-descr
==============================================================================
--- head/math/diehard/pkg-descr	Fri Jul 26 08:53:24 2019	(r507346)
+++ head/math/diehard/pkg-descr	Fri Jul 26 09:02:20 2019	(r507347)
@@ -3,4 +3,4 @@ by Dr. George Marsaglia of Florida State University De
 Statistics.  Originally developed for testing pseudo-random generators,
 Diehard has since become a de facto standard for testing RNGs.
 
-WWW: http://stat.fsu.edu/pub/diehard/
+WWW: https://web.archive.org/web/20161114211602/http://stat.fsu.edu/pub/diehard/


More information about the svn-ports-all mailing list