svn commit: r449002 - head/benchmarks/nbench

Luca Pizzamiglio pizzamig at FreeBSD.org
Wed Aug 30 20:17:32 UTC 2017


Author: pizzamig
Date: Wed Aug 30 20:17:30 2017
New Revision: 449002
URL: https://svnweb.freebsd.org/changeset/ports/449002

Log:
  benchmarks/nbench: fixing master site and the homepage entry
  
  Fixing the URLs for master site and home page.
  The previous entries based on tux.org are not available anymore.
  
  Approved by:	olivier (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12166

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

Modified: head/benchmarks/nbench/Makefile
==============================================================================
--- head/benchmarks/nbench/Makefile	Wed Aug 30 20:14:35 2017	(r449001)
+++ head/benchmarks/nbench/Makefile	Wed Aug 30 20:17:30 2017	(r449002)
@@ -4,7 +4,7 @@
 PORTNAME=	nbench
 PORTVERSION=	2.2.3
 CATEGORIES=	benchmarks
-MASTER_SITES=	http://www.tux.org/~mayer/linux/
+MASTER_SITES=	http://www.math.utah.edu/~mayer/linux/
 DISTNAME=	${PORTNAME}-byte-${PORTVERSION}
 
 MAINTAINER=	pizzamig at FreeBSD.org

Modified: head/benchmarks/nbench/pkg-descr
==============================================================================
--- head/benchmarks/nbench/pkg-descr	Wed Aug 30 20:14:35 2017	(r449001)
+++ head/benchmarks/nbench/pkg-descr	Wed Aug 30 20:17:30 2017	(r449002)
@@ -2,4 +2,4 @@ This is a Linux/Unix port of release 2 of BYTE Magazin
 program (previously known as BYTE's Native Mode Benchmarks).  It is designed
 to expose the capabilities of a system's CPU, FPU, and memory system.
 
-WWW: http://www.tux.org/~mayer/linux/bmark.html
+WWW: http://www.math.utah.edu/~mayer/linux/bmark.html


More information about the svn-ports-head mailing list