Date: Fri, 6 Dec 2024 11:37:07 GMT From: Ronald Klop <ronald@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d99801e1bf57 - main - devel/tijmp: https only works when www is included Message-ID: <202412061137.4B6Bb7bE060851@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by ronald: URL: https://cgit.FreeBSD.org/ports/commit/?id=d99801e1bf5764026080402044e03f78f65108dc commit d99801e1bf5764026080402044e03f78f65108dc Author: Ronald Klop <ronald@FreeBSD.org> AuthorDate: 2024-12-06 11:36:14 +0000 Commit: Ronald Klop <ronald@FreeBSD.org> CommitDate: 2024-12-06 11:36:14 +0000 devel/tijmp: https only works when www is included --- devel/tijmp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/tijmp/Makefile b/devel/tijmp/Makefile index 370136447ce6..f60753c8c19f 100644 --- a/devel/tijmp/Makefile +++ b/devel/tijmp/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= https://www.khelekore.org/jmp/tijmp/ \ MAINTAINER= ronald@FreeBSD.org COMMENT= Tools Interface Java Memory Profiler -WWW= https://khelekore.org/jmp/tijmp/ +WWW= https://www.khelekore.org/jmp/tijmp/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYINGhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412061137.4B6Bb7bE060851>
