git: 7e11ff5510d5 - main - net/echoping: correct WWW link
- Reply: Gleb Popov : "Re: git: 7e11ff5510d5 - main - net/echoping: correct WWW link"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Feb 2024 11:09:02 UTC
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