Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2024 11:09:02 GMT
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7e11ff5510d5 - main - net/echoping: correct WWW link
Message-ID:  <202402071109.417B92uw049715@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=7e11ff5510d59e5d1a2b9345c805ff26b2aaaa95

commit 7e11ff5510d59e5d1a2b9345c805ff26b2aaaa95
Author:     Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2024-02-07 11:06:11 +0000
Commit:     Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2024-02-07 11:06:11 +0000

    net/echoping: correct WWW link
    
    This fixes incomplete commit 9ec59754076ec4ccadc48f9cf052f51a39510525
---
 net/echoping/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/echoping/Makefile b/net/echoping/Makefile
index 373b04941bcc..d7cd706ba7d4 100644
--- a/net/echoping/Makefile
+++ b/net/echoping/Makefile
@@ -1,11 +1,11 @@
 PORTNAME=	echoping
 PORTVERSION=	6.0.2
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	net
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Ping-like program that uses TCP and/or HTTP
-WWW=		https://github.com/bortzmeyer/echoping
+WWW=		https://framagit.org/bortzmeyer/echoping
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING



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