Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Mar 2024 18:39:23 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2a0407d461cf - main - benchmarks/ttcp: Canonicalize MASTER_SITES and DISTNAME
Message-ID:  <202403031839.423IdNFx053037@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2a0407d461cfd4667961f73c36f4766f4c68262d

commit 2a0407d461cfd4667961f73c36f4766f4c68262d
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-03-03 18:38:01 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-03-03 18:38:01 +0000

    benchmarks/ttcp: Canonicalize MASTER_SITES and DISTNAME
    
    Reported by:    diizzy
---
 benchmarks/ttcp/Makefile | 3 ++-
 benchmarks/ttcp/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile
index 1b9fdb08e70f..1ae7c11e3eca 100644
--- a/benchmarks/ttcp/Makefile
+++ b/benchmarks/ttcp/Makefile
@@ -1,7 +1,8 @@
 PORTNAME=	ttcp
+DISTVERSIONPREFIX=	${PORTNAME}-
 PORTVERSION=	1.13
 CATEGORIES=	benchmarks net
-MASTER_SITES=	https://codeberg.org/BSDforge/${PORTNAME}/archive/
+MASTER_SITES=	https://codeberg.org/BSDforge/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
 
 MAINTAINER=	portmaster@BSDforge.com
 COMMENT=	Benchmarking tool for analysing TCP and UDP performance
diff --git a/benchmarks/ttcp/distinfo b/benchmarks/ttcp/distinfo
index 20f0333e9396..26a5d66062e2 100644
--- a/benchmarks/ttcp/distinfo
+++ b/benchmarks/ttcp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1706864630
-SHA256 (ttcp-1.13.tar.gz) = 809214c535175139897afba784e2e6d1eff02efc3d7b90a67f1bb52fb5082027
-SIZE (ttcp-1.13.tar.gz) = 10959
+TIMESTAMP = 1709490744
+SHA256 (ttcp-ttcp-1.13.tar.gz) = 809214c535175139897afba784e2e6d1eff02efc3d7b90a67f1bb52fb5082027
+SIZE (ttcp-ttcp-1.13.tar.gz) = 10959



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