git: d99801e1bf57 - main - devel/tijmp: https only works when www is included
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Dec 2024 11:37:07 UTC
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}/COPYING