pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/benchmarks/netperf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 11 05:38:31 UTC 2026

Modified Files:
        pkgsrc/benchmarks/netperf: Makefile

Log Message:
netperf: switch to github, other site is gone


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/benchmarks/netperf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/benchmarks/netperf/Makefile
diff -u pkgsrc/benchmarks/netperf/Makefile:1.16 pkgsrc/benchmarks/netperf/Makefile:1.17
--- pkgsrc/benchmarks/netperf/Makefile:1.16     Tue Sep 28 12:57:17 2021
+++ pkgsrc/benchmarks/netperf/Makefile  Sun Jan 11 05:38:31 2026
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.16 2021/09/28 12:57:17 jperkin Exp $
+# $NetBSD: Makefile,v 1.17 2026/01/11 05:38:31 wiz Exp $
 
 DISTNAME=      netperf-2.7.0
 CATEGORIES=    benchmarks
-#MASTER_SITES= ftp://ftp.netperf.org/netperf/
+##MASTER_SITES=        ftp://ftp.netperf.org/netperf/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.netperf.org/
+HOMEPAGE=      https://github.com/HewlettPackard/netperf
 COMMENT=       Rick Jones' network performance benchmarking package
 LICENSE=       modified-bsd
 



Home | Main Index | Thread Index | Old Index